Announcement

Collapse
No announcement yet.

Argument list too long: fastcgi_pm: Error on LVE enter -7

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Argument list too long: fastcgi_pm: Error on LVE enter -7

    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?

  • #2
    Are you running mod_fcgid or mod_fastcgi? I would recommend switching to mod_fcgid
    The -7 error means entry processes limit is hit
    Yet, with mod_fcgid, this is handled gracefully. With mod_fastcgi -- it sounds like it is not.

    Comment


    • #3
      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


      • #4
        Plz use this instructions

        Comment


        • #5
          This seems to have fixed the issue. Thank you!
          (Any chance to get Parallels to include it int Hsphere 3.6 or as a RPM? Its quite a pain to install manually )

          Comment


          • #6
            Ill check with them next week at Parallels Summit.

            Comment


            • #7
              This should be added to the fcgi.conf:

              FcgidMaxRequestLen 1073741824

              otherwise end-users will get errors like this in wordpress admin:

              mod_fcgid: HTTP request length 131720 (so far) exceeds MaxRequestLen (131072),

              Comment


              • #8
                how could i edit this on cloudlinux 6.3 with plesk 11.

                on /etc/httpd/conf.d/fcgid.conf ?

                Comment

                Working...
                X