15 May
2003
15 May
'03
6:44 a.m.
We already have an apache web server running on linux with PHP. I was wondering if i can install ZOPE there. kinda like having 2 web servers? is that possible? am i making sense?
You can have Zope on it's default port 8080 and Apache on port 80 (defaut too) and this setup will work out of box. Or you can configure PCGI (see zope docs) and have Zope on one virtual site (or even site subdirectory) and PHP on other. Using different ports and PCGI you can even have several Zope versions running on different sites through Apache, i think...