Re: question on sub-requests

2012-11-12 Thread André Warnier
Hi. Thank you for your response. You are not missing the point of my questions. But I do not really have control over the requests. Or rather, I do, but there are hundreds of pages containing hundreds of similar (but not equal) links, and it is in the practice not doable to edit them all.. And

Re: Problem with 2.0.7: Symbol not found: _modperl_handler_name and workaround

2012-11-12 Thread Neil Bowers
> I just did some more googling, now I know that 'inline' is the issue, and > found an article that talks about this as a problem with MacPorts for > mod_perl 2.0.4: > > https://trac.macports.org/ticket/32200 > > The relevant lines: > > This is caused by the code assuming to be compiled using

Re: question on sub-requests

2012-11-12 Thread gAzZaLi
Q1: At first glance, using a mod_perl handler to serve an existing static html file seems like overkill. Couldn't Apache respond (RedirectMatch?) with a common frameset html file with some Javascript, which then fills the first frame with the response to mangle.pl and the second frame with t

question on sub-requests

2012-11-12 Thread André Warnier
Hi. context: Apache2.x, mod_perl 2.x In response to some request URLs, I have to compose a response structured as follows : - a html frameset document with two frames - in the 1st frame, the result of another HTTP request to the same Apache server. This URI of this HTTP request is created b

Re: Problem with 2.0.7: Symbol not found: _modperl_handler_name and workaround

2012-11-12 Thread Neil Bowers
> Not really much idea, but a couple of possibilities spring to mind: does your > new build have an updated APR, and has the definition of APR_INLINE changed > in it? No. I'd completely forgotten about APR, so was just pulling in the version I built. After looking at this problem I rebuilt it,

RE: Problem with 2.0.7: Symbol not found: _modperl_handler_name and workaround

2012-11-12 Thread Steve Hay
Not really much idea, but a couple of possibilities spring to mind: does your new build have an updated APR, and has the definition of APR_INLINE changed in it? Also (just looking at the definition of MP_INLINE which you've quoted...) presumably your new build doesn't have MP_DEBUG defined; is it p

Problem with 2.0.7: Symbol not found: _modperl_handler_name and workaround

2012-11-12 Thread Neil Bowers
Hi, I tried rebuilding mod_perl 2.0.7 after upgrading various things, and got the following error message when trying to start Apache: httpd: Syntax error on line 60 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/mod_perl.so into server: dlopen(/usr/local/apa