RE: [EMAIL PROTECTED] Authentication realms

2006-01-03 Thread Dave Beach
Yes, thanks, it is and I did. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: January 3, 2006 10:03 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Authentication realms Is that web page accessible? I don't remember whether you said i

RE: [EMAIL PROTECTED] Authentication realms

2006-01-03 Thread G . Lams
Is that web page accessible? I don't remember whether you said it but did you try from another brwoser? Gaƫl - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist

RE: [EMAIL PROTECTED] Authentication realms

2006-01-03 Thread Dave Beach
Thanks for the reply. No obvious re-write rule in my httpd.conf file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: January 3, 2006 9:47 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Authentication realms >Consider www.foo.

RE: [EMAIL PROTECTED] Authentication realms

2006-01-03 Thread G . Lams
>Consider www.foo.com (hypothetically - I've just realized that's >actually a >real site), and that /usr/local/apache2/htdocs is set as AuthName >"bar" in >httpd.conf. Everything behaves perfectly as expected, except a link >to >/usr/local/apache2/htdocs/foobar/foobar.wmv causes a re-prompt fo

RE: [EMAIL PROTECTED] Authentication realms

2006-01-03 Thread Dave Beach
added an .htaccess file in /usr/local/apache2/htdocs/foobar that simply repeats "AuthName "bar"". Still no joy. I appreciate your patience; perhaps a slightly more detailed pointer would nudge me in the right direction. -Original Message- From: Nick Kew [mailto:[EMAI

Re: [EMAIL PROTECTED] Authentication realms

2006-01-02 Thread Nick Kew
On Monday 02 January 2006 22:57, Dave Beach wrote: > Hi list! > > I'm having a small problem. I have basic authentication set up (httpd > v2.2.0), and it works as I would expect - except that when a user requests > a Windows Media file (wmv) from a subordinate page, the client browser > prompts aga

Re: [EMAIL PROTECTED] Authentication realms

2006-01-02 Thread Sean Conner
It was thus said that the Great Dave Beach once stated: > > I would have expected no such secondary authentication prompt, as the file > is found in a directory subordinate to the one established for the > authentication realm in the httpd.conf file. > > What am I missing? Are there relevant part