Re: [users@httpd] error apache+mod_ssl

2005-07-13 Thread Sean Conner
It was thus said that the Great tiara forever once stated: > > Dear all, > > i have a trouble with apache (1.3.33) with mod_ssl (2.8.22) in RedHat 9.0 > step 1..install openSSL it's OK, > step 2 install apache+mod_ssl Error : [ snip ] > please advice A shellscript I wrote to configure Apac

[users@httpd] error apache+mod_ssl

2005-07-13 Thread tiara forever
Dear all, i have a trouble with apache (1.3.33) with mod_ssl (2.8.22) in RedHat 9.0 step 1..install openSSL it's OK, step 2 install apache+mod_ssl Error : $ cd mod_ssl-2.8.22-1.3.33 ./configure --with-apache=../apache_1.3.33 \ --with-ssl=../openssl-0.9.8 \ --prefix=/usr/local/apache \ --activate-

Re: [users@httpd] Server seems busy, StartServers, Min/MaxSpareServers

2005-07-13 Thread Joshua Slive
On 7/13/05, Dan Trainor <[EMAIL PROTECTED]> wrote: > Dan Trainor wrote: > > Hello, all - > > > > This is a subject that's been discussed on the list before, but an > > answer never was quite found. > > > > I've got a rather busy site, and often times I get some of the following > > pieces of info i

Re: [users@httpd] Re: Alias not matching warning

2005-07-13 Thread Joshua Slive
On 7/13/05, Kvetch <[EMAIL PROTECTED]> wrote: > I tested it on Apache2.0.49 and it does allow me to use the same Alias for > mutlple virtual hosts that point to different locations. So is this new in > 2.0.54? > > On 7/13/05, Kvetch <[EMAIL PROTECTED]> wrote: > > Hello, I just upgraded from Apach

Re: [users@httpd] Server seems busy, StartServers, Min/MaxSpareServers

2005-07-13 Thread Dan Trainor
Dan Trainor wrote: > Hello, all - > > This is a subject that's been discussed on the list before, but an > answer never was quite found. > > I've got a rather busy site, and often times I get some of the following > pieces of info in my log: > > [Mon Jul 11 12:33:17 2005] [info] server seems bus

Re: [users@httpd] Fwd:

2005-07-13 Thread None Blank
I understand Ill do some looking into it I can say that apache is running as user apache and ill make all the docs owner apche see if that helps seems to be if i make the file from root then i dont have the problem but if i chown it then its a problem ??? who knows but thanks for the help. --- Mar

[users@httpd] Re: Alias not matching warning

2005-07-13 Thread Kvetch
I tested it on Apache2.0.49 and it does allow me to use the same Alias for mutlple virtual hosts that point to different locations.  So is this new in 2.0.54?Thanks,NickOn 7/13/05, Kvetch <[EMAIL PROTECTED]> wrote: Hello, I just upgraded from Apache 2.0.49 to Apache 2.0.54.  I have a ton of virtua

[users@httpd] Alias not matching warning

2005-07-13 Thread Kvetch
Hello, I just upgraded from Apache 2.0.49 to Apache 2.0.54.  I have a ton of virtual hosts in my conf and now when I start Apache I get a million warning messages stating [warn] The Alias directive in /usr/local/apache2.0.54/conf/httpd.conf at line 3267 will probably never match because it overlaps

Re: [users@httpd] Handler added with AddHandler gets invoked when is not really an extension

2005-07-13 Thread dAniel hAhler
On Wednesday 13 July 2005 04:00, Joshua Slive wrote: > > I've just discovered that adding > > AddHandler php-fastcgi .xxx > > will also parse files like test.xxx.txt and test.xxx.foobar. > > [...] > > Is this a bug or am I missing something? > See > http://httpd.apache.org/docs-2.0/mod/mod_mime.

Re: [users@httpd] .phps extension with mod_fastcgi

2005-07-13 Thread Ivan Barrera A.
dAniel hAhler wrote: > Hi, > > is the handling of .phps extensions (probably as text/html, with syntax > coloured php source code) a feature of mod_php only or can I activate/use it > with mod_fastcgi (+PHP) also? > You should really ask that, on some php-mailing list > Thank you. > >

[users@httpd] .phps extension with mod_fastcgi

2005-07-13 Thread dAniel hAhler
Hi, is the handling of .phps extensions (probably as text/html, with syntax coloured php source code) a feature of mod_php only or can I activate/use it with mod_fastcgi (+PHP) also? Thank you. - The official User-To-User supp

[users@httpd] Why child processes last for long time(8 hours)

2005-07-13 Thread Qingshan Xie
Hi, All, We have a 2.0.54 Apache with worker mpm running on Solaris 8. We observed many child processes last for long time, was not terminated automatically over 8 hrs. This caused too many child processes forked and running in the system, caused the swap space depletion problem. wonder if the

[users@httpd] Why child processes last for long time(8 hours)

2005-07-13 Thread Qingshan Xie
Hi, All, We have a 2.0.54 Apache with worker mpm running on Solaris 8. We observed many child processes last for long time, did not die automatically. This caused too many child processes forded and running in the system, caused the swap space depletion problem. wonder if the configuration is n

Re: [users@httpd] Browser hangs when accessing Apache2 Server

2005-07-13 Thread Joshua Slive
On 7/13/05, Jason Arden <[EMAIL PROTECTED]> wrote: > OK I have enabled mod_log_forensic and have run the check_forensic > script. The files that it shows are just random PHP scripts, it even > shows some images. CoreDumpDirectory doesnt seem to be leaving me any > information. Whats next? Well

Re: [users@httpd] Fwd:

2005-07-13 Thread Markus Mayer
Doing a chown should make no difference when the permissions have read for everyone set, although there may be something in sles I don't know about. Most probably your apache is running as another user, maybe nobody or apache or something like that. Check the httpd.conf file to find out. You c

[users@httpd] Re: Help with Apache 2.0.54 and Tomcat 5.0.28

2005-07-13 Thread Joost de Heer
Kunle Olusanya said: > Hi all, > > I installed Apache 2.0.54 and Tomcat 5.0.28 on different servers and I am > trying to configure them to work together so that client browsers can send > their requests via Apache. > > Can anyone please provide me the instruction on how to do this? I am a > newbie

Re: [users@httpd] Browser hangs when accessing Apache2 Server

2005-07-13 Thread Jason Arden
OK I have enabled mod_log_forensic and have run the check_forensic script. The files that it shows are just random PHP scripts, it even shows some images. CoreDumpDirectory doesnt seem to be leaving me any information. Whats next? -J Joshua Slive wrote: On 7/13/05, Jason Arden <[EMAIL PR

Re: [users@httpd] Fwd:

2005-07-13 Thread None Blank
Seems to wokr now I cp the file with a different name the only thig i can think of is this file was made by user Mark then it got a "chown root:root" then copied where as this new file was just copied as root period. Any ideas as to why this happened and how I can protect it from happening again w

Re: [users@httpd] Fwd:

2005-07-13 Thread Markus Mayer
Hmmm, looks like I missed the bit where you talked about the permissions - sorry. For the files, I would suggest first permissions of 644. Having them set as executable is actually not a good idea, although in this case it will most likely change nothing. What entries are there in the apache

Re: [users@httpd] Fwd:

2005-07-13 Thread None Blank
yes as I ahve said I have 2 files in the same dir. They both have been chmoded 755 and one will work one will not. Both files have the same owner but one was added about a week after another. --- Markus Mayer <[EMAIL PROTECTED]> wrote: > Most likely you're looking at a permissions problem. > L

[users@httpd] Content-Encoding: gzip

2005-07-13 Thread S. Wong
Title: Content-Encoding: gzip Hallo all, I have a question regarding sending the correct Content-Encoding.  By default, it seems that Apache 1.3.x and 2.0.x is sending Content-Type: application/x-gzip and Content-Encoding: gzip with UserAgent IE with HTTP/1.1 setting.  This is fine if using

Re: [users@httpd] Fwd:

2005-07-13 Thread Markus Mayer
Most likely you're looking at a permissions problem. Look at the file permissions for the files in the directory to be sure the apache process can access them. Markus On Wednesday 13 July 2005 14:59, None Blank wrote: > Hi Im having the following 403 forbidden error > "[Wed Jul 13 08:39:38

Re: [users@httpd] Browser hangs when accessing Apache2 Server

2005-07-13 Thread Joshua Slive
On 7/13/05, Jason Arden <[EMAIL PROTECTED]> wrote: > Does anyone have any ideas on how I can track down what is causing > these.. especially the Seg fault? See the CoreDumpDirectory directive to try to get a core dump to debug. See mod_log_forensic for a way to isolate which requests are not comp

[users@httpd] Browser hangs when accessing Apache2 Server

2005-07-13 Thread Jason Arden
I have had over 20 users report this happening only when trying to access pages on my server. It only happens once in awhile and I have experienced this as well. It will load have the page and then the browser goes into a Not Responding state. I notice these errors in the error log [Wed J

Re: [users@httpd] Fwd:

2005-07-13 Thread None Blank
I just edit my /etc/sysconfig/selinux conf file and disabled selinux fully still same problem thanks for the idea --- Davide Bianchi <[EMAIL PROTECTED]> wrote: > None Blank wrote: > > Hi Im having the following 403 forbidden error > > "[Wed Jul 13 08:39:38 2005] [error] [client > 127.0.0.1] > >

Re: [users@httpd] Fwd:

2005-07-13 Thread Davide Bianchi
None Blank wrote: > Hi Im having the following 403 forbidden error > "[Wed Jul 13 08:39:38 2005] [error] [client 127.0.0.1] > (13)Permission denied: access to /porn/Screenshot.png > denied" > > Here is what Im using apache 2.0.52 on a fedora core 3 > install and selinux. The 'selinux' part says

Re: [users@httpd] Module Cern_meta

2005-07-13 Thread Joshua Slive
On 7/13/05, Anaya <[EMAIL PROTECTED]> wrote: > > Hello, > I am using Apache 2.0.53 and I want to use module mod_cern_meta. > I did following settings in configuration file, > > > MetaDir . > MetaFiles on > MetaSuffix .meta > > and access the local URL : > http://localhost:8080/test/index.html

Re: [users@httpd] Apache 2.0.50

2005-07-13 Thread Ivan Barrera A.
Raman Raheja wrote: > I searched for patterns in apache's code and did not find matches to the > error you have pointed out, confirming my thought that it does not seem > like an apache error. What are you exactly doing? Where do you have the > apache running and how are you accessing it? Do you ha

[users@httpd] Fwd:

2005-07-13 Thread None Blank
Note: forwarded message attached. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --- Begin Message --- Hi Im having the following 403 forbidden error "[Wed Jul 13 08:39:38 2005] [error] [cl

Re: [users@httpd] Apache 2.0.50

2005-07-13 Thread Aman Raheja
I searched for patterns in apache's code and did not find matches to the error you have pointed out, confirming my thought that it does not seem like an apache error. What are you exactly doing? Where do you have the apache running and how are you accessing it? Do you have any custom modules be