PDA

View Full Version : Prevent apache to record log for a specific directory ?


Sharg
Thu 9th Nov '00, 5:11pm
Hi, I want to prevent Apache from recording log in access.log for a specific directory (but still record for the rest of my server).

how can I do this ?

Thanks,
Benj

Dave#
Sun 12th Nov '00, 4:54am
Use the virtual host directives in your httpd.conf

read more:

http://www.apache.org/docs/vhosts/index.html

HTH