[users@httpd] Getting 'no shared ciphers' while connecting to the server

2005-05-30 Thread Alaka Pathy \(apathy\)
Hi All,   I'm using Apache 1.3.31 with mod_ssl 2.8.17 and OpenSSL 0.9.7d binaries. I use RSA based self signed certificates for SSL communication. My httpd.conf has the following SSLCipherSuite configured   SSLSessionCacheTimeout 600SSLOptions +StdEnvVars +ExportCertDataSSLCipherSuite ALL:

RE: [users@httpd] Russian Charset Problem

2005-05-30 Thread Denis Gerasimov
No problem. There are at least 4 solutions: 1. Put the line AddDefaultCharset windows-1251 To your .htaccess file (see http://httpd.apache.org/docs-2.0/mod/core.html#adddefaultcharset) 2. Add charset support to your scripting engine. If you use PHP you may put the folloewing line to your ph

Re: [users@httpd] Apache 2 looking for wrong httpd.conf file on Mac

2005-05-30 Thread Tejas Sanghavi
Try './apachectl configtest'. This will pick the current version. If apache is installed in some other directory as well and that directory is present in the environment variable PATH first, then problem may arise. - Original Message - From: "Davide Bianchi" <[EMAIL PROTECTED]> To: Sent:

Re: [users@httpd] Apache 2 looking for wrong httpd.conf file on Mac

2005-05-30 Thread Aman Raheja
Check you apachectl script - what config file is it reading? HTH Aman Raheja http://www.techquotes.com On Mon, 30 May 2005 12:11:48 -0400, Ed Heckman <[EMAIL PROTECTED]> wrote : > Apache 2.0.54 > Mac OS 10.3.9 > > I'm setting up a copy of Apache 2 on my machine for the very first time. I > down

AW: [users@httpd] apache problem

2005-05-30 Thread Mididoc Productions
In the skype configuration I didn't find anything helping. There is an option to switch off port 80 for return messages from skype, but that didn#t change anything. in fact the tip from alexander helped me. Here's what he said: I assume you installed SP2 for XP, right? In this case, this is

Re: [users@httpd] RE: users Digest 30 May 2005 07:35:11 -0000 Issue 2050

2005-05-30 Thread Davide Bianchi
[EMAIL PROTECTED] wrote: > How do I unsubscribe from this program, Did you read this part: See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] That is add

[users@httpd] RE: users Digest 30 May 2005 07:35:11 -0000 Issue 2050

2005-05-30 Thread pureplan
How do I unsubscribe from this program, I have tried many many times and I still get these emails? Thanks, Tait -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 30, 2005 12:35 AM To: users@httpd.apache.org Subject: users Digest 30 May 2005 07:35:

Re: [users@httpd] Russian Charset Problem

2005-05-30 Thread Veysel Harun Sahin
Thanks Ivan. But i am hosting my site at a web hosting company and i don't have access the configuration file. Is there another solution? On 5/30/05, Ivan Barrera A. <[EMAIL PROTECTED]> wrote: > >> > > > > > > > > Delete the AddDefaultCharset directive from httpd.conf > > > > Or put your charset

Re: [users@httpd] apache problem

2005-05-30 Thread Abu Hurayrah
Mididoc Productions wrote: hello, to everybody, we are new: Mike Roland in Carcassonne. (and at once coming with a problem) we are long time working with apache2 version 2.0.43 (Win32) without any problems. We use apache as our local server to make run our 4 internet-sites port 80,81,82,83 etc

Re: [users@httpd] Best way to host scripts

2005-05-30 Thread Abu Hurayrah
Patrick Donker wrote: Abu Hurayrah wrote: Patrick Donker wrote: Guys, What is the best way, security wise, to host cgi, perl or php scripts? Should I start using a jail or are there other ways to keep my server from being a worm or spam platform. Links to howtos or other threads are mo

Re: [users@httpd] Russian Charset Problem

2005-05-30 Thread Ivan Barrera A.
>> > > > > Delete the AddDefaultCharset directive from httpd.conf > Or put your charset in that place : AddDefaultCharset windows-1251 (sorry i forgot to put this on the other email) > >>Is there any way to override the default charset and use the ones >>which appear on the meta tags witho

Re: [users@httpd] Russian Charset Problem

2005-05-30 Thread Ivan Barrera A.
> I am hosting my site at a web hosting company. I want to use russian > charset and set my meta tags like " content="text/html; charset=windows-1251" />". But they don't seem to > work. When i validate my pages through w3c markup validation service > my pages' encoding seems iso-8859-9. And I see

Re: [users@httpd] server name and site name, download problem

2005-05-30 Thread Abu Hurayrah
Well, that depends on if you set the right php.ini. I should've asked if you set the right one - sometimes, the version of PHP that came with a system is installed in a different location than the default if you install fresh. Also, RPM install locations are typically different from default s

[users@httpd] Russian Charset Problem

2005-05-30 Thread Veysel Harun Sahin
Hi, I am hosting my site at a web hosting company. I want to use russian charset and set my meta tags like "". But they don't seem to work. When i validate my pages through w3c markup validation service my pages' encoding seems iso-8859-9. And I see this note: "The character encoding specified in

Re: [users@httpd] Apache 2 looking for wrong httpd.conf file on Mac

2005-05-30 Thread Davide Bianchi
Ed Heckman wrote: > Everything seems to be working fine except that Apache doesn't seem to be > looking for the correct httpd.conf file. It's supposed to be using the one > in /apache2/conf/ but when I run 'apachectl configtest', it says it's > checking the files in /private/etc/httpd/users/. http

[users@httpd] Apache 2 looking for wrong httpd.conf file on Mac

2005-05-30 Thread Ed Heckman
Apache 2.0.54 Mac OS 10.3.9 I'm setting up a copy of Apache 2 on my machine for the very first time. I downloaded the 2.0.54 source tarball and followed the instructions at to compile and install it. Everything seems to be working fine except that Apa

[users@httpd] problem with dbmmanage.pl on Linux

2005-05-30 Thread Harish Sundaram
Hi, (B (BThis is regarding use of dbmmanage.pl on Linux AS 3.0 (B (BWe used dbmmanage.pl used to create DBM file, using the following syntax: (B$ dbmmanage -d "/home/apache2/ITC1_Installation__AB/AuthFile" adduser user2 (Bpwd2 (B (BOn HP-UX, two dbm files .dir and .pag are created. (BBut o

[users@httpd] Mutual Authentication and Certification Authorities

2005-05-30 Thread pierre lhostis
Hello all, Using: - Apache 2.0.54-2 - Mozilla firefox 1.0.4-2 I want to use mutual authentication on my http server, and I only want users with SSL client certificates issued by my Certificate Authority (named 'myCA' here) to get access to the http server. myCA is a subCA from a RootCA.

Re: [users@httpd] Estrange Redirection

2005-05-30 Thread Fernando Remus Nagel
> - browser? IE 6.0 > - address? http://frnagel.homeip.net > - ip of server? 192.168.1.3 > - ip of modem? Now it's 200.96.126.6 > - lan? yes > > > > > > PS.: Inform me when you are going to access the page, for me activate > > the server! > > Ok, now. > > > Rgds, > Owen Boyle > Disclaimer: Any

RE: [users@httpd] access to user directories

2005-05-30 Thread Boyle Owen
> -Original Message- > From: John Canderan [mailto:[EMAIL PROTECTED] > Sent: Montag, 30. Mai 2005 15:54 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] access to user directories > > > Owen, > Thanks very much for your detailed suggestions. However, I have > suspect

RE: [users@httpd] access to user directories

2005-05-30 Thread John Canderan
Owen, Thanks very much for your detailed suggestions. However, I have suspected unix permissions to be the problem from the very beginning, and believe that I have them set correctly, as I mentioned early on. Let me try and show them to you, starting with the "home" dir: drwxr-x

AW: Antw: [users@httpd] apache problem

2005-05-30 Thread Mididoc Productions
thanks mike > -Ursprungliche Nachricht- > Von: Alexander Mueller [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 30. Mai 2005 12:17 > An: users@httpd.apache.org > Betreff: AW: Antw: [EMAIL PROTECTED] apache problem > > > Hi Mike, > > simply restoring the original tcpip.sys file should get y

AW: Antw: [users@httpd] apache problem

2005-05-30 Thread Alexander Mueller
Hi Mike, simply restoring the original tcpip.sys file should get you back there. Alexander >>> [EMAIL PROTECTED] 30.05.2005 12:10:12 >>> hi alexander, thank you for this tip. it really solved our problem. if from any reason we would like to restore the original configuration, what would we hav

RE: [users@httpd] Proxy pass and proxy pass reverse problem with $

2005-05-30 Thread Boyle Owen
> -Original Message- > From: de Groot, Peter [mailto:[EMAIL PROTECTED] > Sent: Montag, 30. Mai 2005 11:46 > To: users@httpd.apache.org > Cc: [EMAIL PROTECTED] > Subject: [EMAIL PROTECTED] Proxy pass and proxy pass reverse > problem with $ > > > > > Apologies ... Putty cut and past prob

AW: Antw: [users@httpd] apache problem

2005-05-30 Thread Mididoc Productions
hi alexander, thank you for this tip. it really solved our problem. if from any reason we would like to restore the original configuration, what would we have to do then? mike > -Ursprüngliche Nachricht- > Von: Alexander Mueller [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 30. Mai 2005

[users@httpd] Proxy pass and proxy pass reverse problem with $

2005-05-30 Thread de Groot, Peter
Apologies ... Putty cut and past problem with previous ;-( Please help. I am using proxypass and proxypassreverse to try and redirect People to my internal web site Website is http://egshs.wa.edu.au/weather Extract RewriteEngine on RewriteLog "/var/log/http

[users@httpd] Proxy pass and proxy pass reverse problem with $

2005-05-30 Thread de Groot, Peter
Please help. I am using proxypass and proxypassreverse to try and redirect People to my internal web site Website is http://egshs.wa.edu.au/weather Extract RewriteEngine on RewriteLog "/var/log/httpd/rewrite.log" Rewriteloglevel 4 RewriteRule^/weather

Re: [users@httpd] apache problem

2005-05-30 Thread Eimantas Vaičiūnas
Hi Yes, the skype uses port 80 as apache2. You should disable skype or change it's port to some other OR Change your virtualhost's port 80 to some other. - The official User-To-User support forum of the Apache HTTP Server Pr

Antw: [users@httpd] apache problem

2005-05-30 Thread Alexander Mueller
Hi, I assume you installed SP2 for XP, right? In this case, this is most probably caused by the TCP restrictions introduced with SP2. Microsoft implemented them to slow down spread rates of worms. Have a look at http://www.speedguide.net/read_articles.php?id=1497 for more information on this t

[users@httpd] apache problem

2005-05-30 Thread Mididoc Productions
hello, to everybody, we are new: Mike Roland in Carcassonne. (and at once coming with a problem) we are long time working with apache2 version 2.0.43 (Win32) without any problems. We use apache as our local server to make run our 4 internet-sites port 80,81,82,83 etc. So far no problem. We have

RE: [users@httpd] access to user directories

2005-05-30 Thread Boyle Owen
> -Original Message- > From: John Canderan [mailto:[EMAIL PROTECTED] > Sent: Freitag, 27. Mai 2005 17:20 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] access to user directories > > > Here's "cut and paste" from the error_log file: > [Fri May 27 06:42:33 2005] [error] [

RE: [users@httpd] Estrange Redirection

2005-05-30 Thread Boyle Owen
> -Original Message- > From: Fernando Remus Nagel [mailto:[EMAIL PROTECTED] > Sent: Freitag, 27. Mai 2005 21:36 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Estrange Redirection > > > The real name is http://frnagel.homeip.net and I was > accessing from inside! Please

RE: [users@httpd] Unable to generate ScriptLog

2005-05-30 Thread Boyle Owen
> -Original Message- > From: Harish Sundaram [mailto:[EMAIL PROTECTED] > Sent: Montag, 30. Mai 2005 07:24 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Unable to generate ScriptLog > > > Hi Aman, > > Thanks for the reply.. > > Well, the problem still persists... > Initia

Re: [users@httpd] server name and site name, download problem

2005-05-30 Thread Karim Hamed-abdelouahab
Hi, Well it's still not working, maybe do I have to change other configuration... :-( Best regards On 5/30/05, Abu Hurayrah <[EMAIL PROTECTED]> wrote: > Yes, you'll need to restart apache in order for the new settings to take > place. > > Karim Hamed-abdelouahab wrote: > > >Hi, > >you were righ