Johan Kruger-Haglert wrote: > I've set env values in httpd.conf together with the mod_env module > without any success, probably because there are no oracle 9 support.
Don't set these environment variables in httpd.conf - set (and export) them before you start Apache, e.g. in the apachectl script or in /etc/init.d/apache. Regards... Michael