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
>
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
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]
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
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
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
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