The following reply was made to PR mod_alias/1899; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]> To: Al Sorrell <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: mod_alias/1899: AuthUser/AuthGroup not working with alias'd directory Date: Wed, 4 Mar 1998 00:57:24 -0800 (PST) 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