Configuring virtual host section in httpd
I want access log for this domain to be put in the Does what I have below look correct? Not sure I use CustomLog Or TransferLog.
<VirtualHost x.x.x.x>
DocumentRoot /home/mydomain/www/
ServerName ServerAlias mydomain.info
CustomLog home/mydomain/ common
</VirtualHost>
If the above is correct.
Part 2: Looking for a free cgi-script that I can use to get the basics access stats in text or graphics. For example total accesses,accesses per day, etc. Any links would be appreciated. I've seen one or two domains on the net that use domain.com/cgi-bin/stats I'm looking for something like this so stats can be viewed by browser without a control panel login.
I want access log for this domain to be put in the Does what I have below look correct? Not sure I use CustomLog Or TransferLog.
<VirtualHost x.x.x.x>
DocumentRoot /home/mydomain/www/
ServerName ServerAlias mydomain.info
CustomLog home/mydomain/ common
</VirtualHost>
If the above is correct.
Part 2: Looking for a free cgi-script that I can use to get the basics access stats in text or graphics. For example total accesses,accesses per day, etc. Any links would be appreciated. I've seen one or two domains on the net that use domain.com/cgi-bin/stats I'm looking for something like this so stats can be viewed by browser without a control panel login.