T
twold
Guest
Hi everybody.
I am trying to run zope instance from plesk. I've already found out that I have to use vhost.conf, but that's everything I was able to find.
I tried to put there something like this:
This rule is ok, when run from normal apache server, but I am not able to figure out how to get it running from behind plesk.
Am I doing something wrong?
Or is this completely wrong approach?
Anyway, please let me know how to set it up correctly.
Thanks
I am trying to run zope instance from plesk. I've already found out that I have to use vhost.conf, but that's everything I was able to find.
I tried to put there something like this:
Code:
RewriteEngine on
RewriteRule ^/(.*) [url]http://62.176.162.30:8080/VirtualHostBase/http/test.www43.com:80/plone/VirtualHostRoot/[/url]$1 [L,P]
This rule is ok, when run from normal apache server, but I am not able to figure out how to get it running from behind plesk.
Am I doing something wrong?
Or is this completely wrong approach?
Anyway, please let me know how to set it up correctly.
Thanks