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 [email protected] http://lists.plone.org/mailman/listinfo/setup
