[users@httpd] How to integrate Apache's authentication with my app's?

2013-09-06 Thread Colin 't Hart
Hi, We have a web app written in PL/SQL (stored procedures in an Oracle database). We use Apache and mod_owa (a variant on the mod_plsql theme) as HTTP glue. Currently we're on Apache 2.2, but upgrading to 2.4 would be an option. Our app handles security itself (our own tables of users and

Re: [users@httpd] How to integrate Apache's authentication with my app's?

2013-09-06 Thread Eric Covener
On Fri, Sep 6, 2013 at 10:21 AM, Colin 't Hart colinth...@gmail.com wrote: Hi, We have a web app written in PL/SQL (stored procedures in an Oracle database). We use Apache and mod_owa (a variant on the mod_plsql theme) as HTTP glue. Currently we're on Apache 2.2, but upgrading to 2.4 would be

Re: [users@httpd] How to integrate Apache's authentication with my app's?

2013-09-06 Thread Colin 't Hart
Thanks Eric! I wasn't aware of this module, this could work for us. The roundtrip into our app won't be a problem. Cheers, Colin On 6 September 2013 17:12, Eric Covener cove...@gmail.com wrote: On Fri, Sep 6, 2013 at 10:21 AM, Colin 't Hart colinth...@gmail.com wrote: Hi, We have a