Re: Executing CGI programs from within mod_perl
Michael Peters wrote:[color=blue]
> Colin Wetherbee wrote:
>[color=green]
>> Basically, I'd like to run the 'mapserv' binary from within mod_perl[/color]
>
> 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.[/color]
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