Re: [users@httpd] Re: Is There A Way To Disable SEARCH?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Awesome, thanks :)

Regards,
David P. Donahue
ddonahue@xxxxxxxxxxx



Joost de Heer wrote:
Is there a
way I can set Apache to just ignore all SEARCH commands (all I really
need is GET and POST)?  Just trying to keep my logs from getting flooded
with garbage data.  Thanks.


<Limit SEARCH>
  Order deny,allow
  Deny from all
  Allow from none
</Limit>

And possibly set an environment variable which can be used to avoid
logging, something like 'SetEnvIf Request_Method SEARCH NoSearchLogging',
and 'CustomLog file format env=!NoSearchLogging'

Joost


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux