Re: [Ledger-smb-devel] Testing out 1.4 with apache 2.4

2013-05-18 Thread turtle
> Hi Turtle, > > >> ... reading the page you reference, you probably want to change the >> lines >> > >> > Order Deny,Allow >> > Allow from 127.0.0.1 >> > Allow from localhost >> > >> > to >> > >> > Require ip 127.0.0.1 >> > Require host localhost >> > >> > > Committed: r5825. > > (install.sh, INST

Re: [Ledger-smb-devel] Testing out 1.4 with apache 2.4

2013-05-18 Thread Erik Huelsmann
Hi Turtle, > ... reading the page you reference, you probably want to change the lines > > > > Order Deny,Allow > > Allow from 127.0.0.1 > > Allow from localhost > > > > to > > > > Require ip 127.0.0.1 > > Require host localhost > > > Committed: r5825. (install.sh, INSTALL and other docs remain

Re: [Ledger-smb-devel] Testing out 1.4 with apache 2.4

2013-05-18 Thread turtle
Got it working with the help of reading recent 1.4 posts here. The only thing I did was set up my test user manually in postgres to get past the apache auth dialog. I set every setting I could find to "DEBUG" in Sysconfig.pm and ledgersmb.conf And found lots of info appearing here: /tmp/ledgersm

Re: [Ledger-smb-devel] Testing out 1.4 with apache 2.4

2013-05-18 Thread Erik Huelsmann
On Sat, May 18, 2013 at 10:52 PM, wrote: > >> > > ... reading the page you reference, you probably want to change the lines > > > > Order Deny,Allow > > Allow from 127.0.0.1 > > Allow from localhost > > > > to > > > > Require ip 127.0.0.1 > > Require host localhost > > > > > > Also the install sc

Re: [Ledger-smb-devel] Testing out 1.4 with apache 2.4

2013-05-18 Thread turtle
> Hi, > > On Sat, May 18, 2013 at 9:45 PM, wrote: > >> Greetings all this weekend I am testing out 1.4 on apache 2.4 with >> postgres 9.2 is there a ledgersmb-httpd.conf configured to apache 2.4 ? >> > > Not that I'm aware of, but ... > > >> That would have converted the outdated Allow Deny format

Re: [Ledger-smb-devel] Testing out 1.4 with apache 2.4

2013-05-18 Thread Erik Huelsmann
Hi, On Sat, May 18, 2013 at 9:45 PM, wrote: > Greetings all this weekend I am testing out 1.4 on apache 2.4 with > postgres 9.2 is there a ledgersmb-httpd.conf configured to apache 2.4 ? > Not that I'm aware of, but ... > That would have converted the outdated Allow Deny format to the "Requir

[Ledger-smb-devel] Testing out 1.4 with apache 2.4

2013-05-18 Thread turtle
Greetings all this weekend I am testing out 1.4 on apache 2.4 with postgres 9.2 is there a ledgersmb-httpd.conf configured to apache 2.4 ? That would have converted the outdated Allow Deny format to the "Require" format? Also the install script install.sh might want to check apache versions unless