Re: setting http output filter priority?

2005-03-31 Thread Geoffrey Young
> I've studied the MP2 docs (including the 3 books I have: mp Cookbook, > Lincoln Stein's and Stas Bekman's), but really can't find anything that > tells me precisely how to insert an MP2 filter with a specific AP_FTYPE_*. > > Here's a simple flow of what I'd like to have happen: > > 1 - mod_cac

setting http output filter priority?

2005-03-31 Thread Jeff Ambrosino
Hi mod_perl folks, background: I have an http output filter working on Apache 2.0.53 with mod_proxy, mod_cache, deflate and mod_perl 2.0.0-RC4. My functionality is that I'm stripping out certain types of advertising content, IMG tags, etc. The problem I'm seeing is that if a request can be fulfi

Re: Segmentation Fault

2005-03-31 Thread Jonathan Vanasco
All you need to do is rebuild php. On Mar 31, 2005, at 4:26 PM, Rodger Castle wrote: I had no success with this fix, however. Not that I tried very hard. I've been getting irritated with PHP lately anyway.

VS: Segmentation Fault

2005-03-31 Thread Andreas Krüger
>> http://perl.apache.org/docs/1.0/guide/ >> troubleshooting.html#_exit_signal_Segmentation_fault__11___with_mysql >> http://perl.apache.org/docs/2.0/user/troubleshooting/ >> troubleshooting.html#Segmentation_Fault_when_Using_DBI >> >Ah, yes, that's the one. Thank you. > >I had no success with

Re: Segmentation Fault

2005-03-31 Thread Rodger Castle
> > http://perl.apache.org/docs/1.0/guide/ > troubleshooting.html#_exit_signal_Segmentation_fault__11___with_mysql > http://perl.apache.org/docs/2.0/user/troubleshooting/ > troubleshooting.html#Segmentation_Fault_when_Using_DBI > Ah, yes, that's the one. Thank you. I had no success with this

Re: Segmentation Fault

2005-03-31 Thread Jonathan Vanasco
http://perl.apache.org/docs/1.0/guide/ troubleshooting.html#_exit_signal_Segmentation_fault__11___with_mysql http://perl.apache.org/docs/2.0/user/troubleshooting/ troubleshooting.html#Segmentation_Fault_when_Using_DBI

Re: Segmentation Fault

2005-03-31 Thread Rodger Castle
> > > I am unaware of a fix, but PHP/MySQL is your problem. There's apparently > > a SQL library collision between PHP and DBI. > > >Rodger > > There shouldn't be. It works fine in apache 1.* with mod_perl and php. Same > is, that it works in Debian Testing with Apache2 and mod_perl. But that_s

Re: Segmentation Fault

2005-03-31 Thread Andreas Krüger
>> I've just installed Apache 2.0.53 with Mod-Perl 2. >> >> I'm trying to write a virtual host system in Perl but I get this error upon >> starting Apache. >> >> Starting web server: Apache2/usr/sbin/apache2ctl: line 99: 2799 >> Segmentation fault $HTTPD -k start -DSSL >> >> >> Setup: >>

Re: Segmentation Fault

2005-03-31 Thread Rodger Castle
> I've just installed Apache 2.0.53 with Mod-Perl 2. > > I'm trying to write a virtual host system in Perl but I get this error upon > starting Apache. > > Starting web server: Apache2/usr/sbin/apache2ctl: line 99: 2799 > Segmentation fault $HTTPD -k start -DSSL > > > Setup: > -- > Ap

Segmentation Fault

2005-03-31 Thread Andreas Krüger
Hello there, I've just installed Apache 2.0.53 with Mod-Perl 2. I'm trying to write a virtual host system in Perl but I get this error upon starting Apache. Starting web server: Apache2/usr/sbin/apache2ctl: line 99: 2799 Segmentation fault $HTTPD -k start -DSSL Setup: -- Apache/2.0.5

[PATCH] Re: [BUG] Bad refcounting in Apache->push_handlers()

2005-03-31 Thread Dominique Quatravaux
> Any chance you could add a test to the modperl2 test suite that I can > reproduce the problem with? I finally got around to doing that, sorry for the delay. Here is a new test case, with inspiration from TestHooks::inlined_handlers. Warning: since Apache->server->push_handlers() needs to opera

Apache::DBI and mod_perl_1.99_16

2005-03-31 Thread Alejandro Galue
Hello All, I want to know if is possible to use Apache::DBI->connect_on_init on startup.pl under mod_perl2 because it alwys show this error: Can´t load Apache.pm I think that its need Apache::compat, but is this the only way ? Is there a patch for Apache::DBI in order to work fine under mod_pe

Apache Segfault because of mod_perl?

2005-03-31 Thread Peter Roosdorp
Hello, Yesterday I installed mod_perl on a slackware 10.1 system Linux abyss 2.4.29 #6 Thu Jan 20 16:30:37 PST 2005 i686 unknown unknown GNU/Linux Apache apache2-2.0.53-i486-2spi Mod_perl was intstalled by using “perl -MCPAN -e 'install Apache::Gallery'”   Everything (finally) install