On Sun, 6 Aug 2006, Jess Robinson wrote:

>
> Hi folks,
>
> I'm attempting to run one of my Cat apps as an fcgi under apache, using
> the following:
>
>   SetEnv DB2DIR /opt/IBM/db2/V8.1
>   SetEnv DB2INSTANCE missys
>   SetEnv INSTHOME /home/missys
>
> FastCgiServer  /mnt/shared/projects/money/Budget/script/budget_fastcgi.pl
> -idle-timeout 30 -processes 3
>
> Alias /budget /mnt/shared/projects/money/Budget/script/budget_fastcgi.pl
>

I've just looked at:
http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html
Which mentions -initial-env to pass initial environment conditions to an 
fcgi app, however this also has no effect :( .. Anyone know why it 
emphasizes "initial" ?

Jess


_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to