Re: Perl CGI and URL rewriting returning source instead of execution

2005-08-29 Thread Philipp Traeder
On Monday 29 August 2005 19:20, Blake Girardot wrote: > I have a perl cgi application, not mod_perl, but an actual .cgi application > running under apache on OS X. > > As many web apps, it makes use of some long get requests with variable > labels and values. For example: > > http://server.com/cgi-

Perl CGI and URL rewriting returning source instead of execution

2005-08-29 Thread Blake Girardot
Hi, I have a perl cgi application, not mod_perl, but an actual .cgi application running under apache on OS X. As many web apps, it makes use of some long get requests with variable labels and values. For example: http://server.com/cgi-bin/app.cgi?t=new.htm&c=jlpnew.html I wrote a working