[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: httpd.conf



Linux Nick(LinuxNick@comcast.net) is reported to have said:
> Does anyone have a working httpd.conf file that they could send me, directly
> or to the list? One that is hosting 2 sites in vhosts. Im really looking for
> one that is hosting on secure and one that is unsecure, but ill take just
> one with 2 working vhsots.  Im tired of looking at "sample" configs they
> never seem to work, I want one in production right now that is known to
> work. 
> 
I am hosting 3 sites using vhosts.  Here are the only parts of the
conf file that are related.

<VirtualHost 192.168.1.3>
DocumentRoot /var/www/
ServerName buddy.mtntop.home
</VirtualHost>

<VirtualHost 192.168.1.31>
DocumentRoot /var/www/patway/
ServerName patway.mtntop.home
</VirtualHost>

<VirtualHost 192.168.1.32>
DocumentRoot /var/www/mtntop/
ServerName mtntop.mtntop.home/
</VirtualHost>

HTH

Wayne
-- 
The best book on programming for the layman is "Alice in Wonderland";
but that's because it's the best book on anything for the layman.
_______________________________________________________



Reply to: