Re: Accessing PostgreSQL using LedgerSMB with chrooted Apache

2009-01-23 Thread Chris Bennett
Markus Hennecke wrote: On Thu, 22 Jan 2009, Aaron Poffenberger wrote: You might try connecting via tcp/ip rather than Unix sockets. I haven't used LedgerSMB but I do use phpPgAdmin under chrooted Apache over tcp/ip. (Same thing with phpMysqlAdmin.) I tried getting phpMysqlAdmin to run over U

Re: Accessing PostgreSQL using LedgerSMB with chrooted Apache

2009-01-22 Thread Markus Hennecke
On Thu, 22 Jan 2009, Aaron Poffenberger wrote: You might try connecting via tcp/ip rather than Unix sockets. I haven't used LedgerSMB but I do use phpPgAdmin under chrooted Apache over tcp/ip. (Same thing with phpMysqlAdmin.) I tried getting phpMysqlAdmin to run over Unix sockets and that was

Re: Accessing PostgreSQL using LedgerSMB with chrooted Apache

2009-01-22 Thread Aaron Poffenberger
You might try connecting via tcp/ip rather than Unix sockets. I haven't used LedgerSMB but I do use phpPgAdmin under chrooted Apache over tcp/ip. (Same thing with phpMysqlAdmin.) I tried getting phpMysqlAdmin to run over Unix sockets and that was an exercise in frustration. Tcp/ip is the way t

Accessing PostgreSQL using LedgerSMB with chrooted Apache

2009-01-22 Thread Chris Bennett
I can get LedgerSMB to work fine with httpd -u, but can't it to work correctly with Apache chrooted. I've added a tmp dir to chroot, imported the files from /usr/lib /usr/local/lib tried moving socket into chroot. No luck. Seems to connect OK with PSQL, but database creation is failing to work