From: "Andy Doran - Fasthosts Internet Ltd." <[EMAIL PROTECTED]> Sent: Monday, December 03, 2001 3:20 AM
> > Here's a pretty standard vhost block -- I use a bunch just > > like this with different names and paths. What else should be > > included in a good general example? > > > > <VirtualHost 64.81.19.108> > > DocumentRoot /home/web/mosxsw/htdocs/ > > ServerName www.mosxsw.com > > ServerAlias mosxsw.com www.macosxsw.com macosxsw.com > > port.mosxsw.com > > ErrorLog logs/error_log > > CustomLog logs/mosxsw.com-access_log combined > > </VirtualHost> > > > I would suggest that ServerAdmin should be in there too, unless you set it > up globally. For an example block? I'd agree ServerAdmin should be there. Is there any difference between; ServerAlias mosxsw.com www.macosxsw.com macosxsw.com port.mosxsw.com and ServerAlias mosxsw.com ServerAlias www.macosxsw.com ServerAlias macosxsw.com ServerAlias port.mosxsw.com ??? If not, the latter is certainly more legible. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
