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
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
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
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
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
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