You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Rajni <se...@serc302ag.serc.iisc.ernet.in> on 2000/02/24 06:23:20 UTC

general/5806: could not protect files by htpasswd pgm

>Number:         5806
>Category:       general
>Synopsis:       could not protect files by htpasswd pgm
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          support
>Submitter-Id:   apache
>Arrival-Date:   Wed Feb 23 21:30:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     seccom@serc302ag.serc.iisc.ernet.in
>Release:        version 1.0 (http version 1.3)
>Organization:
apache
>Environment:
LINUX
>Description:
Respected sir/Madam,

 As v know there r three types of access restrictions to
 our documents. one of those is htpasswd.
 I created a .htaccess in a protected directory
 it's contents r shown below
  AuthUserFile /home/httpd/html/surya/.htpasswd
AuthName Surya
AuthType Basic
<Limit GET POST>
require user anand
</Limit>
--------
 then i used htpasswd pgm
 htpasswd -c .htpasswd anand
 it asked for password & password file
 was created succesfully.
 Now when i access some file in protected
  directory it's not asking user name & passwd
   it just allows anyone 2 access files in those directory.
  will u please help me out reg this problem
   thanx in advance
        truly
           rajni
>How-To-Repeat:

>Fix:

>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!     ]