Re: orion + php

2002-02-10 Thread Lachezar Dobrev

  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-namephp/servlet-name
 servlet-
 classcom.evermind.server.http.CGIServlet/serv
 init-param
 param-nameinterpreter/param-name
 param-valuephp/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







orion + php

2002-02-08 Thread Justen Stepka

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-namephp/servlet-name
servlet-
classcom.evermind.server.http.CGIServlet/serv
init-param
param-nameinterpreter/param-name
param-valuephp/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