Re: [us...@httpd] location of vhost logs (was: how to avoid duplicating the document root in vhost conf files?)

2009-10-22 Thread Brolin Empey
2009/10/6 Brolin Empey > > 2009/10/6 Jonathan Zuckerman : > >  Or (my preferred solution) put them outside the > > document root; why bother putting them in the doc root and then making > > a directory override to disallow outside access to them when the > > simpler

Re: [us...@httpd] how to avoid duplicating the document root in vhost conf files?

2009-10-06 Thread Brolin Empey
2009/10/6 Jonathan Zuckerman : > Ah I see... I'm a software engineer too so I appreciate trying to > encapsulate often-used values but I'd say this might be one of those > battles it wouldn't kill you to forfeit. I am a hacker, not an engineer. ;) In any case, I am not a professional engineer, so

Re: [us...@httpd] how to avoid duplicating the document root in vhost conf files?

2009-10-06 Thread Brolin Empey
2009/10/6 Jonathan Zuckerman : > Am I missing something? I only see the DocumentRoot declared once in > your example Yes, there is only 1 DocumentRoot directive, but the “/var/www/aidsorphanage.org/” part of the /value/ of the DocumentRoot directive is duplicated thrice. How can I avoid duplicati

[us...@httpd] how to avoid duplicating the document root in vhost conf files?

2009-10-06 Thread Brolin Empey
Hello list, Here is one of my vhost conf files: [bro...@cowboy] [0] [1] ~/ $ cat /etc/apache2/sites-available/aidsorphanage.org ServerAdmin bro...@techsol.ca ServerName aidsorphanage.org ServerAlias www.aidsorphanage.org aidsorphonage.org www.aidsorphonage.org Do