Re: [users@httpd] add mod_auth_form module to Apache 2.2?

2013-12-05 Thread Chris Geer
anding. This is the reason we are on 2.4 and not 2.2. On Thu, Dec 5, 2013 at 4:54 PM, Allasso Travesser wrote: > Does that mean it won’t work with 2.2? > > > On Dec 5, 2013, at 4:51 PM, Chris Geer wrote: > > I don't think mod_auth_form (and mod_session) was part of the 2.2 r

Re: [users@httpd] add mod_auth_form module to Apache 2.2?

2013-12-05 Thread Chris Geer
I don't think mod_auth_form (and mod_session) was part of the 2.2 release. It was added in the 2.4 (2.3) timeframe. Chris On Thu, Dec 5, 2013 at 4:25 PM, Allasso Travesser wrote: > Hello, > > I am seeking help in adding mod_auth_form module to Apache 2.2 > installation on Ubuntu 10.04. Any hel

[users@httpd] Allow page caching with mod_session_dbd enabled

2013-07-03 Thread Chris Geer
We are using mod_session_dbd as part of our reverse proxy architecture but also need to allow browser caching. Currently the code is hard coded to force no caching but there is a ticket/patch to enable it [1]. I was wondering if anyone could look at that or if there is another solution? The only r

Re: [users@httpd] Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared

2013-01-24 Thread Chris Geer
On Tue, Jan 22, 2013 at 10:51 PM, Kheng-Ee Sim wrote: > yes apache proxying to Tomcat 6 (backend server). > those xx.jsp scripts are all in tomcat 6. > > apache and tomcat are on different systems. > > followed the ideas on documentation > use proxypass and > reverseproxypass > and filter by locat

[users@httpd] mod_session Segfault under load

2012-08-02 Thread Chris Geer
We have been using mod_session_dbd along with mod_auth_form for a little while now but have run into some issues. We first encountered some segfaults related to the dbd_remove method [1] which I'm patched around but now we have a problem with segfaults coming from encoding the session but only unde