You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Dean Gaudet <dg...@arctic.org> on 1998/03/06 20:20:01 UTC

Re: mod_alias/1899: AuthUser/AuthGroup not working with alias'd directory -Reply (fwd)

The following reply was made to PR mod_alias/1899; it has been noted by GNATS.

From: Dean Gaudet <dg...@arctic.org>
To: apbugs@apache.org
Cc:  Subject: Re: mod_alias/1899: AuthUser/AuthGroup not working with alias'd directory -Reply (fwd)
Date: Fri, 6 Mar 1998 11:16:23 -0800 (PST)

 ---------- Forwarded message ----------
 Date: Fri, 06 Mar 1998 08:52:59 -0500
 From: Al Sorrell <Al...@troweprice.com>
 To: dgaudet@arctic.org
 Subject: Re: mod_alias/1899: AuthUser/AuthGroup not working with alias'd directory -Reply
 
 Dean,
 That did it! THanks for the help (BTW, in the initial bug report, I did
 have the access.conf which had the restriction paragraph on /).
 
 Thanks again for your help!
 Al
 
 >>> Dean Gaudet <dg...@arctic.org> 03/04/98 03:57am >>>
 
 
 On Tue, 3 Mar 1998, Al Sorrell wrote:
 
 > [Tue Mar  3 08:56:48 1998] SIGHUP received.  Attempting to restart
 > [Tue Mar  3 08:56:48 1998] Server configured -- resuming normal
 operations
 > [Tue Mar  3 08:57:08 1998] access to /var/mrtg/techctr1.5.html failed
 for
 > 172.23.28.146, reason: Client denied by server configuration
 
 Oh I didn't read this last time.  You're probably getting this because
 you've got some global directive like:
 
 <Directory />
 order deny,allow
 deny from all
 </Directory>
 
 If so, you should add: 
 
 order allow,deny
 allow from all
 
 To the <Directory /var/mrtg> section.
 
 Dean