Hsphere 3.5.1[br]apache2-h3.1-2.2.20-2[br][br]I recently noticed this error after the server is running or a while:[br][br]Argument list too long: fastcgi_pm: Error on LVE enter -7[br]"/hsphere/shared/php5/bin/php": spawn_fs_process() failed[br][br]Sites are very slow or give a 500 Error at that point until I restart apache.[br][br]Any idea what could cause this?
Announcement
Collapse
No announcement yet.
Argument list too long: fastcgi_pm: Error on LVE enter -7
Collapse
X
-
So, the default setting that is provided it not optimal?:
<IfDefine FASTCGI>
<IfDefine !LIBLVE>
LoadModule fastcgi_module modules/mod_fastcgi.so
</IfDefine>
<IfDefine LIBLVE>
LoadModule fastcgi_module modules/mod_fastcgi_lve.so
</IfDefine>
</IfDefine>
/hsphere/shared/apache2/bin/httpd.prefork -k start -DLIBPHP5 -DSSL -DFASTCGI -DSECURITY2 -DLIBLVE
Im guessing I should follow these instructions?:
Because I also found these under "Getting Started" -> Hsphere -> Follow this steps to complete the setup and install modules for H-Sphere:
Comment
-
Comment