This subject Is somewhat off topic but this is the only Zope-like list I'm currently subscribed to.
I'm trying to serve a CPS site thru Apache2. Basically, I would like to use just the machine
host name without port number, that is:
hostname: tucano.ipen.br
Zope installed on port 9673 (Debian Sarge system)
CPS portal on /colab (Zope)
Currently have to use: http://tucano.ipen.br:9673/colab
Would like to use only: http://tucano.ipen.br/colab
Apache is being used to enhance performance using mod_proxy.
Have tried this rewrite rule:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^/(.*) \
http://tucano.ipen.br:9673/VirtualHostBase/http/%{SERVER_NAME}:80/VirtualHostRoot/$1 [L,P]
</IfModule>
I put above lines directly on default file of apache config, that is: /etc/apache2/sites-available/default
with the appropriated link on /etc/apache2/sites-enabled pointing to sites-available
But could not get desired behaviour, instead got 404 Page Not Found
I believe I making some stupid mistake since this seems to be a trivial thing. But didn't manage to get this
correct.
Any help with this?
I'm trying this using VHM quick help as well as this doc
http://www.cheimes.de/opensource/docs/zope-apache2/
Thanks
--
Mario O.de Menezes, Ph.D. "Many are the plans in a man's heart, but
LinuxUser: #24626 is the Lord's purpose that prevails" Pv 19.21
http://www.ipen.br/~mario
_______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
