Re: [EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-03-02 Thread Pubudu Premachandra
This happend due to selinux security enforcement. I found the solution by updating the security policies as chcon -R -t httpd-sys-content/usr/mysite Thank for your comment.On 2/28/06, Jerry McAllister <[EMAIL PROTECTED]> wrote: >> --=_Part_22734_12110787.1141118677219> Content-Type: text/pla

Re: [EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-02-28 Thread Pubudu Premachandra
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4"On 2/28/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > -Original Message-> From: Pubudu Premachandra [mailto: [EMAIL PROTECTED]]> Sent: Dienstag, 28. Februar 2006 10:25> To: users@ht

[EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-02-28 Thread Pubudu Premachandra
I installed var on a seperate /var partition. and I need mysite to have this recomended access control. chown -R apache:apache /var/mysite I entered these in httpd.conf at end of it.   DirectoryIndex index.php AcceptPathInfo on AllowOverride None Options None Order allow,deny Allow from al