Calem Community Forum
General => Setup => Topic started by: my66 on June 19, 2007, 02:09:36 am
-
Hello,
CalemEAM appears to be deployed on my unix box. But when running http//localhost/CamemEAM I got following access error
Forbidden
You don't have permission to access /CalemEAM on this server.
Please help.
In your setup document, there is no instruction on setting apache web document permission for CalemEAM folder.
Thanks
-
Good point we didn't put up configuring permissions for platforms other than Windows. We just added it in our doc site. Check it out and let us know if it works for you. Setup doc will be updated as well.
http://www.calemeam.com/apps/wiki/index.php?title=CalemInstallation
-
Hello,
Thank you for your support. I have followed the instruction and our system is fedora 5 updated version. But i still got the same eror:
Forbidden
You don't have permission to access /CalemEAM on this server.
Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.2 mod_apreq2-20051231/2.5.7 mod_perl/2.0.2 Perl/v5.8.7 Server at
access_log in lampp/logs dir showing:
67.117.95.252 - - [19/Jun/2007:11:57:52 -0700] "GET /CalemEAM HTTP/1.1" 403 391
Is there anything else I can do? I would access http://localhost/xampp fine
Thanks,
-
I resoved the problem by doing the following
at htdocs dir, do: (note it appears that there is no need to change group and user to nobody. httpd of xampp will do the trick for you)
chmod 755 CalemEAM
go to CamemEAM dir do:
chown -R nobody *
chgrp -R nobody CalemEAM
chmod -R 777 *
Your online wiki has an incorrect command "chown 766 CalemEAM"
-
Congratulations!
I guess if you don't change owner/groups you will need 755 (instead of 766 which only allows owner to access the directory).