gishmachina
10-01-2002, 03:57 PM
I added some lines to my apache config file that added cgi-bin folders to /home/*/public_html/ so I could have cgi scripts in the home directories.
I use '/usr/sbin/apachectl stop' then '/usr/sbin/apachectl start' to restart apache, and I get this error:
Syntax error on line 1327 of /etc/httpd/conf/httpd.conf
SSLCertificateFile: file '/etc/httpd/conf/ssl.crt/server.crt' not exists or empty
/usr/sbin/apachectl start: httpd could not be started
I dont remember making any changes to that part of the config file, but this is whats on likne 1327:
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
I tried commenting all the lines I created before I got this error, and I still get the error.
I use '/usr/sbin/apachectl stop' then '/usr/sbin/apachectl start' to restart apache, and I get this error:
Syntax error on line 1327 of /etc/httpd/conf/httpd.conf
SSLCertificateFile: file '/etc/httpd/conf/ssl.crt/server.crt' not exists or empty
/usr/sbin/apachectl start: httpd could not be started
I dont remember making any changes to that part of the config file, but this is whats on likne 1327:
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
I tried commenting all the lines I created before I got this error, and I still get the error.