[users@httpd] Forbidden You don't have permission to access /site/ Error
by Pubudu Premachandra other posts by this author
Feb 28 2006 1:25AM messages near this date
Re: [users@httpd] OS Env variables - TMP
|
Re: [users@httpd] Forbidden You don't have permission to access /site/ Error
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.
<Directory "/var/mysite">
DirectoryIndex index.php
AcceptPathInfo on
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
Alias /site"/var/mysite"
****But following error occures
Forbidden
on this server.
I did all this according to recomended munual (of moodle- opensource
product.) I have successfully ran this previously for /usr/local/mysite
But this time it fails. Help me
**What I feel is that my alias don't work properly or that *** site
permissions gives error. but note that I have tryed by giving full
permissions also, but it also gives the same error.
Thank you,
pubudu
Attachments:
unknown1
unknown2
Thread:
Pubudu Premachandra
Jerry McAllister
Pubudu Premachandra
Boyle Owen
Boyle Owen
Pubudu Premachandra
|