Apache site disabled still serving
This is totally server fault i think. :)
I have a site that disabled in Apache but server still serving it. I tried to stop/restart the server with no success. How can i debug this?
Config:
OS: Debian
Server: Apache2
Site disabled with a2dissite, config file removed automatically from sites-enabled.
Thanks, fabrik
Solution 1:
You should take a look in /etc/apache2/httpd.conf, /etc/apache2/conf.d/, /etc/apache2/sites-enabled/. I think it'll be easy to find out even if you don't have much experience with apache.
Solution 2:
I had the same issue, I had disabled the site using a2dissite your_domain. But I also had to run a2dissite your_domain-le-ssl. Then reload apache 2.