• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

[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