Re: setting http output filter priority?

2005-04-01 Thread Jeff Ambrosino
>From looking at the code, it appears that I may need to modify mod_perl and either of mod_cache or mod_deflate: mod_perl.c - line ~839 -- ap_register_output_filter(MP_FILTER_REQUEST_OUTPUT_NAME, MP_FILTER_HANDLER(modperl_output_fil

Re: setting http output filter priority?

2005-04-01 Thread Geoffrey Young
> See the problem? MYFILTER is getting inserted before the cache is serving up > the content, but I really want it to go after (otherwise MYFILTER doesn't > see the body content). Is there a way around this aside from > modifying mod_cache? at the moment, no - the hooking mechanism in apache ju

Re: setting http output filter priority?

2005-04-01 Thread Jeff Ambrosino
Thanks for the reply Geoff... that isn't quite the problem. Here's a further explanation that should better articulate it. I've turned on debug on Apache, and this is what's currently happening when content is found in the cache: [Fri Apr 01 14:14:13 2005] [debug] mod_disk_cache.c(371): disk_ca

Re: mod_perl stops working

2005-04-01 Thread Maxim
Jonathan Vanasco wrote: All of the sudden, on an apachectl restart, this started happening. Can't locate object method "boot" via package "mod_perl" at /System/Library/Perl/5.8.1/darwin-thread-multi-2level/Apache/ Constants.pm line 8.\nCompilation failed in require at /webserver/sites/RoadSoun

Re: Segmentation Fault

2005-04-01 Thread Rodger Castle
> >> All you need to do is rebuild php. > > > > Ehm, in what way? > > > > So, I first need to build mod_perl, THEN build php? ... > > cd PHP > ./configure --with-apxs2=/usr/local/apache2/bin/apxs > --with-config-file-path=/usr/local/lib/php4.3.9.ini --with-mysql > make >

Re: Segmentation Fault

2005-04-01 Thread jonathan vanasco
On Apr 1, 2005, at 9:39 AM, Andreas Krüger wrote: All you need to do is rebuild php. Ehm, in what way? So, I first need to build mod_perl, THEN build php? This is my build order notepad that i refer to when updating. It should help. download: apache2 - httpd.apache.org be

APR::BucketType bucket types?

2005-04-01 Thread Dintelmann, Peter
I am looking for a list of the bucket types for APR::BucketType objects and their meanings. So far I have encountered the types "FLUSH", "EOC" (end of connection?) and "mod_perl SV bucket". It seems that bucket type (names) are only available as strings. When looking for buckets of a particular t

RE: Segmentation Fault

2005-04-01 Thread Andreas Krüger
>All you need to do is rebuild php. Ehm, in what way? So, I first need to build mod_perl, THEN build php?

Re: Apache Segfault because of mod_perl?

2005-04-01 Thread William McKee
On Thu, Mar 31, 2005 at 12:33:21PM +0200, Peter Roosdorp wrote: > Any ideas? Where can I get help with this? Hi Peter, Start with filling out a bug report[1]. William [1] http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems -- Knowmad Services Inc. http://www.knowmad.com

mod_perl stops working

2005-04-01 Thread Jonathan Vanasco
All of the sudden, on an apachectl restart, this started happening. Can't locate object method "boot" via package "mod_perl" at /System/Library/Perl/5.8.1/darwin-thread-multi-2level/Apache/ Constants.pm line 8.\nCompilation failed in require at /webserver/sites/RoadSound.com/etc/startup-roadso

Re: installing mod_perl.so with OpenSA webserver

2005-04-01 Thread Bennett Haselton
At 08:48 PM 3/29/2005 -0600, Randy Kobes wrote: > I've been maintaining a set of instructions for people to > download and install some components to quickly set up an > SSL-enabled Web server: > http://www.peacefire.org/circumventor/simple-circumventor-instructions.html > Unfortunately OpenSA is