Ignored FastCGIConfig line

Michael <[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Message-ID <[email protected]>
I've been pulling out my hair on this one.

The FastCGI engine is spawning a dynamic application in addition to my static
one (so it's not matching the static application with the request in question).
 Okay, that's fine.  So I disable the static application and instead add 

It just doesn't seem to be using my FastCGIConfig line for ANYTHING.  None of
the settings take effect, including environment variables (such as TESTING=1) or
scheduling.  Not really sure why the 'default config for dynamic applications'
isn't working for my application.

LoadModule fastcgi_module modules/mod_fastcgi.so
FastCgiWrapper /usr/local/apache2/bin/suexec
FastCgiConfig -restart-delay 3 -restart -initial-env PHP_FCGI_MAX_REQUESTS=1000
-initial-env TESTING=1 -maxClassProcesses 100 -updateInterval 10 -killInterval 30
Alias /cgi-sys/ "/var/www/cgi-sys/"
Action php-fastcgi /cgi-sys/php
AddHandler php-fastcgi .php
<Location /cgi-sys/php>
        SetHandler fastcgi-script
        Options ExecCGI
</Location>
<Directory /var/www/cgi-sys>
        SetHandler fastcgi-script
        Options ExecCGI
</Directory>

Any ideas on how to get this setting to take effect?
-M

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