httpd.conf selecting logging question
Hey guys,Because of a bug in a web stats program, I'm trying to keep requests without a client protocol (i.e. HTTP/1.1) out of my logs.
Right now in my httpd.conf I've got:
SetEnvIf Request_Protocol " " trash
CustomLog /etc/httpd/logs/access_log combined env=!trash
All this does is right the request TWICE if it's missing the protocol.
Any suggestions??
Chris

