yes you can do that.. just apache by port 80 and zope on a different port #
then use mod_rewrite to rewrite the zope url -----Original Message----- From: Sherwin T. Ang [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 4:39 PM To: [EMAIL PROTECTED] Subject: [plug] Zope with Apache Hello guys, I know some of the members here run Zope as their cms/webserver, i need some help =) I need to run both apache and zope at the same time i tried this setup using apache mod_proxy <VirtualHost 203.167.x.x:80> ServerName fire.homelinux.net ProxyPass / http://jam.homelinux.net:8080/ ProxyPassReverse / http://jam.homelinux.net:8080/ </VirtualHost> It almost have worked but, when i click on a link like http://jam.homelinux.net/Examples the hyperlinks on that page still shows http://jam.homelinux.net:8080/Examples/GuestBook i may have done something wrong, please help. Another approach to do apache/zope side by side hosting is greatly appreciated. Thanks. Respectfully yours, Sherwin T. Ang _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED] _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
