Hello,

I have an internal error problem with mod_fcgid and a php script.

After about 40 seconds I get a 500 error although I set all timeouts for
mod_fcgid higher (at least the one I could find).

in apache error log I get

[Mon Nov 30 14:12:18 2009] [notice] mod_fcgid: call C:/Programme/Jedox/Worksheet-Server/WSS/html/system/index.php with wrapper C:/Programme/Jedox/Worksheet-Server/Apache/php-cgi.exe [Mon Nov 30 14:12:58 2009] [warn] [client 127.0.0.1] mod_fcgid: read timeout from pipe, referer: http://localhost/system/index.php [Mon Nov 30 14:12:58 2009] [error] [client 127.0.0.1] Premature end of script headers: index.php, referer: http://localhost/system/index.php


In http.conf I have

<IfModule fcgid_module>
        FcgidIOTimeout 1200
        
        FcgidConnectTimeout 1200
        FcgidBusyScanInterval 1200
        FcgidBusyTimeout 1200
        FcgidErrorScanInterval 1200
        FcgidIdleScanInterval 1200
        FcgidIdleTimeout 1200
        FcgidIOTimeout 1200
        FcgidProcessLifeTime 3600
        FcgidZombieScanInterval 1200
        
        FcgidFixPathinfo 1
        FcgidMaxRequestsPerProcess 10000
        FcgidMaxRequestInMem 1073741824
        AddHandler fcgid-script .php
        AddHandler fcgid-script .php4
        AddHandler fcgid-script .html
        AddHandler fcgid-script .api
        AddHandler fcgid-script .pdx
        FcgidWrapper C:/Programme/Jedox/Worksheet-Server/Apache/php-cgi.exe .php
        FcgidWrapper C:/Programme/Jedox/Worksheet-Server/Apache/php-cgi.exe 
.php4
        FcgidWrapper C:/Programme/Jedox/Worksheet-Server/Apache/php-cgi.exe 
.html
        FcgidWrapper C:/Programme/Jedox/Worksheet-Server/Apache/php-cgi.exe .api
        FcgidWrapper C:/Programme/Jedox/Worksheet-Server/Apache/php-cgi.exe .pdx

        FcgidCmdOptions C:/Programme/Jedox/Worksheet-Server/Apache/php-cgi.exe \
                InitialEnv PHP_FCGI_CHILDREN=0 \
                InitialEnv PHP_FCGI_MAX_REQUESTS=10000 \

</IfModule>


Did I miss something ?

regards

  Hendrik



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to