Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 27821 invoked from network); 28 Feb 2006 14:37:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Feb 2006 14:37:45 -0000 Received: (qmail 23238 invoked by uid 500); 28 Feb 2006 14:37:10 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 23105 invoked by uid 500); 28 Feb 2006 14:37:09 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 22985 invoked by uid 99); 28 Feb 2006 14:37:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 06:37:09 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [35.9.2.10] (HELO clunix.cl.msu.edu) (35.9.2.10) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 06:37:06 -0800 Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id k1SEajiU025728 for ; Tue, 28 Feb 2006 09:36:45 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id k1SEajIr025727 for users@httpd.apache.org; Tue, 28 Feb 2006 09:36:45 -0500 (EST) From: Jerry McAllister Message-Id: <200602281436.k1SEajIr025727@clunix.cl.msu.edu> To: users@httpd.apache.org Date: Tue, 28 Feb 2006 09:36:45 -0500 (EST) In-Reply-To: X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Forbidden You don't have permission to access /site/ Error X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > > ------=_Part_22734_12110787.1141118677219 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline > > I installed var on a seperate /var partition. and I need mysite to have thi= > s > 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 all > > > 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 Hmmm. One thought that comes to mind is do you have indexing allowed in that directory? If not and you address it as a directory and you don't have an index.html (index.htm or any other that you have allowed) in that directory, it will give that error message. Try sticking some index.html in the directory it is going to and see if it makes a difference. If not, ignore this. ////jerry > > > **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 > > ------=_Part_22734_12110787.1141118677219 > Content-Type: text/html; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline > >
>

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 moo= > dle- 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.=20 >
>
Thank you,
>
pubudu
> > ------=_Part_22734_12110787.1141118677219-- > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org