• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

[help] issue in rewriting rule to Zope/Plone server

kadoudal

Regular Pleskian
Hello

I have already a domain at http://www.pres2moi.com running under Apache2 at IP XX.XXX.XX.XX
I installed a Zope server (w a Plone CMS instance called pres2moi) now running at XX.XXX.XX.XX:8081

and as stated in the Zope doc, I need to add an Apache rewrite rule .. that's what I did into my conf folder
vhost.conf ----
RewriteEngine On
RewriteRule ^/(.*) http://XX.XXX.XX.XX:8081/VirtualHostBase/http/www.pres2moi.com:80/pres2moi/VirtualHostRoot/$1 [L,P]

I checked it with buddies at Zope, it's ok... BUT the issue is that this rewrite rule is never triggered ....
and the URL : http://www.pres2moi.com always open the httpdocs index.html...

what could be a beginning of solution ?....
 
I discover the issue : I need to activate mod_proxy and mod_proxy_http ...
now need to find out HOW.. ;-))
 
up and running ... Zope/Plone CMS is nice .. but a lot of things to be learned for pure Apache/html users....
 
Back
Top