Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-29, 09:41:18

Author Topic: Weird error  (Read 3578 times)

0 Members and 1 Guest are viewing this topic.

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Weird error
« on: 2014-03-21, 21:15:31 »
[Fri Mar 21 21:10:59 2014] [alert] (4)Interrupted system call: FastCGI: read() from pipe failed (0)
[Fri Mar 21 21:10:59 2014] [alert] (4)Interrupted system call: FastCGI: the PM is shutting down, Apache seems to have disappeared - bye

Restarting Apache didn't fix this problem. I had to kill nginx and restart it.

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: Weird error
« Reply #1 on: 2014-03-22, 05:22:52 »
I was getting the same error, it has to do with the Apache settings in /etc/httpd/conf.d/~lxcenter.conf

I have posted about the problem numerous times, websites showing blank, Apache disappearing.  If you have the ridiculously low settings I had, you need to up some of them.  I went with the recommended settings, didn't see any spike in resources, and so far, no more byes.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Weird error
« Reply #2 on: 2014-03-22, 12:23:49 »
I was getting the same error, it has to do with the Apache settings in /etc/httpd/conf.d/~lxcenter.conf

I have posted about the problem numerous times, websites showing blank, Apache disappearing.  If you have the ridiculously low settings I had, you need to up some of them.  I went with the recommended settings, didn't see any spike in resources, and so far, no more byes.

Mine looks like this:

Quote
Timeout 150
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 15
ServerLimit 1500

<IfModule prefork.c>
    <IfVersion >= 2.4>
        Mutex default mpm-accept
    </IfVersion>
    StartServers 4
    MinSpareServers 4
    MaxSpareServers 8
    ServerLimit 1500
    <IfVersion >= 2.4>
        MaxRequestWorkers 4
        MaxConnectionsPerChild 2000
    </IfVersion>
    <IfVersion < 2.4>
        MaxClients 1500
        MaxRequestsPerChild 2000
    </IfVersion>
    MaxMemFree 2
    SendBufferSize 65536
    ReceiveBufferSize 65536
</IfModule>

<IfModule itk.c>
    <IfVersion >= 2.4>
        Mutex default mpm-accept
    </IfVersion>
    StartServers 4
    MinSpareServers 4
    MaxSpareServers 8
    ServerLimit 100
    <IfVersion >= 2.4>
        MaxRequestWorkers 4
        MaxConnectionsPerChild 2000
    </IfVersion>
    <IfVersion < 2.4>
        MaxClients 1500
        MaxRequestsPerChild 2000
    </IfVersion>
    MaxMemFree 2
    SendBufferSize 65536
    ReceiveBufferSize 65536
</IfModule>

<IfModule worker.c>
    <IfVersion >= 2.4>
        Mutex default mpm-accept
    </IfVersion>
    StartServers 4
    MinSpareThreads 4
    MaxSpareThreads 8
    ThreadsPerChild 25
    <IfVersion >= 2.4>
        MaxRequestWorkers 150
        MaxConnectionsPerChild 0
    </IfVersion>
    <IfVersion < 2.4>
        MaxClients 1500
        MaxRequestsPerChild 0
    </IfVersion>

    ThreadStackSize 8196
    MaxMemFree 2
    SendBufferSize 65536
    ReceiveBufferSize 65536
</IfModule>

<IfModule event.c>
    StartServers 4
    MinSpareThreads 4
    MaxSpareThreads 8
    ThreadsPerChild 25
    MaxRequestsPerChild 0
    ThreadStackSize 8196
    <IfVersion >= 2.4>
        MaxRequestWorkers 150
        MaxConnectionsPerChild 0
    </IfVersion>
    <IfVersion < 2.4>
        MaxClients 1500
        MaxRequestsPerChild 0
    </IfVersion>

    SendBufferSize 65536
    ReceiveBufferSize 65536
</IfModule>

Include /home/apache/conf/defaults/*.conf
Include /home/apache/conf/domains/*.conf

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Weird error
« Reply #3 on: 2014-03-24, 09:30:43 »
We didn't need increasing 'Max' value worker/event type of httpd. It's because php-fpm/fcgid/suphp is external process in context httpd process.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.068 seconds with 19 queries.

web stats analysis