Arnaud Blancher wrote:
in apache:

Alias /cgi-p/ /home/publishing4/cgi-p/
<Location /cgi-p/>
   SetHandler perl-script
   PerlResponseHandler ModPerl::Registry
   Options ExecCGI
   allow from all
   PerlOptions +ParseHeaders
#    SetEnv LC_CTYPE '[EMAIL PROTECTED]'
# or
   PerlSetEnv LC_CTYPE '[EMAIL PROTECTED]'
 </Location>

Hi, fire up Apache2::Status and verify that the env is covered here.

<Location /perl-status>
    SetHandler perl-script
    PerlResponseHandler Apache2::Status
    PerlSetVar StatusOptionsAll On
    PerlSetEnv LC_CTYPE '[EMAIL PROTECTED]'
</Location>

http://localhost/perl-status

Click on the Environment Link. You should see LC_CTYPE listed here.




--
END
------------------------------------------------------------
    What doesn't kill us can only make us stronger.
                Nothing is impossible.
                                
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
  http://www.liquidityservicesinc.com
       http://www.liquidation.com
       http://www.uksurplus.com
       http://www.govliquidation.com
       http://www.gowholesale.com

Reply via email to