I am trying to setup PHP 4.0.4/Oracle on a WinNT using the Netscape Enterprise Server.
I've chosen to run the php scripts as cgi and configured the web server to handle cgi as a file type.
I can run simple PHP scipts (phpinfo, hello world, etc) without a problem; but the scripts that attempt to connect to the Oracle db fail with the standard TNS error.
If I run the same Oracle script, on the web sever, from a command prompt window it connects. So I don't have a 'connectivity problem' from the web server; the problem appears to be in 'environment' of the Netscape Enterprise Server.
I've seen several posts with Apache configuration settings; but none for Netscape Enterprise.
Does anyone know the format to set the ORACLE global settings in the web servers and which file to put them into on a Netscape Enterprise 3.x web server?
Thanks,
Ron Woods