Re: mod_perl/mod_cgi

2003-11-06 Thread Perrin Harkins
On Thu, 2003-11-06 at 16:46, Dustin Whitney wrote: > Is there a way that I can make apache use mod_cgi to serve scripts > in one directory, but mod_perl in all the others? I have some scripts > that won't work under mod_perl in their current form, and I'd like to > temporarily use them whi

Re: mod_perl/mod_cgi

2003-11-06 Thread Hulya Gurer
Hello Dustin, We had the same problem when we switch to mod_perl couple months ago, and I created cgi-bin2 directory for the ones we haven't modified yet and have problem running under mod_perl We put the modified scripts for mod_perl in regular cgi-bin directory. The only headache is you need