123456programmer
Programmer
Is there anyway to change the httpd.conf so that:
-I get two different access log for one virtual host? one that is called accesslog-1 and the other that is called accesslog-2
-I need accesslog-2 to only display html, htm, php, ... and i don't want this log file to display all the pictures that has been downloaded and all...
accesslog-2 's format would be like this:
127.0.0.1 - [10/Oct/] "/apache_pb.htm"
thanks in advance
-I get two different access log for one virtual host? one that is called accesslog-1 and the other that is called accesslog-2
-I need accesslog-2 to only display html, htm, php, ... and i don't want this log file to display all the pictures that has been downloaded and all...
accesslog-2 's format would be like this:
127.0.0.1 - [10/Oct/] "/apache_pb.htm"
thanks in advance