[EMAIL PROTECTED] GET //awstats.pl? in apache logs

2005-10-22 Thread Konstantine
My apache logs show rows after rows of following, all from various IP addresses. This started a couple of days ago. I don't have awstats. Could somebody tell me what is that? Is there anything I should be doing? thanks.K. GET

[EMAIL PROTECTED] [Fix:] ladap crash on exit (Bug #31366)

2005-10-22 Thread Vadim Chekan
Hello there! I think I've fixed this bug. It's util_ldap_cache.c:util_ldap_cache_module_kill() ... if (st-cache_shm != NULL) { apr_status_t result = apr_shm_destroy(st-cache_shm); st-cache_shm = NULL; apr_file_remove(st-cache_file, st-pool); It should be checked either we do

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-22 Thread Marc Perkel
David Tonhofer, m-plify S.A. wrote: --On Friday, October 21, 2005 11:16 AM -0700 Marc Perkel [EMAIL PROTECTED] wrote: David Tonhofer, m-plify S.A. wrote: I really don't know what the problem could be but let's start a discussion: 1) How many children are there? 2) What is the sum

Re: [EMAIL PROTECTED] apache2 processes eating CPU

2005-10-22 Thread Joshua Kogut
I have never had this problem on Debian, but its a common problem on winxp. I just normally end all of the threads, and then restart the service. Then Apache is fine for a week or so.On 10/19/05, Joshua Slive [EMAIL PROTECTED] wrote: On 10/19/05, Marius Pumputis [EMAIL PROTECTED] wrote: I have a

Re: [EMAIL PROTECTED] GET //awstats.pl? in apache logs

2005-10-22 Thread Konstantine
On 10/22/05, Dave Floyd [EMAIL PROTECTED] wrote: My apache logs show rows after rows of following, all from various IP addresses. This started a couple of days ago. I don't have awstats. Could somebody tell me what is that? Is there anything I should be doing? thanks.K. GET

[EMAIL PROTECTED] Apache upgrade broke server-status

2005-10-22 Thread John Oliver
I updated two Fedora Core 2 servers from 2.0.51 to 2.0.54 One still works just fine. The other can no longer access http://localhost/server-status [Sat Oct 22 09:17:36 2005] [error] [client 127.0.0.1] client denied by server configuration: /home/www/server-status Location /server-status

Re: [EMAIL PROTECTED] ServerRoot/manual/

2005-10-22 Thread Joshua Slive
On 10/21/05, Oil Pine [EMAIL PROTECTED] wrote: Hello, I've just installed Fedora Core 3 and begun to configure Apache2. I am reading the config file that was installed by FC3. I have difficulty understanding the following instruction. I understand I can simply comment this out, but I want to

[EMAIL PROTECTED] using cache in reverse proxy mode

2005-10-22 Thread Yavor Trapkov
Hello, I'm using apache (2.0.54) as a frontend server to proxy content from application servers, I'd like to enable caching in order to decrease the load of the backend servers, I tried to add CacheEnable directive: ProxyPass/content1 http://server:8080/content1 ProxyPassReverse

Re: [EMAIL PROTECTED] Apache upgrade broke server-status

2005-10-22 Thread Joshua Slive
On 10/22/05, John Oliver [EMAIL PROTECTED] wrote: I updated two Fedora Core 2 servers from 2.0.51 to 2.0.54 One still works just fine. The other can no longer access http://localhost/server-status [Sat Oct 22 09:17:36 2005] [error] [client 127.0.0.1] client denied by server configuration:

Re: [EMAIL PROTECTED] using cache in reverse proxy mode

2005-10-22 Thread Joshua Slive
On 10/22/05, Yavor Trapkov [EMAIL PROTECTED] wrote: Hello, I'm using apache (2.0.54) as a frontend server to proxy content from application servers, I'd like to enable caching in order to decrease the load of the backend servers, I tried to add CacheEnable directive: ProxyPass

Re: [EMAIL PROTECTED] ServerRoot/manual/

2005-10-22 Thread Oil Pine
On Sat, 2005-10-22 at 15:16 -0400, Joshua Slive wrote: On 10/21/05, Oil Pine [EMAIL PROTECTED] wrote: Hello, I've just installed Fedora Core 3 and begun to configure Apache2. I am reading the config file that was installed by FC3. I have difficulty understanding the following

Re: [EMAIL PROTECTED] using cache in reverse proxy mode

2005-10-22 Thread Joshua Slive
On 10/22/05, Yavor Trapkov [EMAIL PROTECTED] wrote: Good point!, but it doesn't seems to be marked uncachable, here are two examples Although you are going to run into problem with the cookies, I agree those look cachable. Next: turn LogLevel to debug and check the error log. Joshua.

Re: [EMAIL PROTECTED] using cache in reverse proxy mode

2005-10-22 Thread Nick Kew
On Saturday 22 October 2005 20:53, Yavor Trapkov wrote: Good point!, but it doesn't seems to be marked uncachable, here are two examples HTTP request sent, awaiting response... HTTP/1.1 200 OK Set-Cookie: JSESSIONID=8A211D396681857816C48E62C2E0D8A5; Path=/ Content-Type:

[EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with env vars

2005-10-22 Thread Dan Trainor
Hello, all - I'm looking for a way to disable Apache's ability to secure a directory using the .htaccess method of 'require valid-user'. Would it be possible to enable/disable this functionality based on an enviornment variable, for a specific user? I'm not terribly keen on Apache's

[EMAIL PROTECTED] Apache2 + Apache-Tomact

2005-10-22 Thread Leonardo Hernandez
Hello Somebody know how to configure Apache2 and Tomcat5 using jakarta-tomcat-connectors Regards -- Leonardo Hernndez Leonardo Hernndez COMISION NACIONAL PARA EL CONOCIMIENTO Y USO DE LA BIODIVERSIDAD Av. Liga Perifrico-Insurgentes Sur # 4903 Parques del Pedregal, Tlalpan 14010,

Re: [EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with env vars

2005-10-22 Thread Joshua Slive
On 10/22/05, Dan Trainor [EMAIL PROTECTED] wrote: Hello, all - I'm looking for a way to disable Apache's ability to secure a directory using the .htaccess method of 'require valid-user'. Would it be possible to enable/disable this functionality based on an enviornment variable, for a

Re: [EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with env vars

2005-10-22 Thread Dan Trainor
On 10/22/05, Dan Trainor [EMAIL PROTECTED] wrote: Hello, all - I'm looking for a way to disable Apache's ability to secure a directory using the .htaccess method of 'require valid-user'. Would it be possible to enable/disable this functionality based on an enviornment variable, for a specific

Re: [EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with

2005-10-22 Thread Sean Conner
It was thus said that the Great Dan Trainor once stated: The initial authentication would take place via PHP form. I understand how 'require valid-user' works, and how it's used. I figured out a way to do it, I'll re-post later on after I test a bit. I'm using PHP to use

Re: [EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with

2005-10-22 Thread Dan Trainor
Sean Conner wrote: It was thus said that the Great Dan Trainor once stated: The initial authentication would take place via PHP form. I understand how 'require valid-user' works, and how it's used. I figured out a way to do it, I'll re-post later on after I test a bit. I'm using PHP to use

[EMAIL PROTECTED] How do I make a CGI Alias?

2005-10-22 Thread Chris Babstock
I say CGI Alias in quotations, because it's not the same type of alias that one would normally expect in Apache. What I'm trying to do, and forgive me if it cannot be done, is make some kind of alias so that when I write CGI scripts with the header #!/usr/bin/perl for use in a linux environment,