tpd.apache.org>"
mailto:users@httpd.apache.org>>
Date: Monday, May 19, 2014 at 11:51 PM
To: "users@httpd.apache.org<mailto:users@httpd.apache.org>"
mailto:users@httpd.apache.org>>
Subject: Re: [users@httpd] Virtual Hosts not working
Check ypur ports.conf for th
Check ypur ports.conf for the NameVirtualHost directive.
On May 19, 2014 9:39:39 PM EDT, Peter Biggerstaff
wrote:
>Hi All,
>
>I am tearing my hair out trying to get virtual hosts to work, but
>apache
>seems to be ignoring the /etc/apache2/sites-enabled config files.
>
>I have been trying all mo
Actually, you could have named it ANYTHING.conf Apache is only "seeing"
files that end in .conf as per your include directive:
IncludeOptional sites-enabled/*.conf
So, if you want to disable a site config called example.conf, you can do so
by renaming it example.conf.disabled and reloading Apach
Every time you spend a whole morning on something, then give up and mail
someone, you find the solution right after!
Had to rename the file to 000-default.conf which was missing!
On 2014-05-20 13:39, Peter Biggerstaff wrote:
Hi All,
I am tearing my hair out trying to get virtual hosts to work
Hi All,
I am tearing my hair out trying to get virtual hosts to work, but apache
seems to be ignoring the /etc/apache2/sites-enabled config files.
I have been trying all morning to get it to work, and here is the
current state:
IncludeOptional sites-enabled/*.conf is in the /etc/apache2/apa