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
] 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
>
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
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