Hi, I use Apache 2.2.4 for virtual hosting and discovered some of these error messages from mod_fcgid in my log files recently when trying to upload files via PHP larger than 20KB.
[warn] (35)Resource temporarily unavailable: mod_fcgid: write data to fastcgi server error However, when restarting the server it lets me upload 1 file that is larger than 20KB just fine, but exactly just 1!? I increased the settings for "MaxRequestInMem" and "MaxRequestLen" and also played with "OutputBufferSize" without any success. My mod_fcgid config: ------------------------------------------------ <IfModule fcgid_module> SharememPath /opt/local/apache2/logs/fcgid_shm SocketPath /opt/local/apache2/logs/fcgid.sock IdleTimeout 3600 ProcessLifeTime 3600 MaxProcessCount 8 DefaultMinClassProcessCount 3 DefaultMaxClassProcessCount 3 IPCConnectTimeout 16 IPCCommTimeout 48 MaxRequestInMem 4800 MaxRequestLen 3600 OutputBufferSize 4800 </IfModule> My server is running mod_fcgid 2.2 with PHP 4.4.7 I read on the mailing list that other people where reporting this or similar errors and that it should be fixed in version 2.2 using "MaxRequestInMem" and/or "MaxRequestLen" but apparently it still exists and these settings show no effect (at least for me)!? Am I missing something here? How can I fix this? Thanks in advance... Tony ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Mod-fcgid-users mailing list Mod-fcgid-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users