Hi.
  In order for this setup to work you need to compile php as a stand-alone
executable, name it php and put it in the execution path (/usr/bin/ may be a
good location).

  Try it.
  Orion wraps the php pages with a CGI-servlet, which executes external
commands to parse the files.

  Lachezar

> I am getting the following error,
>
> 500 Internal Server Error
> Couldnt find/launch the interpreter, searched for "php"
>
> My configuration file has the following,
>
>                 <servlet>
>                         <servlet-name>php</servlet-name>
>                         <servlet-
> class>com.evermind.server.http.CGIServlet</serv
>                         <init-param>
>                         <param-name>interpreter</param-name>
>                                 <param-value>php</param-value>
>                         </init-param>
>                 </servlet>
>
> I have php working with Apache no problem (mod_php4 port for fbsd).
>
> Is there something obvious that I'm just missing?
>
> Thanks,
>
> Justen Stepka
>
>


Reply via email to