Daniel Melnechuk wrote:
> Dear List,
> 
> I am moving a plone 2.0.1 from an old server running FreeBSD 4.9 and
> apache 1.3 to a new server running FreeBSD 6.2 with apache 2.2 with the
> system updated with latest patches.
> 
[...]
> 
> Questions:
> 
> 1. Any pointers on what could be going wrong and why i am getting the
> "Forbidden. You don't have permissions to access / on this server" when
> rewriting in the apache conf file to talk to the plone 2.1? I have
> searched hi and low for clues. It all seems like it should just be
> working... its not like i haven't set up plone through apache before,
> but it has always been apache 1.3.

Please do the following:

1) Check for SELinux: /usr/sbin/getenforce
   or:  dmesg|grep -i selinux

2) Enable the rewrite log to see where your requests are actually going:
   In apache config:

   RewriteLog "logs/rewrite.log"
   RewriteLogLevel 3

More info on rewrite logging:
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewritelog

It would also help to see the exact error line in the log. (Which by
default should be "logs/error_log")


Jonathan Steffan
daMaestro

_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to