| Author |
Message |
Stefano Vita
Guest
|
| Posted: Mon Mar 08, 2004 6:48 am Post subject: Zope |
|
|
Is it possible to install zope zserver on your virtual server and run it on
port 80 instead of apache? |
|
| Back to top |
|
tetranz
Guest
Joined: 29 Oct 2003
Posts: 44
|
| Posted: Mon Mar 08, 2004 7:20 am Post subject: |
|
|
Yes, you have pretty much complete freedom and control to install whatever you want.
Its been a while since I played with Zope but I seem to remember that a popular configuration was to still use Apache and somehow get Apache to pass the requests on to Zope rather than use Zope's web server directly. That way you can still do other things with Apache like run a PHP script if you have to or have another virtual host that doesn't use Zope.
Cheers
Ross |
|
| Back to top |
|
Guest
Guest
|
| Posted: Mon Mar 08, 2004 3:48 pm Post subject: |
|
|
| I run Zope 2.7 on my Linode. It works just fine. Its default HTTP port is 8080, but changing it to 80 is one line in the config file. |
|
| Back to top |
|
virtig01
Guest
Joined: 29 Nov 2003
Posts: 25
|
| Posted: Mon Mar 08, 2004 6:51 pm Post subject: |
|
|
| Just make sure that you stop apache first. |
|
| Back to top |
|
| |