[Zope] mod_rewrite to a different port?

Erick Mechler emechler@rescomp.berkeley.edu
Mon, 17 Jan 2000 00:35:03 -0800


Is it possible to use mod_rewrite and have Zope appear on a different
port?  Here's some more info...

Right now I can go to http://my.domain/cgi-bin/Zope/ and see my site
through Zope.  However, I would like to define a RewriteRule to have this
point to http://my.domain:8080.  The reasoning for this is because all of
the images in the Zope site are defined using absolute path names with
respect to the document root.  Therefore, all of the images in the
http://my.domain/cgi-bin/Zope/ site don't work.

I am not using ZServer, but rather Apache + Zope + SSL.

Any help/links/beatings-because-this-is-a-dumb-question will be much
appreciated.

Regards,
Erick Mechler