• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

[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