Re: [EMAIL PROTECTED] Unsecuring a URL

2008-05-30 Thread Scott Gifford
Mark Mcdonald <[EMAIL PROTECTED]> writes: [...] > There are no errors, the authentication prompt just remains after apache is > restarted. > > I am testing on a box using Basic auth, with the following file in > /etc/apache2/sites-enabled: > > [...] > > Order allow,deny >

RE: RE: [EMAIL PROTECTED] Unsecuring a URL

2008-05-08 Thread Mark Mcdonald
I'm still having trouble with this one... Could it be something outside of my virtualhost config affecting the behaviour of Location? -Original Message- From: Mark Mcdonald Sent: Wednesday, 7 May 2008 9:51 AM To: 'users@httpd.apache.org' Subject: RE: [EMAIL PROTECTED] U

RE: [EMAIL PROTECTED] Unsecuring a URL

2008-05-06 Thread Mark Mcdonald
Woops, sorry that was just me playing around. It still prompts for credentials with 'all' and for a specific IP class. -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Wednesday, 7 May 2008 9:14 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Unsecuring a URL

2008-05-06 Thread Eric Covener
On Tue, May 6, 2008 at 9:02 PM, Mark Mcdonald <[EMAIL PROTECTED]> wrote: > Allow from any Allow from 'all'? 'any' is probably interpreted as a hostname. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User sup

RE: [EMAIL PROTECTED] Unsecuring a URL

2008-05-06 Thread Mark Mcdonald
e / -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Tuesday, 6 May 2008 9:19 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Unsecuring a URL On Tue, May 6, 2008 at 3:43 AM, Mark Mcdonald <[EMAIL PROTECTED]> wrote: > What I want to

Re: [EMAIL PROTECTED] Unsecuring a URL

2008-05-06 Thread Eric Covener
On Tue, May 6, 2008 at 3:43 AM, Mark Mcdonald <[EMAIL PROTECTED]> wrote: > What I want to do is remove authentication from a specific URL, namely the > RSS path: http://server/node/feed (index.php?q=node/feed). Have you tried and something like the recipe here: http://wiki.apache.org/httpd/Byp

[EMAIL PROTECTED] Unsecuring a URL

2008-05-06 Thread Mark Mcdonald
Hey, I have an apache2 setup running Drupal 4.7 (a CMS). Drupal uses the mod_rewrite options below to run all requests through the top-level index.php file, so that http://server/my/path executes /index.php?q=my/path. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d