You would basically need to write a proxy and make sure it's secure. If it was me, I'd much rather get set up to use rewrite rules in a proxy configuration.
On Tue, Jan 6, 2015 at 8:13 AM, Nicolas Göddel <[email protected]> wrote: > Hi there, > > I have the following base scenario: > Plone 4.3.3 is running with 4 clients and Relstorage on a server, say > hostA.subA.domainA.de and the ports 8080 to 8083. > I have only basic user rights on that server, but there is a 'public_html' > folder and the possibility to run CGI-scripts inside > /home/userA/public_html/cgi-bin. > I can call these scripts through ' > http://subA.domainA.de/~userA/cgi-bin/script.py' > I can also use simple RewriteRules inside .htaccess files. > > Now I want to be able to serve for example client1 (8080) over such a CGI > script. Let's say I open 'http://subA.domainA.de/~userA/cgi-bin/plone.py' > and > then I want to see the plone site. > Normally I would open 'http://hostA.subA.domainA.de:8080/myplonesite' to > get > access to it. > If I want to open a subfolder of the Plone site I want to call > 'http://subA.domainA.de/~userA/cgi-bin/plone.py/subsite'. > > In the past I always used a virtual host and RewriteRules or ProxyPass > together > with a LoadBalancer. But this time there is no other possibility. > > I heard already about WSGI, but I'm afraid that there is no good > documentation > to do this. > > Thank you! > > _______________________________________________ > Setup mailing list > [email protected] > https://lists.plone.org/mailman/listinfo/plone-setup >
_______________________________________________ Setup mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-setup
