Re: setHandler question

2012-12-15 Thread André Warnier
Torsten Förtsch wrote: On 12/15/2012 01:30 PM, André Warnier wrote: And somehow the $r->add_config() looks a bit like a roundabout way of achieving what I want. If I can, kind of, "stuff" an additional SetHandler configuration directive into the Apache configuration for my request, telling Apac

How best to get my mod_perl programs to run under CGI for non-mod_perl users?

2012-12-15 Thread Chris Bennett
Everything I use/write is strictly mod_perl (mod_perl-1.31 under OpenBSD). I am planning on releasing some of this open-source, but many users will not be running mod_perl. What might be the easiest way to go backwards to CGI without a huge amount of work? Should I write something that makes $r->

Re: setHandler question

2012-12-15 Thread Torsten Förtsch
On 12/15/2012 01:30 PM, André Warnier wrote: > And somehow the $r->add_config() looks a bit like a roundabout way of > achieving what I want. If I can, kind of, "stuff" an additional > SetHandler configuration directive into the Apache configuration for my > request, telling Apache "now do as if t

Re: setHandler question

2012-12-15 Thread André Warnier
Torsten Förtsch wrote: On 12/14/2012 02:52 PM, André Warnier wrote: Or am I totally off-track here ? I think yes, you are confused by the similarity of "finfo" and "OR_FILEINFO". Yes, I was. Thanks for setting me right. The finfo part of $r is simply a data structure that represents the m

Re: setHandler question

2012-12-15 Thread Torsten Förtsch
On 12/14/2012 02:52 PM, André Warnier wrote: > Or am I totally off-track here ? I think yes, you are confused by the similarity of "finfo" and "OR_FILEINFO". The finfo part of $r is simply a data structure that represents the metadata of a file on the filesystem such as modification dates, access

Re: 2.0.4 works, 2.0.7 doesn't

2012-12-15 Thread Torsten Förtsch
On 12/14/2012 11:41 PM, Grant wrote: > I'm using Interchange::Link for linking mod_perl to Interchange ( > icdevgroup.org). It works with 2.0.4 but breaks with 2.0.7. Someone told > me they tracked it down to line 684: > > while( ) { > > https://github.com/interchange/interchange/blob/master/d