We're running:
WHM 11.2.0 cPanel 11.11.0-R16908
CENTOS Enterprise 4.5 i686 - WHM X v3.1.0
Apache/1.3.37 (Unix)
We have an issue with webstats as apache isn't logging visits correctly.
For example the domlog file only has text 'combinded' for each visit; and this isn't correct it should have the combinded logfile data being the output; but something is screwed up!
This is happening on all sites; and the httpd.conf entries look like this:
<VirtualHost xxxxx:80>
ServerName xxxxx.com
ServerAlias www. xxxxx.com.au xxxxx.com.au www.xxxxx.com
DocumentRoot /home/xxxxx/public_html
ServerAdmin [email protected]
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .pl .cgi
CustomLog /usr/local/apache/domlogs/xxxxx.com combined
BytesLog /usr/local/apache/domlogs/xxxxx.com-bytes_log
User xxxxx
Group xxxxx
Userdir disabled
Userdir enabled xxxxx
ScriptAlias /cgi-bin/ /home/xxxxx/public_html/cgi-bin/
</VirtualHost>
Any ideas?
WHM 11.2.0 cPanel 11.11.0-R16908
CENTOS Enterprise 4.5 i686 - WHM X v3.1.0
Apache/1.3.37 (Unix)
We have an issue with webstats as apache isn't logging visits correctly.
For example the domlog file only has text 'combinded' for each visit; and this isn't correct it should have the combinded logfile data being the output; but something is screwed up!
This is happening on all sites; and the httpd.conf entries look like this:
<VirtualHost xxxxx:80>
ServerName xxxxx.com
ServerAlias www. xxxxx.com.au xxxxx.com.au www.xxxxx.com
DocumentRoot /home/xxxxx/public_html
ServerAdmin [email protected]
UseCanonicalName Off
Options -ExecCGI -Includes
RemoveHandler cgi-script .pl .cgi
CustomLog /usr/local/apache/domlogs/xxxxx.com combined
BytesLog /usr/local/apache/domlogs/xxxxx.com-bytes_log
User xxxxx
Group xxxxx
Userdir disabled
Userdir enabled xxxxx
ScriptAlias /cgi-bin/ /home/xxxxx/public_html/cgi-bin/
</VirtualHost>
Any ideas?