Re: [users@httpd] cgi interpreters

2013-09-04 Thread azurIt
>On Tue, Sep 3, 2013 at 4:05 PM, azurIt wrote: >> Hi, >> >> is it, somehow, possible to set CGI script interpreters in linux? For >> example: >> - interpterer for .py is /usr/bin/python >> - .sh is /bin/bash >> etc. > >Check out the Action directive. You'll probably need to write a small wrapper

Re: [users@httpd] cgi interpreters

2013-09-03 Thread Eric Covener
On Tue, Sep 3, 2013 at 4:05 PM, azurIt wrote: > Hi, > > is it, somehow, possible to set CGI script interpreters in linux? For example: > - interpterer for .py is /usr/bin/python > - .sh is /bin/bash > etc. Check out the Action directive. You'll probably need to write a small wrapper. --

[users@httpd] cgi interpreters

2013-09-03 Thread azurIt
Hi, is it, somehow, possible to set CGI script interpreters in linux? For example: - interpterer for .py is /usr/bin/python - .sh is /bin/bash etc. It's impossible, in our environment, to run scripts directly because partition is mounted with noexec (for security reasons). But we are allowing to