RE: htpasswd

2003-09-08 Thread Don Leeper
Hat Mailing List Subject: Re: htpasswd On Mon, 2003-09-08 at 09:59, Don Leeper wrote: > I have a few redhat web servers and can't get this to work correctly on this > 9.0 version. I have the http.conf file setup like the others to just accept > certain users with passwords. I have

Re: htpasswd

2003-09-08 Thread MKlinke
On Monday 08 September 2003 08:59, Don Leeper wrote: > I have a few redhat web servers and can't get this to work correctly > on this 9.0 version. I have the http.conf file setup like the others > to just accept certain users with passwords. I have the "AuthFile" > setup and can add users and so fo

Re: htpasswd

2003-09-08 Thread Reuben D. Budiardja
On Monday 08 September 2003 09:59 am, Don Leeper wrote: > I have a few redhat web servers and can't get this to work correctly on > this 9.0 version. I have the http.conf file setup like the others to just > accept certain users with passwords. I have the "AuthFile" setup and can > add users and so

Re: htpasswd

2003-09-08 Thread Jason Dixon
On Mon, 2003-09-08 at 09:59, Don Leeper wrote: > I have a few redhat web servers and can't get this to work correctly on this > 9.0 version. I have the http.conf file setup like the others to just accept > certain users with passwords. I have the "AuthFile" setup and can add users > and so forth. W

htpasswd

2003-09-08 Thread Don Leeper
I have a few redhat web servers and can't get this to work correctly on this 9.0 version. I have the http.conf file setup like the others to just accept certain users with passwords. I have the "AuthFile" setup and can add users and so forth. When I go to the page it will not let me in. I put in th

Re: Re: How do you correctly set .htaccess, htpasswd, and httpd.conf?

2003-07-22 Thread Joshua Peter
I found a bit of a problem that is no biggie, but I would like to have it cleared up anyway. On my Linux box, I can see in PHPMyAdmin browser window an image that's a link to the PHPMyAdmin website. However, when I browse to my website from a Windows 2000 box, I'm not seeing that same icon. Instea

Re: How do you correctly set .htaccess, htpasswd, and httpd.conf?

2003-07-22 Thread Joshua Peter
I was able to fix my own problem from the overflowing amount of information on the web. I was trying to go this route before, but I found a bit of info on a message board that solved my problem. I moved the located on the htpasswd file, and modified my httpd.conf and htaccess files accordingly

How do you correctly set .htaccess, htpasswd, and httpd.conf?

2003-07-22 Thread Joshua Peter
I'm trying to secure my directory that has phpmyadmin. I've placed a .htaccess file in there that has: # .htaccess contents AuthType Basic AuthUserFile /var/www/passwd/phpmyadmin.pwd AuthName My Realm Require valid-user htpasswd is in a seperate dir as indicated in my .htaccess:

Re: bizarre htaccess/htpasswd problem

2002-11-03 Thread Roger
htforward. When I connect to my website, it prompts me for a > username/password but it never lets me in! I know the username/passwords > are right! I have created my .htaccess file. I changed permissions (chmod > 666!) on .htaccess. It points (in full path) to a .htpasswd file. I > modi

Re: bizarre htaccess/htpasswd problem

2002-11-03 Thread John Nichel
y easy and straightforward. When I connect to my website, it prompts me for a username/password but it never lets me in! I know the username/passwords are right! I have created my .htaccess file. I changed permissions (chmod 666!) on .htaccess. It points (in full path) to a .htpasswd file. I modified perm

bizarre htaccess/htpasswd problem

2002-11-03 Thread Den Locke
sword but it never lets me in! I know the username/passwords are right! I have created my .htaccess file. I changed permissions (chmod 666!) on .htaccess. It points (in full path) to a .htpasswd file. I modified permissions on .htpasswd too. I changed the AllowOverride AuthConfig in my httpd.conf

Re: web program for changing password of htpasswd

2002-06-10 Thread Edward Marczak
On 6/10/02 12:53 AM, "vincent li" [EMAIL PROTECTED] pressed the keys forming the message: > Hi, guys > > i often use htpasswd to add and change user password > on command line in my linux box, for example: > #htpasswd /etc/squid/passwd user > > now i want

web program for changing password of htpasswd

2002-06-10 Thread vincent li
Hi, guys i often use htpasswd to add and change user password on command line in my linux box, for example: #htpasswd /etc/squid/passwd user now i want to enable users to change their password by themselves on a web interface, but i have no clue how to achieve this goal, i know maybe cgi

Re: OT: Help with htpasswd

2001-03-21 Thread Anthony E . Greene
AuthUserFile /home/httpd/passwdfiles/dynamic >AuthType Basic > >require valid-user > >Options ExecCGI FollowSymlinks > > >Created password file with htpasswd -c >/home/httpd/passwdfiles/dynamic user > >/home/httpd/passwd

OT: Help with htpasswd

2001-03-21 Thread Gill, Vern
es/dynamic AuthType Basic require valid-user Options ExecCGI FollowSymlinks Created password file with htpasswd -c /home/httpd/passwdfiles/dynamic user /home/httpd/passwdfiles/dynamic; user:password It isn't prompting for auth. What am I missi

Re: htpasswd update

1998-04-09 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- At 16:15 4/9/98 -0500, webmaster wrote: >I also changed the AllowOverride None to AllowOverride AuthConfig. I >then create a directory called htdocs at /home/httpd/html. In that >new directory, I created a file called .htaccess and entered the >following li

Re: htpasswd

1998-04-09 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- At 14:11 4/9/98 -0500, webmaster wrote: >Dear Linux/Unix Gurus: > >I'm trying to setup user authentication using htpasswd. Refering to >the instructions at >http://www.apacheweek.com/features/userauth > >I was told to edit a file ca

htpasswd update

1998-04-09 Thread webmaster
access and entered the following lines. AuthName restricted stuff AuthType Basic AuthUserFile /home/httpd/users I created the user file via /usr/sbin/htpasswd -c /home/httpd/users vtan and entered a password. I then went to my IE4.01 browser and entered the following URL. http://viper.cwcu.

Re: htpasswd

1998-04-09 Thread Marco Shaw
Change to root directory ('cd /') and enter 'find . -name "access.conf" -print'. The command will tell you where the file is. It's better to be the super-user when running this command. --- I'm trying to setup user authentication using

htpasswd

1998-04-09 Thread webmaster
Dear Linux/Unix Gurus: I'm trying to setup user authentication using htpasswd. Refering to the instructions at http://www.apacheweek.com/features/userauth I was told to edit a file called access.conf. Is there such a file on linux OS, or do I have to create it manually? If I need to c