in reply to mod_perl: looking for a way to have both cgi perl and cgi exe under the same

You need some way of differentiating between cgi programs and mod-perl programs. If your cgi programs all end in .exe and your mod-perl scripts end in .pl, you can set up apache to run .exe as CGI and .pl as mod_perl.

update: check out this page in the mod_perl documentation for a start

  • Comment on Re: mod_perl: looking for a way to have both cgi perl and cgi exe under the same