Re: [EMAIL PROTECTED] 503 response with mod_rewrite?

2006-08-26 Thread alan bryan
Here's what we use. We have this at the bottom of our VirtualHost sections and just uncomment and restart apache before working on the sites. #Uncomment to redirect temporarily while working on site #ErrorDocument 503 /503.php #RedirectMatch 503 ^/(?!(503\.php|503\.gif)) Not sure if that's the

Re: [EMAIL PROTECTED] mod_authn_dbd or mod_auth_pgsql on Apache 2.2?

2006-08-18 Thread alan bryan
On 8/18/06, Nick Kew [EMAIL PROTECTED] wrote: On Friday 18 August 2006 01:05, alan bryan wrote: I also got [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available. That means you haven't even got a DBDriver directive. RTFM

[EMAIL PROTECTED] mod_authn_dbd or mod_auth_pgsql on Apache 2.2?

2006-08-17 Thread alan bryan
Has anyone gotten either mod_authn_dbd (using postgresql) or mod_auth_pgsql to work on Apache 2.2 on FreeBSD (I'm using 6.1)? mod_auth_dbd yields: [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise mod_auth_pgsql yields: No Authn provider configured

Re: [EMAIL PROTECTED] mod_authn_dbd or mod_auth_pgsql on Apache 2.2?

2006-08-17 Thread alan bryan
mod_auth_dbd yields: [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise That message is a little misleading. this platform doesn't mean FreeBSD, it means it's not implemented in your APR-UTIL build. There should be some previous error messages,

[EMAIL PROTECTED] Authorization in Apache 2.2

2006-08-14 Thread alan bryan
I'm trying to set up some sort of basic authentication in Apache 2.2 authenticating against a PostgreSQL 8.1 database.Has anyone been able to successfully get the new mod_authn_dbd to work on FreeBSD? I've also tried mod_auth_pgsql which compiles fine but I get the error: No Authn provider

Re: [EMAIL PROTECTED] Authorization in Apache 2.2

2006-08-14 Thread alan bryan
On 8/14/06, Nick Kew [EMAIL PROTECTED] wrote: On Monday 14 August 2006 20:44, alan bryan wrote: I'm trying to set up some sort of basic authentication in Apache 2.2authenticating against a PostgreSQL 8.1 database. Has anyone been able to successfully get the new mod_authn_dbd to work on FreeBSD

Fwd: [EMAIL PROTECTED] Authorization in Apache 2.2

2006-08-14 Thread alan bryan
(resending as last wasn't sent as plain text - sorry) On 8/14/06, Nick Kew [EMAIL PROTECTED] wrote: On Monday 14 August 2006 20:44, alan bryan wrote: I'm trying to set up some sort of basic authentication in Apache 2.2authenticating against a PostgreSQL 8.1 database. Has anyone been able

[EMAIL PROTECTED] Apache 2.2.3 and mod_auth_pgsql

2006-08-13 Thread alan bryan
Hello,I have a FreeBSD 6.1 machine with Apache 2.2.3 installed from FreeBSD ports. I also installed the mod_auth_pgsql2 port. I used my same .htaccess file from my old working setup of Apache 2.0 and mod_auth_pgsql and this fails with the new setup. The error I receive is: No Authn provider