[Setup] Plone and VirtualHostMonster

Josh Kidd jkidd at ifpeople.net
Mon Aug 25 15:06:20 UTC 2008


There are at least two problems with this config.  First, where you have
8080 is where your plone port should be.  So change that to 81.  Second, it
looks like you are setting up your plone site in a subpath.
http://localhost/rede  If this is the case, you need to add /_vh_rede after
VirtualHostRoot.  So, you should get something that looks like:

ProxyPass /rede
http://localhost:81/VirtualHostBase/http/localhost:80/Plone/VirtualHostRoot/_vh_rede/

I hope that gets you on the right track.

Josh

On Mon, Aug 25, 2008 at 9:44 AM, FilipeFreitas <filipefreitas at ua.pt> wrote:

>
> Hello guys!
> I'm trying to setup Plone 3 and Apache with several other sites.
> Plone is setup for port 81.
> My (partial) apache configuration is:
>
> NameVirtualHost *:80
>
> <VirtualHost *:80>
>
>  ServerName localhost
>  ProxyPreserveHost on
>  ProxyPass /rede
>
> http://localhost:8080/VirtualHostBase/http/localhost:80/Plone/VirtualHostRoot/
>  ProxyPassReverse /rede
>
> http://localhost:8080/VirtualHostBase/http/localhost:80/Plone/VirtualHostRoot/
>
> </VirtualHost>
>
> (localhost because this is a test machine)
> As is, the Plone site layout is horrible, like the CSS isn't downloaded. If
> i change the port (bold) to 81 (where Plone is configured), everything
> works
> fine.
> I really need it to work to port 80, any clue how i can accomplish this?
> Thank you so much!
>
>
>
> --
> View this message in context:
> http://n2.nabble.com/Plone-and-VirtualHostMonster-tp781458p781458.html
> Sent from the Installation, Setup, Upgrades mailing list archive at
> Nabble.com.
>
>
> _______________________________________________
> Setup mailing list
> Setup at lists.plone.org
> http://lists.plone.org/mailman/listinfo/setup
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.plone.org/pipermail/setup/attachments/20080825/7e576c97/attachment.htm


More information about the Setup mailing list