Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between httpd.conf and ssl.conf

What's the difference between httpd.conf(/etc/httpd/conf/httpd.conf) and ssl.conf(/etc/httpd/conf.d/ssl.conf) files?

I'm trying to setup ssl on my site and found these files have similar tokens.

Any help would be appreciated.

like image 753
Coolbreeze Avatar asked Sep 17 '12 03:09

Coolbreeze


1 Answers

httpd.conf could divide into separate files, for example, separate the ssl configurations to ssl.conf.

So it will also work if you put your ssl configurations in httpd.conf, but it is better to put in ssl.conf.

like image 120
xdazz Avatar answered Sep 29 '22 11:09

xdazz