where does https on apache get it's configuration?
- by Matthew
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?