Re: Virtual Hosts definition outside of httpd.conf
Davide Bianchi wrote:
> On 2005-11-15, Bart Friederichs <bf@tbwb.nl> wrote:
>
>>httpd.conf:
>> Listen x.x.x.x:p
>> DocumentRoot /the/right/path
>>
>> <VirtualHost x.x.x.x>
>
>
> I think that in this case, in your httpd.conf there is a "NameVirtualHost"
> directive missing, hence your vhost is not used at all.
The NameVirtualHost is there. All other virtual hosts work correctly.
The two config files are entirely identical, except for the fact that in
one case everything is in httpd.conf and in the other a part is in
another config file, that is included in httpd.conf.
Bart
|