Perrin, I will look into PerlPassEnv.. I did find the problem, it was httpd.conf file I need to AllowOverides Scott -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Perrin Harkins Sent: Friday, September 24, 2010 11:36 AM To: Scott Dolan Cc: [email protected] Subject: Re: [Mason] unable to read enviorment variables from .htaccess file
Hi Scott, On Fri, Sep 24, 2010 at 9:44 AM, Scott Dolan <[email protected]> wrote: > I am unable to read envoriment variables with mason from my .htaccess > file? I am reading the varialbes like my $value = $ENV{'SYSNAME'}; > my .htaccess file is below Are you familiar with PerlPassEnv? http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlPassEnv_ I would probably use PerlSetVar instead if you only want to read these from mod_perl. - Perrin ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

