• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

[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