Re: [PERFORM] Apache2 PostgreSQL http authentication

2007-10-07 Thread Jeffrey Brower
YPT" (or what ever password encryption you use). There is also a "Auth_PG_cache_passwords" setting you can use in case the system gets a lot of traffic and the lookups slow things down. I hope this helps someone searching for the same solutions. This really does work well. Jeff Brower -Or

Re: [PERFORM] Apache2 PostgreSQL http authentication

2007-10-07 Thread Jeffrey Brower
un, 7 Oct 2007 09:14:43 -0400 "Jeffrey Brower" <[EMAIL PROTECTED]> wrote: > As I say, from a performance point of view, I would really like to > know if there is anything I can do to make sure that postgres is > performing as quickly as possible under apache2 so that my

Re: [PERFORM] Apache2 PostgreSQL http authentication

2007-10-07 Thread Jeffrey Brower
source downloads just to get an authentication working with postgres. Certainly SOMEONE is doing http authentication under Solaris. Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeffrey Brower Sent: Sunday, October 07, 2007 3:08 PM To: pgsql

Re: [PERFORM] Apache2 PostgreSQL http authentication

2007-10-07 Thread Jeffrey Brower
pgsql-performance@postgresql.org Subject: Re: [PERFORM] Apache2 PostgreSQL http authentication On Oct 7, 2007, at 9:14 , Jeffrey Brower wrote: > Greetings All, > > I have to authenticate against an existing (constantly modified) > PostgreSQL database under Solaris 10 (X86). While my PHP

[PERFORM] Apache2 PostgreSQL http authentication

2007-10-07 Thread Jeffrey Brower
Greetings All, I have to authenticate against an existing (constantly modified) PostgreSQL database under Solaris 10 (X86). While my PHP scripts are an obvious no-brainer, the rest of the contents need to be protected as well (images, etc) so the http authentication is required. I am using the