in reply to Perl, DBI, Oracle, Apache: Followup
As far as I know you can't do variable interpolation or use backticks in the apache configuration file. Try setting the variables explicitly in your script to see if that works.SetEnv NLS_LANG `$ORACLE_HOME/bin/nls_lang.sh` SetEnv PATH $ORACLE_HOME/bin:$PATH
edit: Corion beat me to it :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl, DBI, Oracle, Apache: Followup
by Anonymous Monk on Jun 12, 2006 at 11:26 UTC |