Author Topic: Permission denied  (Read 2783 times)

my66

  • Newbie
  • *
  • Posts: 5
Permission denied
« 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

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
Permission denied
« Reply #1 on: June 19, 2007, 10:13:58 am »
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
Calem Community Forum Admin

my66

  • Newbie
  • *
  • Posts: 5
permission still denied
« Reply #2 on: June 19, 2007, 02:05:42 pm »
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,

my66

  • Newbie
  • *
  • Posts: 5
Resolved: Permission denied issue
« Reply #3 on: June 19, 2007, 09:40:59 pm »
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"

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
Permission denied
« Reply #4 on: June 19, 2007, 10:24:24 pm »
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).
Calem Community Forum Admin