Re: AW: mod_perl-2.0.5 -- nullpointer patch

2012-02-22 Thread Torsten Förtsch
On Thursday, 23 February 2012 01:39:02 alexander.elg...@t-systems.com wrote: > Hope this was the requested information. I meant the httpd.conf. The one thing I noticed at the first glance is that there isn't any modperl related directive other than the LoadModule. If nobody beats me to it I'll

AW: mod_perl-2.0.5 -- nullpointer patch

2012-02-22 Thread Alexander.Elgert
That was just a standard compiled apache, what config file are we talking about? httpd.conf? a) configure skript b) httpd -V c) grep -v '^[ ]*#' httpd.conf | grep -v '^$'| uniq Thank you. Greetings, Alexander PS: Sorry for TOFU. ;( a) ./configure \ --disable-nls \ --with-apxs2 \

Feature request: invalidating current ssl session.

2012-02-22 Thread Loïc Etienne
For that, mod_ssl should provide some api accessible to mod_perl handlers. For example, session.invalidate() is available to Java/Tomcat.

Re: mod_perl-2.0.5 -- nullpointer patch

2012-02-22 Thread Torsten Förtsch
On Wednesday, 22 February 2012 16:13:19 alexander.elg...@t-systems.com wrote: > My fix: > cd mod_perl-2.0.5/src/modules/perl > vi modperl_pcw.c # ap_pcw_walk_files_config > > if (0 == dconf->sec_file) { // nullpointer fix > return; > } > > > Now the daemon seems to work, but I do

mod_perl-2.0.5 -- nullpointer patch

2012-02-22 Thread Alexander.Elgert
Hello, I got a nullpointer from mod_perl2 on a solaris x86 machine in: #0 0xfca42b00 in ap_pcw_walk_files_config () from /opt/ae/modules/mod_perl.so #1 0xfca42c9e in ap_pcw_walk_config () from /opt/ae/modules/mod_perl.so #2 0xfca4294a in modperl_mgv_hash_handlers () from /opt/ae/modules/mod_pe

Re: disabling directives in .htaccess files

2012-02-22 Thread Aaron Knister
On Tue, Feb 21, 2012 at 6:55 PM, Cees Hek wrote: > On Mon, Feb 13, 2012 at 11:58 PM, Aaron Knister wrote: > > Hi Tuomo, > > > > I don't mean 80,000 virtual hosts. I have over 80k unix accounts for > which content is being served via mod_userdir. And I consider each one it's > own "site". It's cr

Re: trying to compile mod_perl against httpd-2.4.1

2012-02-22 Thread Torsten Förtsch
On Tuesday, 21 February 2012 13:49:41 Brian Millett wrote: > I guess I'm asking is anyone has made any progress with mod_perl with the > new httpd 2.4 ?? There is quite a lot that has changed in httpd from 2.2 to 2.4. Last summer I have worked on porting modperl a bit. The result is available at