On Fri, Dec 27, 2002 at 09:52:10PM +0530, Shridhar Daithankar wrote:
> customLog "|>/dev/null" did not work. It causes lots of error while accessing 
> web contents..

Apache has a lot of log file directives - some of them are:

CustomLog /dev/null active-log-tag
TransferLog /dev/null
ErrorLog /dev/null
RewriteLog /dev/null
SSLLog /dev/null

Note that CustomLog requires a LogFormat nickname.

Binand

-- 
Russian Roulette with Unix:
while :; do kill $RANDOM &> /dev/null && break || sleep 1; done


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to