• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

[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