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