We just installed DA on a RHEL4 machine this afternoon. The installed went through fine, and everything was working until all of a sudden, the system just came to a slow crawl. I dug around in the logs after the data center rebooted the machine, and the only errors I found were:
Any thoughts on what might be causing this? the VHost at the line mentioned is below (IP/Domain edited):
Code:
Jul 1 20:31:02 apollo httpd: [Sun Jul 01 20:31:02 2007] [warn] module php5_module is already loaded, skipping
Jul 1 20:31:02 apollo httpd: Syntax error on line 16 of /etc/httpd/conf/ips.conf:
Jul 1 20:31:02 apollo httpd: User cannot occur within <VirtualHost> section
Jul 1 20:31:02 apollo httpd: httpd startup failed
Any thoughts on what might be causing this? the VHost at the line mentioned is below (IP/Domain edited):
Code:
<VirtualHost 00.00.00.00:80>
ServerName shared.domain
ScriptAliasMatch ^/~([^/]+)/+cgi-bin/+(.*) /home/$1/public_html/cgi-bin/$2
AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
DocumentRoot /home/username/domains/sharedip
User username
Group username
CustomLog /var/log/httpd/homedir.log homedir
</VirtualHost>