Re: [Zope] siteaccess, hosting etc, sanity check

2000-10-31 Thread Michael Bernstein
Jonathan Cheyne wrote: > > Ok, well I got some success by eliminating apache and using the site accesss > example methods and an access rule. > > but. > > is this a lower performance solution than fronting zope with apache? The short answer is: "Only in some special cases". An example of such

Re: [Zope] siteaccess, hosting etc, sanity check

2000-10-31 Thread Jonathan Cheyne
Ok, well I got some success by eliminating apache and using the site accesss example methods and an access rule. but. is this a lower performance solution than fronting zope with apache? Michael Bernstein wrote: > Jonathan Cheyne wrote: > > > > Ah, no, I though that was if you were doing the v

Re: [Zope] siteaccess, hosting etc, sanity check

2000-10-30 Thread Michael Bernstein
Jonathan Cheyne wrote: > > my various settings ... > > NameVirtualHost 111.222.333.444 > > > ServerName www.red.com > ProxyPass / http://www.blue.com:8080/red > ProxyPassReverse / http://www.blue.com:8080/red > > > then in /red we have a siteroot with the following > > title: > base: h

[Zope] siteaccess, hosting etc, sanity check

2000-10-30 Thread Jonathan Cheyne
Hi all, just a bit further down my vhosting journey ... got apache ProxyPassing and siteaccess installed but something is missing. I type in my vhosted domain www.red.com which (correctly) goes straight to /red and shows the index_html contents *except* images which show broken. The source shows