On 12/29/06, Shweta Patel <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to