Hi,
I wanted to install php as cgi. It's installed to /usr/bin and there's a link to /usr/local/php (security). There's a script alias
ScriptAlias /cgi-php/ "/usr/local/php/"
and there are the following settings:
AddHandler php-script .php .php3 .php4
Action php-script /cgi-php/php
Everytime I call a script (it can be a empty file or not) I geht the following Error:
Parse error: parse error in /usr/local/php/php on line 8088
I have tried to use the path /usr/bin instead, it didn't help.
Calling php via command line works fine. Does anyone know what's the problem?