[Setup] Serve Plone site over FastCGI

Steve McMahon steve at dcn.org
Wed Jan 7 00:17:39 UTC 2015


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 <n.goeddel at satzweiss.com>
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
> Setup at lists.plone.org
> https://lists.plone.org/mailman/listinfo/plone-setup
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.plone.org/pipermail/plone-setup/attachments/20150106/79072ccb/attachment.html>


More information about the Setup mailing list