LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Apache 1.3 mod_env SetEnv problem (https://www.linuxquestions.org/questions/linux-server-73/apache-1-3-mod_env-setenv-problem-537257/)

dafut 03-13-2007 09:11 PM

Apache 1.3 mod_env SetEnv problem
 
Regardless of what I do, I can't get this statement to direct requests to the proper perl modules:
Quote:

SetEnv PERL5LIB /home/site1/public_html/koha/intranet/modules/
The only way I've found around this problem is to put a symbolic link into one of the stated perl @INC directories.

#perl -V returns:
Quote:

@INC:
/usr/lib/perl5/5.8.7/i686-linux
/usr/lib/perl5/5.8.7
/usr/lib/perl5/site_perl/5.8.7/i686-linux
/usr/lib/perl5/site_perl/5.8.7
/usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
.
This is on a RHE9 cPanel VPS running:
Quote:

Server Version: Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a
mod_env shows as a loaded module in a php info request.

Any suggestions on how to troubleshoot or resolve this problem would be greatly appreciated.

Thanks.


All times are GMT -5. The time now is 07:59 PM.