Re: [us...@httpd] Avoiding placing #!path/to/phpinterpreter

2010-11-09 Thread Jeff Trawick
On Tue, Nov 9, 2010 at 3:04 PM, Axel Gallus wrote: > > I will read about it in the documentation, but maybe you could give me > an example right off the bat? something like # or other type of container AddHandler runphp .cgi Action runphp /cgi-bin/php-cgi with that relative path o

AW: [us...@httpd] Avoiding placing #!path/to/phpinterpreter

2010-11-09 Thread Axel Gallus
] Avoiding placing #!path/to/phpinterpreter On Tue, Nov 9, 2010 at 1:40 PM, Axel Gallus wrote: > > Hi Guys,? > > I set up an envronment where files with *.cgi ending > get executed by the mod_cgi (or mod_cgid). > > I have to place the line #!/usr/cgi-bin in each of those files >

Re: [us...@httpd] Avoiding placing #!path/to/phpinterpreter

2010-11-09 Thread Eric Covener
On Tue, Nov 9, 2010 at 1:40 PM, Axel Gallus wrote: > > Hi Guys, > > I set up an envronment where files with *.cgi ending > get executed by the mod_cgi (or mod_cgid). > > I have to place the line #!/usr/cgi-bin in each of those files > to let them run by the interpreter. > > Is there a way to rende

[us...@httpd] Avoiding placing #!path/to/phpinterpreter

2010-11-09 Thread Axel Gallus
Hi Guys, I set up an envronment where files with *.cgi ending get executed by the mod_cgi (or mod_cgid). I have to place the line #!/usr/cgi-bin in each of those files to let them run by the interpreter. Is there a way to render this unneccessary so that they automatically get executed by the