Apache server error Starting httpd: Syntax error on line 1042 of /etc/httpd/conf/httpd.conf: format string must be an absolute path, or 'none' I realize this is a small error... 1042 is the bottom line (empty) DocumentRoot /home/gary1/public_html ErrorLog /home/gary1/logs/error_log CustomLog /home/gary1/logs/access_log common ScriptAlias /cgi-bin/ /home/gary1/cgi-bin/ <Directory /home/gary1/public_html> AllowOverride All Options Indexes IncludesNOEXEC FollowSymLinks allow from all </Directory> SSLEngine on </VirtualHost> RewriteLogLevel 3 RewriteLog "/var/log/httpd/rewrite.log" VirtualDocumentRoot 63.22.654.213 So what do I add here
I just added this </VirtualHost> RewriteLogLevel 3 RewriteLog "/var/log/httpd/rewrite.log" VirtualDocumentRoot 624.22.1765.213 /home/gary1/public_html and received the same response..
eh make it like so: VirtualDocumentRoot /home/gary1/public_html VirtualDocumentRoot is a path...not an IP address.
received this Failed to start apache : Starting httpd: [Thu Feb 07 18:54:02 2008] [warn] NameVirtualHost 64.22.675.213:80 has no VirtualHosts [FAILED]
Thanks for the offear shallowink the problem has been fixed the problem was in ssl not being configured right thats again