[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

Re: [users@httpd] mod_session

2011-11-23 Thread Sascha Kersken
Am 23.11.2011 um 13:25 schrieb Igor Galić: > > > - Original Message - >> Hi @all, >> >> the mod_session documentation at >> http://httpd.apache.org/docs/trunk/en/mod/mod_session.html states >> that the session directives are valid in .htaccess context, but they >> do not contain inform

Re: [users@httpd] mod_session

2011-11-23 Thread Igor Galić
- Original Message - > Hi @all, > > the mod_session documentation at > http://httpd.apache.org/docs/trunk/en/mod/mod_session.html states > that the session directives are valid in .htaccess context, but they > do not contain information about the AllowOverride value necessary > to actuall

[users@httpd] mod_session

2011-11-23 Thread Sascha Kersken
Hi @all, the mod_session documentation at http://httpd.apache.org/docs/trunk/en/mod/mod_session.html states that the session directives are valid in .htaccess context, but they do not contain information about the AllowOverride value necessary to actually use them in this context. Does anyone