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