Date: Fri, 12 Apr 2002 14:22:30 -0400 From: "Kennebunk Mailing List" <brentb@loa.com> To: <freebsd-questions@freebsd.org> Subject: virtual hosting with apache Message-ID: <001301c1e24f$02072140$37b4a8c0@pretorian>
next in thread | raw e-mail | index | archive | help
Im running FBSD 4.3 w/ apache, mysql , php etc...Ive pretty much set the box up to do virtual hosting . I have 1 static ip addres and im currently virtually hosting my own domain. Im also authoritive DNS for my domain, anyway .. I want to set my new customer up ..he has already has had his DNS changed to me ( so i will be hosting his DNS as well as virtual webhosting) below is te virtual container i made for his domain ...question is does it look correct ?? ( this is my first time trying this.) any help is VERY appreciated.. <VirtualHost *> ServerAdmin webmaster@bmyster.com ServerAlias newcustomer.biz *.newcustomer.biz DocumentRoot /user2/newcustomer/public_html ServerName newcustomer.biz ErrorLog /var/log/newcustomer-error CustomLog /var/log/newcustomer combined </VirtualHost> thanx Brent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001301c1e24f$02072140$37b4a8c0>