Re: Web Auth.

2003-06-01 Thread Anthony E. Greene
On 31-May-2003/21:54 -0400, "Brent L. Cox" <[EMAIL PROTECTED]> wrote: >Ok good news its working now Thanks for everyones help, >the problem with Apache could not access the .htpasswd >file I moved it to a system file and now it works fine > >I just have one question where do I go to configure >se

Re: Web Auth.

2003-06-01 Thread Brent L. Cox
Ok good news its working now Thanks for everyones help, the problem with Apache could not access the .htpasswd file I moved it to a system file and now it works fine I just have one question where do I go to configure sendmail On Sat, 31 May 2003 19:26:15 -0500 Joseph A Nagy Jr <[EMAIL PROTECT

Re: Web Auth.

2003-06-01 Thread MKlinke
On Sunday 01 June 2003 01:10, Brent L. Cox wrote: > ok it does prompt now but when I enter the user ID and > Password I ask for it again like it was incorrect and > after 3 times I get auth. req. > > I used this command to create mt .htpasswd file\ > > htpasswd -c .htpasswd blcox > > this is my ent

Re: Web Auth.

2003-06-01 Thread MKlinke
On Saturday 31 May 2003 20:56, Brent L. Cox wrote: > I do have a .htpasswd and .htaccess files do you have any > examples of them. > thanks, This works for me. /etc/httpd/conf/httpd.conf - AllowOverride AuthConfig Order deny,allow Allow from all end of

Re: Web Auth.

2003-06-01 Thread Joseph A Nagy Jr
Brent L. Cox wrote: ok it does prompt now but when I enter the user ID and Password I ask for it again like it was incorrect and after 3 times I get auth. req. I used this command to create mt .htpasswd file\ htpasswd -c .htpasswd blcox this is my entry in the httpd.conf file Options Inde

Re: Web Auth.

2003-06-01 Thread Brent L. Cox
;Secure area" AuthUserFile /somewhere/save/.htpasswd require valid-user To use .htaccess you must allowoverride auth and something else can't quite remember. But this is my setup. -Original Message- From: Brent L. Cox [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 3:57 PM To: [EM

Re: Web Auth.

2003-06-01 Thread Mike Burger
On Sat, 31 May 2003, Brent L. Cox wrote: > ok I have edited the httpd.conf file but I do not get a > prompt for User ID and Password. Can someone give me an > Example what the entry is suposed to look like in the > httpd.conf. > > I the directory Iam working with is > /var/www/html/php Did yo

re web auth

2003-06-01 Thread Christopher Russell
re: Web Auth Brent, I do not have the solution, but take a look at this: http://httpd.apache.org/docs-2.0/howto/auth.html I asked a similar question3 weeks ago, but got no good response. My attempt was to use the .conf file, not .htaccess. Hopefully there may be someone out there who has

RE: Web Auth.

2003-06-01 Thread Jason Staudenmayer
d-user To use .htaccess you must allowoverride auth and something else can't quite remember. But this is my setup. -Original Message- From: Brent L. Cox [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 3:57 PM To: [EMAIL PROTECTED] Subject: Re: Web Auth. I do have a .htpasswd

Re: Web Auth.

2003-06-01 Thread Anthony E. Greene
On 31-May-2003/15:38 -0400, "Brent L. Cox" <[EMAIL PROTECTED]> wrote: >yeah I did stop and start the server. >this is the entry that I have put in my httpd.conf > > >AllowOverride None I think this should be: AllowOverride AuthConfig Limit Tony -- Anthony E. Greene

RE: Web Auth.

2003-06-01 Thread Jason Staudenmayer
e- From: Brent L. Cox [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 3:39 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Web Auth. yeah I did stop and start the server. this is the entry that I have put in my httpd.conf AllowOverride None Deny from from a

Re: Web Auth.

2003-06-01 Thread Brent L. Cox
yeah I did stop and start the server. this is the entry that I have put in my httpd.conf AllowOverride None Deny from from all Order allow,deny would this be correct? On 31 May 2003 22:26:16 +0300 Peter Peltonen <[EMAIL PROTECTED]> wrote: On Sat, 2003-05-31 at 22

Re: Web Auth.

2003-06-01 Thread Peter Peltonen
On Sat, 2003-05-31 at 22:10, Brent L. Cox wrote: > ok I have edited the httpd.conf file but I do not get a > prompt for User ID and Password. Can someone give me an > Example what the entry is suposed to look like in the > httpd.conf. Did you remember to restart Apache after making changes to h

Re: Web Auth.

2003-06-01 Thread Brent L. Cox
ok I have edited the httpd.conf file but I do not get a prompt for User ID and Password. Can someone give me an Example what the entry is suposed to look like in the httpd.conf. I the directory Iam working with is /var/www/html/php Thanks, Brent On Sat, 31 May 2003 11:38:09 -0400 "An

Re: Web Auth.

2003-06-01 Thread Anthony E. Greene
On 31-May-2003/10:22 -0400, "Brent L. Cox" <[EMAIL PROTECTED]> wrote: >Ok I set it up like the link that you gave me states but >its still not asking for the userid and password is there >something I doing wrong or is there a setting somewhere to >tell the system to look for the .htaccess file o

Re: Web Auth.

2003-06-01 Thread Alexey Fadyushin
d! > > > > > > > >> -Original Message- > >> From: [EMAIL PROTECTED] > >> [mailto:[EMAIL PROTECTED] On Behalf Of Brent > >>L. Cox > >> Sent: Saturday, May 31, 2003 7:01 AM > >> To: [EMAIL PROTECTED] > >> Subject: Web

Re: Web Auth.

2003-06-01 Thread Joseph A Nagy Jr
Brent L. Cox wrote: Ok I set it up like the link that you gave me states but its still not asking for the userid and password is there something I doing wrong or is there a setting somewhere to tell the system to look for the .htaccess file on the directory. RTFM for the web server you are using

Re: Web Auth.

2003-06-01 Thread Brent L. Cox
ay, May 31, 2003 7:01 AM To: [EMAIL PROTECTED] Subject: Web Auth. I am very new to RedHat Linux. I running 9.0 can someone tell how to do something. I have a directory on my web side that I would like to fix it when someone trys to access it from the web it prompt for a user ID and Password.

RE: Web Auth.

2003-05-31 Thread Thomas E. Dukes
7:01 AM > To: [EMAIL PROTECTED] > Subject: Web Auth. > > > I am very new to RedHat Linux. I running 9.0 can someone > tell how to do something. I have a directory on my web > side that I would like to fix it when someone trys to > access it from the web it prompt for a user

Web Auth.

2003-05-31 Thread Brent L. Cox
I am very new to RedHat Linux. I running 9.0 can someone tell how to do something. I have a directory on my web side that I would like to fix it when someone trys to access it from the web it prompt for a user ID and Password. The kind that is browser intergrated. Can someone help. -- redha