Re: [EMAIL PROTECTED] Problem With Password Protection in Apache 2.2

2007-11-15 Thread Jon Forrest
Joshua Slive wrote: - Require directive is limited to GET requests. So you don't mind if people without a password access the content via POST requests? I just did a cut and paste from an example from some documentation. Throw away that documentation. It's over a decade out of date. Try here

Re: [EMAIL PROTECTED] Problem With Password Protection in Apache 2.2

2007-11-15 Thread Joshua Slive
On Nov 15, 2007 9:45 AM, Jon Forrest <[EMAIL PROTECTED]> wrote: > > - Require directive is limited to GET requests. So you don't mind if > > people without a password access the content via POST requests? > > I just did a cut and paste from an example from some documentation. Throw away that docu

Re: [EMAIL PROTECTED] Problem With Password Protection in Apache 2.2

2007-11-15 Thread Jon Forrest
Boyle Owen wrote: - what *exactly* is the name of the file? In the config snippet it is called ".htpasswd", but above you call it ".htpassword". Sorry. It is .htpasswd. The directory on the Directory line exists:, e.g. % ls -d /users/chemweb/apache2/http-cchem/htdocs/admittedstudent /users

RE: [EMAIL PROTECTED] Problem With Password Protection in Apache 2.2

2007-11-14 Thread Boyle Owen
> -Original Message- > From: Jon Forrest [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 15, 2007 2:02 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Problem With Password Protection in Apache 2.2 > > I need to setup password controlled access t

Re: [EMAIL PROTECTED] Problem With Password Protection in Apache 2.2

2007-11-14 Thread Eric Covener
On Nov 14, 2007 8:01 PM, Jon Forrest <[EMAIL PROTECTED]> wrote: > DocumentRoot /users/chemweb/apache2/http-cchem/htdocs > > AuthType Basic > AuthName "Restricted Files" > AuthUserFile > /users/chemweb/apache2/http-cchem/htdocs/admittedstudent/.htpasswd > > Require us

Re: [EMAIL PROTECTED] Problem With Password Protection in Apache 2.2

2007-11-14 Thread Sergey Avdushkin
On Nov 14, 2007 8:01 PM, Jon Forrest <[EMAIL PROTECTED]> wrote: DocumentRoot /users/chemweb/apache2/http-cchem/htdocs AuthType Basic AuthName "Restricted Files" AuthUserFile /users/chemweb/apache2/http-cchem/htdocs/admittedstudent/.htpasswd Require user gsportal Ad

[EMAIL PROTECTED] Problem With Password Protection in Apache 2.2

2007-11-14 Thread Jon Forrest
I need to setup password controlled access to a directory managed by an Apache 2.2 server running on Solaris 10. I'm trying to do it by putting the necessary directives in my httpd.conf file rather than using an .htaccess file. I have the following in the appropriate VirtualHost section of my htt