diff --git a/Apache.md b/Apache.md index 7cd37f4..e7b5e17 100644 --- a/Apache.md +++ b/Apache.md @@ -57,6 +57,10 @@ cd /etc/apache2/sites-enabled ln -s ../sites-available/example.com.conf example.com.conf ``` +On some distros Apache config is at different path: +``` +cd /etc/httpd/conf.d +``` ## 6) Reload Apache