Re: -initial-env and Apache's SetEnv

Jan Stürtz <[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Message-ID <[email protected]>
Do it this way:

No more
      SetEnv PERL5LIB /home/moseley/local

But
      FastCgiServer /home/moseley/WS2/script/ws2_fastcgi.pl \
          -init-start-delay 10 \
          -processes 5 \
          -socket /tmp/ws2_socket \
          -initial-env PERL5LIB=/home/moseley/local

- Jan


Am 28.4.2006 16:53, Bill Moseley schrieb:
> When I do:
> 
>     SetEnv PERL5LIB /home/moseley/local
> 
>     FastCgiServer /home/moseley/WS2/script/ws2_fastcgi.pl \
>         -init-start-delay 10 \
>         -processes 5 \
>         -socket /tmp/ws2_socket \
>         -initial-env PERL5LIB
> 
> PERL5LIB is empty in ws2_fastcgi.pl.  If I set PERL5LIB before
> starting apache then it is passed.  Does -inital-env not see variables
> set in apache?
> 
> 

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.