ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> httpd-users
httpd-users
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved