You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Taylor Smith <no...@yahoo.com> on 2001/11/03 16:42:02 UTC

mod_auth-any/8671: I cannot use the directory directive to password protect a directory

>Number:         8671
>Category:       mod_auth-any
>Synopsis:       I cannot use the directory directive to password protect a directory
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          support
>Submitter-Id:   apache
>Arrival-Date:   Sat Nov 03 07:50:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     nobody484@yahoo.com
>Release:        1.3
>Organization:
apache
>Environment:
Uname -a: Linux tsmithi 2.4.4-4GB i686

Suse Linux v7.2 Preloaded apache 1.3 from install disks
>Description:
I have this is httpd.conf:
<Directory "/usr/local/httpd/tsmithii">
  Order Deny,Allow
  AuthType Basic
  AuthName "TSmithII Secured Area"
  AuthUserFile "/password"
</Directory>
(The password file is located in root, filename "passoword")
There is no security box that appears asking for a username and password and no appearant change from a normal unprotected directory.(This server is proected with MOD_SSL for https:// transfers)
>How-To-Repeat:
There is no outside URL for this server. There will be at some point, but it will run secured on MOD_SSL
>Fix:
I type in EXACTLY what was written in the support files on your server and made sure that mod_auth_digest and mod_auth were both installed. I can find no error exept for the fact that it doesn't work.
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]