Results 1 to 3 of 3
hi all i need some help , when am trying to start apache i got this error if any one have idea to help me i will be very
# ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-12-2006 #1Just Joined!
- Join Date
- Apr 2006
- Posts
- 2
need help
hi all i need some help , when am trying to start apache i got this error if any one have idea to help me i will be very
# /etc/rc.d/init.d/httpd restart
> Stopping httpd: [FAILED]
> Starting httpd: Syntax error on line 117 of /etc/httpd/conf.d/
> ssl.conf:
> SSLCertificateFile: file '/etc/httpd/conf/ssl.crt/server.crt' does
> not exist or is empty
> [FAILED]
- 07-15-2006 #2Just Joined!
- Join Date
- May 2003
- Location
- MD
- Posts
- 12
The error seems pretty straight forward. You have an error in your ssl.conf file (/etc/httpd/conf.d/ssl.conf) on line 117.
The server is looking for a certificate file in /etc/httpd/conf/ssl.crt/ and it's telling you that the certificate is either missing or empty. Check the directory and see if you have a server.crt file in that folder.
- 08-19-2006 #3Just Joined!
- Join Date
- Apr 2006
- Posts
- 2
Thanks
thanks very much .


Reply With Quote
