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