[BangPypers] problem accessing a plone site

Kenneth Gonsalves lawgon at au-kbc.org
Mon Jan 19 08:04:16 CET 2009


hi,

after a long gap, am setting up a plone site. I wanted it served through 
apache, and have this in my apache conf:

<VirtualHost *:80>
    ServerName foo.org.in
    ServerAlias www.k-dialogue.org.in
    ServerAdmin webmaster at nrcfosshelpline.in
    ProxyPass / 
http://localhost:8081/VirtualHostBase/http/foo.org.in:80/foo/VirtualHostRoot/
    ProxyPassReverse / 
http://localhost:8081/VirtualHostBase/http/foo.org.in:80/foo/VirtualHostRoot/

<Directory />
        Options FollowSymLinks
        AllowOverride None
        Order deny,allow
        allow from all
</Directory>
</VirtualHost>

Now I get 'forbidden you cannot access / on this server'. Any clues?

-- 
regards
Kenneth Gonsalves
Associate
NRC-FOSS
http://nrcfosshelpline.in/web/


More information about the BangPypers mailing list