> is it still nessecary to place the folling lines in the config file if a
> stub is included in the new release?
>
>      External {
>          /usr/bin/perl { pl cgi }
>      }
>      External {
>          /usr/local/bin/phpstub { php php4 }
>       }

Well, you stil need the External bits if you intend to run pl, php files
etc. The phpstub is no longer needed, so you can replace the last bit with

 External {
   /usr/local/bin/php { php php4 }
 }

(assuming that the standalone php is in /usr/local/bin)

Cheers
Michiel

Reply via email to