[users@httpd] Re: Apache/2.2.16 (Prefork) with PHP: Processes in mode "Closing connection" never closed

2011-08-23 Thread Ferreira Manuel
Dear List, as always we found the answer right after posting to the list: We identified libecw_3.3 with runs as a plugin to GDAL. GDAL furthermore is used in mapscript (Mapserver) to process a variety of vector und raster formats. And we use PHP (libapache2-mod-php5) with mapscript module! Libec

[users@httpd] printing/checking config values

2011-08-23 Thread Amlan Mandal
Lets say I have set some config value (ServerTokens) to OS in my httpd.conf in conf dir ServerTokens OS I have overridden that in conf.d/x.conf ServerTokens Z Is there any way to check/print what is the value of ServerTokens on runtime? Amlan

Re: [users@httpd] [mod_rewrite] How to *not* log certain rules?

2011-08-23 Thread hughw
On Tue 23/08/11 13:38 , "Hilco Wijbenga" hilco.wijbe...@gmail.com sent: On 23 August 2011 13:13, Jeroen Geilman wrote: > On 2011-08-23 20:30, Hilco Wijbenga wrote: >> >> Hi all, >> >> I have Vuze (bittorrent) running which sends out /announce and /scrape >> requests every 10 seconds or

Re: [users@httpd] [mod_rewrite] How to *not* log certain rules?

2011-08-23 Thread Hilco Wijbenga
On 23 August 2011 13:13, Jeroen Geilman wrote: > On 2011-08-23 20:30, Hilco Wijbenga wrote: >> >> Hi all, >> >> I have Vuze (bittorrent) running which sends out /announce and /scrape >> requests every 10 seconds or so. I managed to avoid logging them in >> the regular logs using >> >> SetEnvIf Req

Re: [users@httpd] [mod_rewrite] How to *not* log certain rules?

2011-08-23 Thread Jeroen Geilman
On 2011-08-23 20:30, Hilco Wijbenga wrote: Hi all, I have Vuze (bittorrent) running which sends out /announce and /scrape requests every 10 seconds or so. I managed to avoid logging them in the regular logs using SetEnvIf Request_URI "^/announce|/scrape$" do-not-log CustomLog /var/log/apache2/a

[users@httpd] [mod_rewrite] How to *not* log certain rules?

2011-08-23 Thread Hilco Wijbenga
Hi all, I have Vuze (bittorrent) running which sends out /announce and /scrape requests every 10 seconds or so. I managed to avoid logging them in the regular logs using SetEnvIf Request_URI "^/announce|/scrape$" do-not-log CustomLog /var/log/apache2/access.log common env=!do-not-log but they s