mod_fastcgi, mod_proxy, virtual hosts
Hello, i am having some issues with a Zope 2.3.0 setup: my situation is this: I have an Apache frontend speaking to Zserver via fastcgi. i want to implement an Apache virtual host for a clients domain a la the second example in Anser's HOW-TO "Using Apache with ZServer". Can I do this with mod_fastcgi or do i have to get rid of it first? cheers for any help! Garry Steedman -- Styrax Associates 39-41 Rue d'Arlon B-1000 Brussels Web : www.styrax.com Mail: gs@styrax.com Tel : +32 2 286 52 90
On Mon, 5 Mar 2001, Garry Steedman wrote:
I have an Apache frontend speaking to Zserver via fastcgi. i want to implement an Apache virtual host for a clients domain a la the second example in Anser's HOW-TO "Using Apache with ZServer". Can I do this with mod_fastcgi or do i have to get rid of it first?
I am sure you din't need to get rid of mod_fcgi, but I am not sure about setup. I recommend you use VirtualHostMonster, and probably it can be used with mod_fcgi. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
--On Montag, 05. März 2001 17:59 +0000 Garry Steedman <gs@styrax.com> wrote:
Hello,
i am having some issues with a Zope 2.3.0 setup: my situation is this:
I have an Apache frontend speaking to Zserver via fastcgi. i want to implement an Apache virtual host for a clients domain a la the second example in Anser's HOW-TO "Using Apache with ZServer". Can I do this with mod_fastcgi or do i have to get rid of it first?
Works like a charm with FastCGI. These How-Tos should get you started: http://www.zope.org/Members/kedai/apache_zope_fcgi http://www.zope.org/Members/Roug/fastcgi_and_rootfolder http://www.zope.org/Members/ppetru/BlockingFCGI HTH, Stefan -- Things work better when plugged in.
participants (3)
-
Garry Steedman -
Oleg Broytmann -
Stefan H. Holek