It's FC3. I'm not sure what the correct permission is. My httpd error log reads: (13)Permission denied: Can't open directory for index: /var/www/html/jffnms/admin/
The symlink jffnms ->/opt/jffnms permissions are 777 root.root The /opt/jffnms permissions are 755 root.root Apache is running as user apache I'm somewhat new to this and I weak on permissions. Any help is appreciated Joel Witherspoon Network/Database Specialist Charter Oak Unified School District 20240 E. Cienega Avenue Covina, CA 91724 626 966 8331 x 221 [EMAIL PROTECTED] http://www.cousd.k12.ca.us >>> "Min Qiu" <[EMAIL PROTECTED]> 2/11/2005 7:55:48 AM >>> I hope this is not SELINUX. /opt is not allowed by default even the permission set right. Please also note that symlink is 0777 by default. You need to check the directory pointed by symlink has the correct permission. Min -----Original Message----- From: Craig Small [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 7:16 PM To: Joel Witherspoon Cc: [email protected] Subject: Re: [jffnms-users] 403 error after symlink On Thu, Feb 10, 2005 at 04:06:27PM -0800, Joel Witherspoon wrote: > Dumb question. I'm using 0.7.9 and I've created the symlink in > /var/www/html. When I try to view the setup page I receive the 403 > error. My Apache 2 server user.group is apache.apache. The symlink is > 777. I've tried to chown -R the symlink to apache.apache to no avail. > I'm stuck. Any help is appreciated. 403 is permission denied. Read the apache log to see why it is not allowed. While it could be filesystem permissions it could also be: - Symlink following not allowed - <Directory ...> clause not allowing access - Craig -- Craig Small GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 Eye-Net Consulting http://www.enc.com.au/ MIEE Debian developer csmall at : enc.com.au ieee.org debian.org ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
