* Evan Simpson <evan@4-am.com> [010718 15:04]:
Mike Renfro wrote:
I propose my method (http://www.zope.org/Members/mwr/VHosts_With_Zope_Default).
Very nice! Two notes:
o What's the <IfModule> for?
It's probably a bit redundant, because we can presume if someone has installed mod_rewrite then they've followed the install instructions, and preferably used apxs, which does this for them? Same goes for the LoadModule directives - plus the mod_proxy one is completely redundant. Also a tip with the STX [P] rendering problem: format it as a pre, by doing something like this.. httpd.conf:: <--- note double colon NameVirtualHost my.real.host.name <VirtualHost my.virtual.host.name> ... etc ...
On Wed, Jul 18, 2001 at 11:43:47AM +0100, seb bacon wrote:
There's such a confusion of ways to do Virtual Hosts, it would be nice to get some kind of consensus on the 'recommended' way of doing it.
As author of SiteAccess, I hereby nominate Mike's How-To :-)
As random zope punter, I second that. It would be good if someone could communicate this to the owners of the other SiteAccess / Virtual Hosting HOWTOs, so they can put a note at the top... seb