Zope works on myserver.com:8080 but not myserver.com
Subject: Hello! I have zope running behind apache and am using proxypass to direct all requests on myserver.com to myserver.com:8080 and then back again as below NameVirtualHost *<VirtualHost *> ServerName www.myserver.com ServerAdmin wayne_connolly@yahoo.com ProxyPass / http://myserver.com:8080/ ProxyPassReverse / http://myserver.com:8080/ I just cant seem to get requests on port 80 to be sent throught to 8080 where my zope lives and works perfectly. When you access myserver.com you recieve a "Forbidden You don't have permission to access / on this server." however When you access myserver.com:8080 you recieve the correct zope index.html file. NOTE:The * in "NameVirtualHost *" and "<VirtualHost *>" is a wildcard which can allow us to change the ip of our box if need be quickly and accross all domains on the server. If you need any more config info then please just ask, I will try to help out any who can help me out, Thanks Wayne ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie
On Tue, Jul 31, 2001 at 07:22:08AM +0100, Wayne Connolly wrote:
I just cant seem to get requests on port 80 to be sent throught to 8080 where my zope lives and works perfectly. When you access myserver.com you recieve a "Forbidden You don't have permission to access / on this server."
Adapt http://www.zope.org/Members/mwr/VHosts_With_Zope_Default to your needs. -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
Wayne, Do you have a siteroot with http://myserver.com/ as the base? -- Jeffrey D. Peterson Webmaster/Web & Web Applications Engineer Range TV Cable & Broadband 1818 E. 3rd Ave. Hibbing, MN 55746 jpeterso@rangebroadband.com
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Wayne Connolly Sent: Tuesday, July 31, 2001 1:22 AM To: zope@egroups.com; zope@zope.org Subject: [Zope] Zope works on myserver.com:8080 but not myserver.com
Subject:
Hello! I have zope running behind apache and am using proxypass to direct all requests on myserver.com to myserver.com:8080 and then back again as below
NameVirtualHost *<VirtualHost *> ServerName www.myserver.com ServerAdmin wayne_connolly@yahoo.com ProxyPass / http://myserver.com:8080/ ProxyPassReverse / http://myserver.com:8080/
I just cant seem to get requests on port 80 to be sent throught to 8080 where my zope lives and works perfectly. When you access myserver.com you recieve a "Forbidden You don't have permission to access / on this server."
however
When you access myserver.com:8080 you recieve the correct zope index.html file.
NOTE:The * in "NameVirtualHost *" and "<VirtualHost *>" is a wildcard which can allow us to change the ip of our box if need be quickly and accross all domains on the server.
If you need any more config info then please just ask, I will try to help out any who can help me out,
Thanks Wayne
____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie
participants (3)
-
Jeff Peterson -
Mike Renfro -
Wayne Connolly