This is a discussion on Re: Executing CGI programs from within mod_perl - modperl ; Michael Peters wrote: > Colin Wetherbee wrote: > >> Basically, I'd like to run the 'mapserv' binary from within mod_perl > > Why? Don't you just want to sanitize the data? If so you can do that in a > ...
Michael Peters wrote:
> Colin Wetherbee wrote:
>
>> Basically, I'd like to run the 'mapserv' binary from within mod_perl
>
> Why? Don't you just want to sanitize the data? If so you can do that in a
> FixUpHandler or even in a separate handler that does an internal_redirect to the
> mapserv's url.
I also want to do cookie processing. And, I think this is going to
get more complicated down the road, so I'd like to leave my options open.
Colin