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

From: Dean Gaudet <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
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 <[EMAIL PROTECTED]>
 To: [EMAIL PROTECTED]
 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 <[EMAIL PROTECTED]> 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
 
 
 
 

Reply via email to