Both errors are self-explanatory:
A
Quote:
Apache 1.3 configuration directives found
|
That means that you use Apache 1.3.x directives in your Apache2 config file, or use a wrong config file. Run:
Code:
httpd -t
apachectl configtest
to do a syntax test
B
Quote:
SSLCertificateFile: file '/etc/httpd/conf/ssl.crt/server.crt' does not exist or is empty
|
If you don't want to run an SSL server remove ssl.conf from /etc/http/conf.d/
You can also take a look
here for more help