Philip M. Gollucci wrote:

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.

not for PerlSetEnv LC_CTYPE '[EMAIL PROTECTED]' in <Location /cgi-p/> in vhost (last time, i forget to mention it)

yes for PerlSetEnv LC_CTYPE '[EMAIL PROTECTED]' in httpd.conf, but for the initial problem no change



<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.

true, i see it

does it tell you something ?

Arnaud.






Reply via email to