How to a2ensite and a2dissite?
Posted
by
John
on Server Fault
See other posts from Server Fault
or by John
Published on 2013-10-23T23:09:26Z
Indexed on
2013/10/24
3:57 UTC
Read the original article
Hit count: 653
I'm logged into a Linux server. I think it's a Red Hat distribution.
The commands a2ensite and a2dissite are not available.
In the /etc/httpd directory, I don't see any mention of sites-enabled or sites-available.
I'm pretty sure the site is currently executing the directives of /etc/httpd/conf.d/ssl.conf . I would like to do a a2dissite ssl, then reload the Web Server. How to do achieve this ?
© Server Fault or respective owner