Oct 24, 2004 #1 linuxMaestro Instructor Joined Jan 12, 2004 Messages 183 Location US I don't want domlogs for mydomain.net, how can I stop apache from logging for just that domain? CustomLog domlogs/mydomain.net combined
I don't want domlogs for mydomain.net, how can I stop apache from logging for just that domain? CustomLog domlogs/mydomain.net combined
Oct 24, 2004 1 #2 ericbrunson Technical User Joined Jan 9, 2004 Messages 2,092 Location US You can tell it to log to /dev/null. Upvote 0 Downvote
Oct 24, 2004 Thread starter #3 linuxMaestro Instructor Joined Jan 12, 2004 Messages 183 Location US So change it to: CustomLog /dev/null combined ? Upvote 0 Downvote
Oct 24, 2004 #4 ericbrunson Technical User Joined Jan 9, 2004 Messages 2,092 Location US AccessLog /dev/null would suffice. Upvote 0 Downvote