On 12/29/06, Shweta Patel <shwetap@xxxxxxxxx> wrote:
After building and installing when I try to test: /home/sp/proj/bin/apachectl start I get error: Syntax error on line 117 of /etc/httpd/conf.d/ssl.conf:
apachectl might be the culprit here. A couple of things you can do: Go thru the /home/sp/proj/conf/ directory. Understand all the configuration files and make sure you have only what you want. Give special attention to httpd.conf file and all the include directives in it. All references to any config file should be within your home directory. There can't be any references /etc/httpd. Read apache manual to understand how apache interprets ServerRoot and other directory and file related directives. Now, try /home/sp/proj/bin/httpd -X -f /home/sp/proj/conf/httpd.conf This should start your local installation of apache. If there are any errors, you should see it on console and in /home/sp/proj/logs/error.log (or whatever path you gave for ErrorLog in httpd.conf). HTH, -- Vinay Y S http://vinay-ys.blogspot.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx