where does https on apache get it's configuration?
Posted
by
Matthew
on Server Fault
See other posts from Server Fault
or by Matthew
Published on 2010-07-03T14:30:37Z
Indexed on
2012/10/23
17:05 UTC
Read the original article
Hit count: 304
So originally my host (mediatemple dv) has two default directories for the roots:
1)httpdocs/ 2)httpsdocs/
In the conf directory I changed the vhosts.conf and httpd.include and others to change from httpdocs to custom folders.
Now I installed a new ssl certificate and https://example.com goes to the default page located at httpsdocs.
I'm just wondering where configurations for apache are stored for ssl.
Ideas?
© Server Fault or respective owner