Re: [us...@httpd] Default program for CGI

2010-02-14 Thread Eric Covener
On Sun, Feb 14, 2010 at 7:28 AM, Maciej Piechotka wrote: > Is it possible to specify a handler for files in CGI? > I.e. have: > > SomeDirectiveCGI .pl /usr/bin/perl You can use Action -- Eric Covener cove...@gmail.com - The of

Re: [us...@httpd] Default program for CGI

2010-02-14 Thread Nilesh Govindarajan
On 02/14/2010 05:58 PM, Maciej Piechotka wrote: Is it possible to specify a handler for files in CGI? I.e. have: SomeDirectiveCGI .pl /usr/bin/perl I'd like to install a PHP script on server where PHP is available only through SuExec due to security reasons. And adding such option to .htaccess

[us...@httpd] Default program for CGI

2010-02-14 Thread Maciej Piechotka
Is it possible to specify a handler for files in CGI? I.e. have: SomeDirectiveCGI .pl /usr/bin/perl I'd like to install a PHP script on server where PHP is available only through SuExec due to security reasons. And adding such option to .htaccess would be much simpler to maintain then adding to e