> 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