The following reply was made to PR mod_auth-any/3559; it has been noted by GNATS.
From: Lars Eilebrecht <[EMAIL PROTECTED]> To: (Apache GNATS) <[EMAIL PROTECTED]> Cc: Subject: Re: mod_auth-any/3559: .htaccess files ignored, misread Date: Sat, 19 Dec 1998 15:27:36 +0100 (CET) According to Alan Federman: > [Fri Dec 18 14:07:20 1998] [notice] httpd: child pid 5158 exit signal > Segmentation Fault (11) [...] > error box in browser "Document contains no data!" Are you using any extra/non-standard Apache modules? Verify the permissions of the directory and .htaccess file (is NFS involved?). > <Limit GET> > ORDER ALLOW,DENY > ALLOW FROM ALL > </Limit> Try to replace this section with (no <Limit> directive): order allow,deny allow from all Regards... -- Lars Eilebrecht [EMAIL PROTECTED]
