Adinda Praditya a écrit :
Hi list,

I followed http://www.cps-project.org/static/doc/howto-virtual_hosts.html#simple-virtual-host-http-https-configuration <http://www.cps-project.org/static/doc/howto-virtual_hosts.html#simple-virtual-host-http-https-configuration> everything went normal (no error found). but when i access http://setwanrahdida.bappenas.go.id/ it said:


FORBIDDEN

You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Hum there might be an error in the sample prxoy.conf file. The following:

<Proxy http://localhost:9673>
  Order deny,allow
  Deny from all
  Allow from all
</Proxy>

should probably be:

<Proxy http://localhost:9673>
  Order deny,allow
  Allow from all
</Proxy>

Can you test it and report de results here. If it works I'll fix the 
documentation.

--
Olivier

_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users

Reply via email to