Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 1999 11:51:35 -0500 
From:      Peter Brezny <pbrezny@cyber1.net>
To:        freebsd-isp@FreeBSD.ORG
Subject:   name virtual host configuration and front page server extentions
Message-ID:  <914078369F42D2118FE000600896E00003B479@rocket.cyber1.net>

next in thread | raw e-mail | index | archive | help
Could someone please verify if the following name virtual host
configuration is correct.  And if anyone has gotten fp server extentions
to work with the new consolidated httpd.conf file that ships with the
current apache13-fp port (the one that installs apache 1.3.4) I'd love
to have a look at your configuration.

Thanks for your time.

Peter Brezny
cyber1.net

>namevirtualhost 10.4.2.203:80
>
><VirtualHost 10.4.2.203>
>ServerPath /
>ServerName defaultpage
>DocumentRoot /usr/local/www/data/
>#
>#you need the trailing /
>#
>CustomLog /var/log/httpd1-access.log combined
></VirtualHost>
>
><VirtualHost 10.4.2.203 purplecat.net www.purplecat.net
<http://www.purplecat.net>; >
>ServerAdmin pab@purplecat.net <mailto:pab@purplecat.net> 
>ServerName purplecat.net
>ServerPath /purplecat
>DocumentRoot /usr/local/www/data/purplecat/
>ServerAlias purplecat.net *.purplecat.net
>CustomLog /usr/local/www/data/purplecat/log/httpd-access.log combined
></VirtualHost>
>
><VirtualHost 10.4.2.203>
>ServerAdmin pabmppx@purplecat.net <mailto:pabmppx@purplecat.net> 
>ServerName mppx.org
>ServerPath /mppx
>DocumentRoot /usr/local/www/data/mppx/
>ServerAlias mppx.org *.mppx.org
>CustomLog /usr/local/www/data/mppx/log/httpd-access.log combined 
></VirtualHost>
>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?914078369F42D2118FE000600896E00003B479>