httpd down

Discussion in 'ISPConfig 3 Priority Support' started by Nilpo, Oct 19, 2016.

  1. Nilpo

    Nilpo Member HowtoForge Supporter

    I'm getting these emails by the thousands every day.

    15.10.2016-12:02 - WARNING - httpd is down! Try rescue httpd (try:1)...

    How can I go about determining why Apache keeps crashing?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check the apache error.log and the /var/log/syslog of the Linux system for errors that might be related to the apache crash. You cana lso try to disable the automatic rescue system in ispconfig, maybe apache is just not listening on localhost so that ispconfig can not find it and tries to restart it therefore.
     
  3. Nilpo

    Nilpo Member HowtoForge Supporter

    Ok, I've used the timestamps to track down the logs. /var/log/messages (CentOS) shows nothing at all for those timestamps.

    /var/httpd/error_log only shows this:

    Code:
    [Wed Oct 19 20:01:10 2016] [notice] caught SIGTERM, shutting down
    I don't see anything anywhere else.

    In very close proximity to one of the crashes, lfd did notify me of high server load. Here's the Apache status that it captured.

    Code:
    Apache Server Status for myserver.com
    
    Server Version: Apache/2.2.15 (Unix) DAV/2 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips mod_fcgid/2.3.9 mod_python/3.3.1 Python/2.6.6 mod_ruby/1.3.0 Ruby/1.8.7(2013-06-27)
    Server Built: Dec 15 2015 15:50:14
    Current Time: Thursday, 20-Oct-2016 00:03:07 EDT
    Restart Time: Thursday, 20-Oct-2016 00:02:25 EDT
    Parent Server Generation: 0
    Server uptime: 42 seconds
    Total accesses: 32 - Total Traffic: 1.6 MB
    CPU Usage: u.26 s.07 cu0 cs0 - .786% CPU load
    .762 requests/sec - 38.0 kB/second - 49.9 kB/request
    8 requests currently being processed, 2 idle workers
    WWWWW_WRW_
    Scoreboard Key:
    "_" Waiting for Connection, "S" Starting up, "R" Reading Request,
    "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup,
    "C" Closing connection, "L" Logging, "G" Gracefully finishing,
    "I" Idle cleanup of worker, "." Open slot with no current process
    
    Srv    PID    Acc    M    CPU    SS    Req    Conn    Child    Slot    Client    VHost    Request
    0-0    7078    0/2/2    W    0.02    9    0    0.0    0.00    0.00    202.67.108.202    mydomain.com    GET /2015/08/homemade-mascarpone-cheese.html?cf_action=sync_com
    1-0    7081    0/3/3    W    0.01    4    0    0.0    0.00    0.00    52.90.94.107    mydomain.com    HEAD /p/homestead-management.html HTTP/1.1
    2-0    7084    0/4/4    W    0.12    3    0    0.0    0.00    0.00    173.217.227.195    mydomain.com    GET /2015/07/why-im-never-canning-traditional-tomato-sauce-agai
    3-0    7085    0/5/5    W    0.02    0    0    0.0    0.10    0.10    216.105.171.30    myserver.com    GET /server-status HTTP/1.1
    4-0    7086    0/2/2    W    0.00    2    0    0.0    0.00    0.00    202.67.108.202    mydomain.com    GET /2015/08/homemade-mascarpone-cheese.html?cf_action=sync_com
    5-0    7087    0/2/2    _    0.01    1    19335    0.0    0.00    0.00    216.105.171.30    mydomain.com    POST /wp-cron.php?doing_wp_cron=1476936166.29173302650451660156
    6-0    7088    0/2/2    W    0.00    5    0    0.0    0.00    0.00    54.173.168.233    mydomain.com    HEAD /2014/03/how-to-can-caramelized-onions.html HTTP/1.1
    7-0    7089    0/6/6    R    0.07    5    117    0.0    1.27    1.27    ?    ?    ..reading..
    8-0    7092    0/3/3    W    0.03    7    0    0.0    0.16    0.16    216.105.171.30    mydomain.com    GET /sitemap_index.xml HTTP/1.1
    9-0    7093    0/3/3    _    0.05    0    13080    0.0    0.03    0.03    54.210.103.15    mydomain.com    HEAD /2016/01/30-skills-to-build-while-youre-homestead-dreaming
    Srv    Child Server number - generation
    PID    OS process ID
    Acc    Number of accesses this connection / this child / this slot
    M    Mode of operation
    CPU    CPU usage, number of seconds
    SS    Seconds since beginning of most recent request
    Req    Milliseconds required to process most recent request
    Conn    Kilobytes transferred this connection
    Child    Megabytes transferred this child
    Slot    Total megabytes transferred this slot
    mod_fcgid status:
    
    Total FastCGI processes: 11
    Process: .php-fcgi-starter  (/var/www/php-fcgi-scripts/web20/.php-fcgi-starter)
    Pid    Active    Idle    Accesses    State
    7116    32    13    3    Ready
    7128    23    2    2    Ready
    7096    34    22    2    Ready
    7090    35    21    3    Ready
    7130    22    2    1    Working
    7126    26    3    1    Working
    7095    34    4    3    Working
    7097    34    5    2    Working
    7123    28    7    1    Working
    7082    37    9    2    Working
    Process: .php-fcgi-starter  (/var/www/php-fcgi-scripts/web20/.php-fcgi-starter)
    Pid    Active    Idle    Accesses    State
    7079    38    38    1    Ready
    Active and Idle are time active and time since last request, in seconds.
    SSL/TLS Session Cache Status:
    cache type: SHMCB, shared memory: 512000 bytes, current sessions: 0
    subcaches: 32, indexes per subcache: 133
    index usage: 0%, cache usage: 0%
    total sessions stored since starting: 0
    total sessions expired since starting: 0
    total (pre-expiry) sessions scrolled out of the cache: 0
    total retrieves since starting: 0 hit, 0 miss
    total removes since starting: 0 hit, 0 miss
    I'm starting to think that mydomain.com's Wordpress Cron could be partially to blame. I've disabled that sites automatic cron and set up a server cron instead. If the error times regulate, that will help point toward that script.
     
  4. Nilpo

    Nilpo Member HowtoForge Supporter

    I've recently installed Logwatch on this server as well. Here's what I'm seeing from that. All of the Apache errors seem to be coming from the same site in my last post.

    Code:
     --------------------- httpd Begin ------------------------ 
    
     
     Requests with error response codes
        400 Bad Request
           /: 5 Time(s)
        401 Unauthorized
           /monitoring: 1 Time(s)
        403 Forbidden
           /monit/: 1 Time(s)
           /xmlrpc.php: 241 Time(s)
           /xmlrpc.php?rsd: 3 Time(s)
        404 Not Found
           /%3Fs%3Dtallow%2Bsoap: 1 Time(s)
           /%3Fs%3Dvanilla%2Bextract: 1 Time(s)
           /%3Fs=Skirt: 1 Time(s)
           /%E2%80%A6: 1 Time(s)
           /%E2%80%A6/how-to-kill-squash-bugs-s%E2%80%A6: 2 Time(s)
           /%E2%80%A6/pumpkin-nut-sourdough%E2%80%A6: 1 Time(s)
           /'%20contains%20characters%20other%20than% ... not%20available: 1 Time(s)
           /.git/: 1 Time(s)
           /.rss: 1 Time(s)
           /.well-known/apple-app-site-association: 2 Time(s)
           /.well-known/assetlinks.json: 2 Time(s)
           //wp-login.php: 1 Time(s)
           /2009/02/page/2: 1 Time(s)
           /2009/03/pink-poison.html: 1 Time(s)
           /2009/05/mail-order-perennial-gardening.html: 2 Time(s)
           /2009/10/h1n1-vaccine.html: 1 Time(s)
           /2010/02/composer-study-mozart.html: 7 Time(s)
           /2010/02/mraid.js: 2 Time(s)
           /2010/06/mraid.js: 6 Time(s)
           /2010/10/could-you-do-me-favor.html: 1 Time(s)
           /2010/10/how-to-culture-buttermilk.html?m=1: 1 Time(s)
           /2010/10/mraid.js: 4 Time(s)
           /2010/12/mraid.js: 3 Time(s)
           /2011/01/mraid.js: 1 Time(s)
           /2011/01/page/2: 1 Time(s)
           /2011/02/mraid.js: 3 Time(s)
           /2011/04/(LOVE%20my%20boar%20bristle%20brush!!!): 1 Time(s)
           /2011/04/citrus-vinegar.html?m=1: 1 Time(s)
           /2011/04/gathering-apron-tutorial.html?m=1: 1 Time(s)
           /2011/04/mraid.js: 1 Time(s)
           /2011/04/outdoors.htmlhttp:/reformationacr ... 4/outdoors.html: 1 Time(s)
           /2011/04/sewing-q.html: 1 Time(s)
           /2011/04/sewing-q.html?m=1: 1 Time(s)
           /2011/07/mulberry-pie-recipe.html%3Futm_co ... campaign=buffer: 1 Time(s)
           /2011/09/mraid.js: 1 Time(s)
           /2011/10/mraid.js: 2 Time(s)
           /2011/11/17th-century-farm-life-spring.html: 2 Time(s)
           /2011/11/17th-century-farm-life-winter.html: 1 Time(s)
           /2011/11/17th-century-farm-life-winter.html?pfstyle=wp: 1 Time(s)
           /2011/11/speaking-of-hair-a-giveaway-post.html: 1 Time(s)
           /2011/11/speaking-of-hair-giveaway-post.ht ... 738867241180612: 1 Time(s)
           /2011/11/speaking-of-hair-giveaway-post.ht ... t=1354356619118: 1 Time(s)
           /2011/11/speaking-of-hair-giveaway-post.html: 3 Time(s)
           /2012/01/mraid.js: 2 Time(s)
           /2012/02/'%20contains%20characters%20other ... not%20available: 1 Time(s)
           /2012/02/crocheted-baby-blanket-pattern.ht ... %20Acres%29&m=1: 2 Time(s)
           /2012/02/farmhouse-cheddar-cheese-recipe.h ... 3_a5y_p=2058326: 9 Time(s)
           /2012/02/farmhouse-cheddar-cheese-recipe.h ... a5y_p%3D2058326: 3 Time(s)
           /2012/02/https%3A%2F%2Fadserver.video%2Fsy ... 425860296687194: 1 Time(s)
           /2012/02/mraid.js: 13 Time(s)
           /2012/07/mraid.js: 5 Time(s)
           /2012/07?paged=2: 1 Time(s)
           /2012/08/mraid.js: 1 Time(s)
           /2012/08/our-home-education-program.html?m=1: 1 Time(s)
           /2012/11/mraid.js: 1 Time(s)
           /2012/11?paged=2: 1 Time(s)
           /2013/01/mraid.js: 6 Time(s)
           /2013/03/mraid.js: 13 Time(s)
           /2013/04/celebrating-spring-giveaway-post.html: 1 Time(s)
           /2013/06/forgotten-skills-of-cooking-giveaway.html: 1 Time(s)
           /2013/07/https%3A%2F%2Fadserver.video%2Fsy ... 312159606262049: 1 Time(s)
           /2013/08/mraid.js: 1 Time(s)
           /2013/10/basic-sourdough-muffins-4-ways.html?m=1: 1 Time(s)
           /2013/10/mraid.js: 23 Time(s)
           /2013/11/a-recipe-for-sourdough-tortillas.html?m=1: 1 Time(s)
           /2013/11/mraid.js: 62 Time(s)
           /2013/12/mraid.js: 12 Time(s)
           /2014/02/mraid.js: 6 Time(s)
           /2014/03/8-culinary-herbs-for-the-shade-ga ... ormation+Acres): 1 Time(s)
           /2014/03/mraid.js: 22 Time(s)
           /2014/03/the-homesteading-wifes-christian-devotional-3.html: 6 Time(s)
           /2014/04/a-different-sort-of-woman.html: 1 Time(s)
           /2014/04/a-different-sort-of-woman.html?ut ... tion%20Acres%29: 1 Time(s)
           /2014/04/mraid.js: 8 Time(s)
           /2014/05/: 2 Time(s)
           /2014/05/mraid.js: 17 Time(s)
           /2014/05/test.gif: 1 Time(s)
           /2014/05/undefined2279409E1D4C1D&p=ftx%3D% ... ativeID=1567673: 1 Time(s)
           /2014/06/immersion-blender-giveaway.html: 2 Time(s)
           /2014/06/mraid.js: 4 Time(s)
           /2014/09/mraid.js: 14 Time(s)
           /2014/10/mraid.js: 2 Time(s)
           /2014/11/'%20contains%20characters%20other ... not%20available: 1 Time(s)
           /2014/11/mraid.js: 35 Time(s)
           /2014/11/test.gif: 1 Time(s)
           /2014/12/https%3A%2F%2Fadserver.video%2Fsy ... 337310682449513: 1 Time(s)
           /2014/12/mraid.js: 1 Time(s)
           /2015/01/https%3A%2F%2Fadserver.video%2Fsy ... 394436043661418: 1 Time(s)
           /2015/01/mraid.js: 2 Time(s)
           /2015/03/%3Ciframe%20src=skins/larry/20754971p.rfihub ... 0%20height=0%3E: 1 Time(s)
           /2015/03/'%20contains%20characters%20other ... not%20available: 1 Time(s)
           /2015/03/2015-top-heirloom-plant-picks.html: 5 Time(s)
           /2015/03/fw.adsafeprotected.com/rjss/http: ... &ls=true&imppx=: 2 Time(s)
           /2015/03/https%3A%2F%2Fadserver.video%2Fsy ... 820416376471309: 1 Time(s)
           /2015/03/https%3A%2F%2Fadserver.video%2Fsy ... 824157059612614: 3 Time(s)
           /2015/03/mraid.js: 68 Time(s)
           /2015/04/https%3A%2F%2Fadserver.video%2Fsy ... 594059135700930: 1 Time(s)
           /2015/04/mraid.js: 2 Time(s)
           /2015/04/thank-you-a-giveaway-post.html: 1 Time(s)
           /2015/05/mraid.js: 33 Time(s)
           /2015/06/mraid.js: 8 Time(s)
           /2015/07/mraid.js: 1 Time(s)
           /2015/08/%3Ciframe%20src=skins/larry/20754971p.rfihub ... ight=%270%27%3E: 1 Time(s)
           /2015/08/https%3A%2F%2Fadserver.video%2Fsy ... 774523599604355: 1 Time(s)
           /2015/08/mraid.js: 28 Time(s)
           /2015/08/test.gif: 1 Time(s)
           /2015/09/mraid.js: 10 Time(s)
           /2015/10/7-reasons-to-let-your-lettuce-go- ... campaign=buffer: 1 Time(s)
           /2015/10/mraid.js: 34 Time(s)
           /2015/11/'%20contains%20characters%20other ... not%20available: 1 Time(s)
           /2015/11/https%3A%2F%2Fadserver.video%2Fsy ... 966634462676892: 1 Time(s)
           /2015/11/mraid.js: 41 Time(s)
           /2015/11/test.gif: 1 Time(s)
           /2016/01/%3Ciframe%20src=skins/larry/20754971p.rfihub ... 20%3C/iframe%3E: 1 Time(s)
           /2016/01/%3Ciframe%20src=skins/larry/20754971p.rfihub ... ight=%270%27%3E: 5 Time(s)
           /2016/01/'%20contains%20characters%20other ... not%20available: 1 Time(s)
           /2016/01/https%3A%2F%2Fadserver.video%2Fsy ... 798709664527988: 1 Time(s)
           /2016/01/mraid.js: 85 Time(s)
           /2016/01/test.gif: 1 Time(s)
           /2016/02/mraid.js: 5 Time(s)
           /2016/02/sleepytime-herbal-tea-mix.html%3F ... campaign=buffer: 1 Time(s)
           /2016/03/mraid.js: 4 Time(s)
           /2016/07/mraid.js: 1 Time(s)
           /2016/08/mraid.js: 21 Time(s)
           /2016/09/7-reasons-to-butcher-your-own-mea ... %23comment-5566: 2 Time(s)
           /2016/09/mraid.js: 12 Time(s)
           /2016/10/https%3A%2F%2Fadserver.video%2Fsy ... 295466424507304: 1 Time(s)
           /2016/10/intensive-gardening-6-tips-for-he ... ustacoupleacres: 1 Time(s)
           /2016/10/mraid.js: 34 Time(s)
           /2016/10/null/js.moatads.com/aolonebuyervi ... atanalytics.swf: 3 Time(s)
           /?p=21704: 6 Time(s)
           /PageNotFound.html: 1 Time(s)
           /a-new-job/: 1 Time(s)
           /adform/IFrameManager.html: 3 Time(s)
           /admotion/afa-iframe.htm: 2 Time(s)
           /aloe-plant: 1 Time(s)
           /apple-app-site-association: 3 Time(s)
           /apple-touch-icon-120x120-precomposed.png: 5 Time(s)
           /apple-touch-icon-120x120.png: 6 Time(s)
           /apple-touch-icon-152x152-precomposed.png: 1 Time(s)
           /apple-touch-icon-152x152.png: 1 Time(s)
           /apple-touch-icon.png: 6 Time(s)
           /author/mydomain/page/69?paged=89: 1 Time(s)
           /backend/guest/index: 1 Time(s)
           /beautiful-post: 2 Time(s)
           /bibleasmaintext: 6 Time(s)
           /blog/: 2 Time(s)
           /bonzai/bonzaiBuster.html: 2 Time(s)
           /browserconfig.xml: 6 Time(s)
           /cake%20stand/ref/homesteadlady: 1 Time(s)
           /calendar/set.php?return=L2NhbGVuZGFyL3ZpZ ... &var=showglobal: 4 Time(s)
           /calendar/set.php?return=L2NhbGVuZGFyL3ZpZ ... var=showcourses: 4 Time(s)
           /category/birds/page/2: 1 Time(s)
           /category/book-review?paged=5: 1 Time(s)
           /category/city/: 1 Time(s)
           /category/feature: 1 Time(s)
           /category/garden/page/14: 1 Time(s)
           /category/garden?paged=16: 1 Time(s)
    
     
  5. Nilpo

    Nilpo Member HowtoForge Supporter

    Code:
           /category/girls-in-the-kitchen?paged=4: 1 Time(s)
           /category/homemaking-binder?paged=11: 1 Time(s)
           /category/in-the-garden/page/10: 1 Time(s)
           /category/in-the-schoolroom/page/11: 1 Time(s)
           /category/just-a-photo/page/7?paged=8: 1 Time(s)
           /category/links?paged=4: 1 Time(s)
           /category/our-homestead?paged=9: 1 Time(s)
           /category/pigs?paged=5: 1 Time(s)
           /category/recipes/page/11: 1 Time(s)
           /category/seed-starting/page/2: 1 Time(s)
           /category/seed-starting/page/www.mydoma ... s.com/subscribe: 1 Time(s)
           /category/seed-starting/www.mydomain.com/subscribe: 1 Time(s)
           /category/seedlings/page/www.mydomain.com/subscribe: 1 Time(s)
           /category/spring-cleaning/page/2: 1 Time(s)
           /category/sunshine: 1 Time(s)
           /category/sunshine/: 2 Time(s)
           /category/travel: 1 Time(s)
           /category/travel/: 1 Time(s)
           /category/wallpaper?paged=3: 1 Time(s)
           /code.jquery.com: 1 Time(s)
           /contobox/iframebuster.html: 2 Time(s)
           /crossdomain.xml: 1 Time(s)
           /dist/flyers/Record%205100%20v%20Besam%20and%20Horton.pdf: 1 Time(s)
           /exponential/buster.html: 1 Time(s)
           /fantastic-masonry-blog/: 1 Time(s)
           /favicon.ico: 1 Time(s)
           /feeds/posts/default: 11 Time(s)
           /feeds/posts/default?path=/2016/09/7-reaso ... g-workshop.html: 1 Time(s)
           /flashtalking/ftlocal.html: 2 Time(s)
           /flite/fif.html: 2 Time(s)
           /hello-world-3: 1 Time(s)
           /homesteaders-search: 1 Time(s)
           /images/like/icons/fav.png: 1 Time(s)
           /ipinyou/py_buster.html: 4 Time(s)
           /jivox/jivoxibuster.html: 2 Time(s)
           /js/pinit.js: 2 Time(s)
           /july-giveaway: 2 Time(s)
           /knorex/knorex_psf.html: 2 Time(s)
           /kpsule/iframebuster.html: 2 Time(s)
           /links/clicks4hs_s-gif: 1 Time(s)
           /links/hslda_logo150-gif: 1 Time(s)
           /links/logocolors1-jpg: 1 Time(s)
           /links/msm_150x150-jpg: 1 Time(s)
           /links/swagbucks-jpg: 1 Time(s)
           /links/wisewomanbutton-jpg: 1 Time(s)
           /linkstorm/linkstorm_certified.html: 1 Time(s)
           /man-in-a-hat: 1 Time(s)
           /man-in-a-hat/: 1 Time(s)
           /manager/html: 1 Time(s)
           /maxcdn.bootstrapcdn.com: 1 Time(s)
           /mediaplex/mojofb_v9.html: 2 Time(s)
           /mixpo/framebust.html: 2 Time(s)
           /monit/: 1 Time(s)
           /mraid.js: 16 Time(s)
           /munin: 3 Time(s)
           /nrg-portfolio-page: 1 Time(s)
           /p/%20http:/herbalacademyofne.com/intermed ... se/?ap_id=Quinn: 1 Time(s)
           /p/https%3A%2F%2Fadserver.video%2Fsync%2F0 ... 793729130857575: 1 Time(s)
           /p/links_18.html: 7 Time(s)
           /p/mraid.js: 4 Time(s)
           /page/76: 1 Time(s)
           /penny-pincher: 3 Time(s)
           /phpMyAdmin/scripts/setup.php: 4 Time(s)
           /predicta/predicta_bf.html: 2 Time(s)
           /press-2/: 1 Time(s)
           /product-category/books/homesteading-101/p ... 4?orderby=price: 1 Time(s)
           /product-category/books/homesteading-101/p ... erby=sales_rank: 1 Time(s)
           /product-category/farmstead-kitchen/canning-drying/page/6: 1 Time(s)
           /product-category/homemaking/soap-making/page/4: 1 Time(s)
           /product-category/homemaking/www.reformati ... s.com/subscribe: 1 Time(s)
           /product-category/natural-health-beauty/pa ... s.com/subscribe: 1 Time(s)
           /product/half-gallon-wide-mouth-canning-jar-64-oz-set-of-6: 1 Time(s)
           /product/homegrown-and-handmade-a-practica ... -reliant-living: 1 Time(s)
           /product/norpro-291a-white-butter-keeper-porcelain: 1 Time(s)
           /revjet/revjet_buster.html: 2 Time(s)
           /rockabox/rockabox_buster.html: 2 Time(s)
           /running-man-post/: 2 Time(s)
           /search?updated-max=2011-02-20T18%3A01%3A0 ... 0&max-results=3: 1 Time(s)
           /search?updated-max=2011-10-26T12%3A10%3A0 ... 0&max-results=3: 1 Time(s)
           /search?updated-max=2012-02-11T12%3A27%3A0 ... 6&by-date=false: 1 Time(s)
           /sitemap_index.xml: 89 Time(s)
           /sliders/14923-2/slider1: 1 Time(s)
           /spongecell/spongecell_iframebuster.html: 1 Time(s)
           /sunrise-blog-post: 1 Time(s)
           /testing-repo-shortcode/: 1 Time(s)
           /usin%20thebibleasmaintext: 2 Time(s)
           /usin%2520thebibleasmaintext: 1 Time(s)
           /woman-in-a-car/: 1 Time(s)
           /wp-content/plugins/ad-inserter/css/devices.css?ver=1.6.2: 1 Time(s)
           /wp-content/plugins/facebook-page-promoter ... s.css?ver=4.2.3: 1 Time(s)
           /wp-content/plugins/formcraft/file-upload/ ... /php/upload.php: 3 Time(s)
           /wp-content/plugins/mad-mimi-sign-up-forms ... 222_256x240.png: 11 Time(s)
           /wp-content/plugins/mad-mimi-sign-up-forms ... 3ff_256x240.png: 4 Time(s)
           /wp-content/plugins/mad-mimi-sign-up-forms ... 545_256x240.png: 4 Time(s)
           /wp-content/plugins/mad-mimi-sign-up-forms ... 6e6e6_1x400.png: 9 Time(s)
           /wp-content/plugins/mad-mimi-sign-up-forms ... 888_256x240.png: 11 Time(s)
           /wp-content/plugins/mad-mimi-sign-up-forms ... a0a_256x240.png: 3 Time(s)
           /wp-content/plugins/mad-mimi-sign-up-forms ... aaaa_40x100.png: 2 Time(s)
           /wp-content/plugins/mad-mimi-sign-up-forms ... adada_1x400.png: 1 Time(s)
           /wp-content/plugins/mad-mimi-sign-up-forms ... bf9ee_1x400.png: 1 Time(s)
           /wp-content/plugins/mad-mimi-sign-up-forms ... ccccc_1x100.png: 1 Time(s)
           /wp-content/plugins/mad-mimi-sign-up-forms ... ef1ec_1x400.png: 1 Time(s)
           /wp-content/plugins/mad-mimi-sign-up-forms ... ffff_40x100.png: 2 Time(s)
           /wp-content/plugins/mad-mimi-sign-up-forms ... fffff_1x400.png: 1 Time(s)
           /wp-content/plugins/revslider/temp/update_ ... evslider/db.php: 3 Time(s)
           /wp-content/plugins/seo-facebook-comments/ ... e.css?ver=4.2.3: 1 Time(s)
           /wp-content/plugins/simple-ads-manager/js/slider/tmpl.js: 3 Time(s)
           /wp-content/plugins/wysija-newsletters/js/ ... e.js?ver=2.6.11: 1 Time(s)
           /wp-content/themes/foodie/images/save.png: 3 Time(s)
           /wp-content/themes/foodiepro/images/save.png: 3 Time(s)
           /wp-content/themes/restored316-market/imag ... control-nav.png: 4 Time(s)
    
     
  6. Nilpo

    Nilpo Member HowtoForge Supporter

    Code:
           /wp-content/themes/simple-catch-pro/js/sim ... arch.js?ver=1.0: 1 Time(s)
           /wp-content/themes/simple-catch-pro/js/sim ... js?ver=20130324: 2 Time(s)
           /wp-content/themes/simple-catch-pro/style.css: 1 Time(s)
           /wp-content/uploads/2010/03/columbian%20wyandotte1.jpg: 1 Time(s)
           /wp-content/uploads/2010/04/10-400x265.jpg: 1 Time(s)
           /wp-content/uploads/2010/05/DSC_0031-400x265.jpg: 1 Time(s)
           /wp-content/uploads/2010/07/hot%20chocolate-251.jpg: 1 Time(s)
           /wp-content/uploads/2010/07/hot%20chocolate-51.jpg: 1 Time(s)
           /wp-content/uploads/2010/08/jpg9-150x150.: 3 Time(s)
           /wp-content/uploads/2010/08/shredded%20zucchini-111.jpg: 1 Time(s)
           /wp-content/uploads/2010/11/fruity%20apple%20muffins-71.jpg: 1 Time(s)
           /wp-content/uploads/2011/03/Screen%2Bshot% ... 02.21%2BPM1.png: 1 Time(s)
           /wp-content/uploads/2011/04/carrying%20bekah1.jpg: 1 Time(s)
           /wp-content/uploads/2011/11/fall%20woods-31.jpg: 1 Time(s)
           /wp-content/uploads/2012/01/pumpkin%20oatmeal%20cookies1.jpg: 1 Time(s)
           /wp-content/uploads/2012/02/41fe%20VA9DFL-210x210.jpg: 2 Time(s)
           /wp-content/uploads/2012/02/farmhouse%20cheddar-10.jpg: 2 Time(s)
           /wp-content/uploads/2012/02/farmhouse%20cheddar-12.jpg: 2 Time(s)
           /wp-content/uploads/2012/02/farmhouse%20cheddar-13.jpg: 2 Time(s)
           /wp-content/uploads/2012/02/farmhouse%20cheddar-14.jpg: 2 Time(s)
           /wp-content/uploads/2012/02/farmhouse%20cheddar-141.jpg: 1 Time(s)
           /wp-content/uploads/2012/02/farmhouse%20cheddar-17.jpg: 2 Time(s)
           /wp-content/uploads/2012/02/farmhouse%20cheddar-18.jpg: 2 Time(s)
           /wp-content/uploads/2012/02/farmhouse%20cheddar-2.jpg: 2 Time(s)
           /wp-content/uploads/2012/02/farmhouse%20cheddar-20.jpg: 2 Time(s)
           /wp-content/uploads/2012/02/farmhouse%20cheddar-3.jpg: 2 Time(s)
           /wp-content/uploads/2012/02/farmhouse%20cheddar-4.jpg: 2 Time(s)
           /wp-content/uploads/2012/02/farmhouse%20cheddar-5.jpg: 2 Time(s)
           /wp-content/uploads/2012/02/farmhouse%20cheddar-7.jpg: 2 Time(s)
           /wp-content/uploads/2012/02/farmhouse%20cheddar-8.jpg: 2 Time(s)
           /wp-content/uploads/2012/02/farmhouse%20cheddar.jpg: 2 Time(s)
           /wp-content/uploads/2012/02/week%205-51.jpg: 1 Time(s)
           /wp-content/uploads/2012/07/Screen%20shot% ... .23.12%20AM.png: 1 Time(s)
           /wp-content/uploads/2012/07/Screen%20shot% ... .23.39%20AM.png: 1 Time(s)
           /wp-content/uploads/2012/07/Screen%20shot% ... .23.56%20AM.png: 1 Time(s)
           /wp-content/uploads/2012/07/Screen%20shot% ... .24.25%20AM.png: 1 Time(s)
           /wp-content/uploads/2012/12/week%2049%3D-51.jpg: 1 Time(s)
           /wp-content/uploads/2013/07/week%2025-31.jpg: 1 Time(s)
           /wp-content/uploads/2013/08/Screen%20Shot% ... 47.55%20PM1.png: 1 Time(s)
           /wp-content/uploads/2013/12/TGN-original-156x210.jpg: 1 Time(s)
           /wp-content/uploads/2014/03/DIY-Bacon-4-300x198.jpg: 23 Time(s)
           /wp-content/uploads/2014/05/search.001-640x335.jpg: 1 Time(s)
           /wp-content/uploads/2014/06/Screen-Shot-20 ... PM-1024x680.png: 5 Time(s)
           /wp-content/uploads/2014/06/sheep-15-210x210.jpg: 1 Time(s)
           /wp-content/uploads/2014/06/sheep-9-1024x678.jpg: 4 Time(s)
           /wp-content/uploads/2014/06/untitled-19-210x210.jpg: 1 Time(s)
           /wp-content/uploads/2014/06/untitled-361-1024x677.jpg: 7 Time(s)
           /wp-content/uploads/2014/07/Screen-Shot-20 ... PM-1024x676.png: 1 Time(s)
           /wp-content/uploads/2014/07/untitled-142-210x210.jpg: 1 Time(s)
           /wp-content/uploads/2014/07/untitled-31-677x1024.jpg: 1 Time(s)
           /wp-content/uploads/2014/07/untitled-47-1024x677.jpg: 1 Time(s)
           /wp-content/uploads/2014/10/Screen-Shot-20 ... PM-1024x673.png: 11 Time(s)
           /wp-content/uploads/2014/10/untitled-161-1024x677.jpg: 8 Time(s)
           /wp-content/uploads/2014/10/untitled-61-300x198.jpg: 7 Time(s)
           /wp-content/uploads/2015/01/untitled-21-1024x678.jpg: 12 Time(s)
           /wp-content/uploads/2015/02/Bayco-SL-302B3 ... t-0-200x161.jpg: 1 Time(s)
           /wp-content/uploads/2015/02/Curd-Cutter-0-200x107.jpg: 1 Time(s)
           /wp-content/uploads/2015/02/Lodge-L14SK3-P ... h-0-200x108.jpg: 1 Time(s)
           /wp-content/uploads/2015/02/Norpro-Stainle ... l-0-200x200.jpg: 1 Time(s)
           /wp-content/uploads/2015/02/Organic-Kombuc ... e-0-200x150.jpg: 1 Time(s)
           /wp-content/uploads/2015/02/Pizzacraft-6-x ... 7-0-200x146.jpg: 1 Time(s)
           /wp-content/uploads/2015/02/Pyrex-Prepware ... s-0-200x200.jpg: 1 Time(s)
           /wp-content/uploads/2015/02/RoyalStyle-Hom ... k-0-200x132.jpg: 1 Time(s)
           /wp-content/uploads/2015/02/Screen-Shot-20 ... -PM-200x237.png: 1 Time(s)
           /wp-content/uploads/2015/02/Screen-Shot-20 ... -PM-200x268.png: 1 Time(s)
           /wp-content/uploads/2015/02/The-Colette-Se ... s-0-200x250.jpg: 1 Time(s)
           /wp-content/uploads/2015/02/Uncle-Jims-Wor ... s-0-200x188.jpg: 1 Time(s)
           /wp-content/uploads/2015/02/untitled-44-1024x678-400x265.jpg: 2 Time(s)
           /wp-content/uploads/2015/03/71ERPWz6SxL._SL1500_-200x115.jpg: 1 Time(s)
           /wp-content/uploads/2015/03/Goats-Milk-5-200x133.jpg: 1 Time(s)
           /wp-content/uploads/2015/04/ThinkstockPhot ... 001-400x265.jpg: 1 Time(s)
           /wp-content/uploads/2015/06/Screen-Shot-20 ... M-1-400x265.png: 1 Time(s)
           /wp-content/uploads/2015/09/Ken-Ag-Nongauz ... t-0-200x203.jpg: 1 Time(s)
           /wp-content/uploads/2015/10/Natural-Hair-Care.pdf: 18 Time(s)
           /wp-content/uploads/2015/10/echinacea-tinc ... f-1-400x265.jpg: 1 Time(s)
           /wp-content/uploads/2015/11/HOREHOUND-COUG ... S-3-400x265.jpg: 1 Time(s)
           /wp-content/uploads/2016/01/Fotolia_585014 ... y_M-400x265.jpg: 1 Time(s)
           /wp-content/uploads/2016/01/Screen-Shot-20 ... -AM-400x265.png: 1 Time(s)
           /wp-content/uploads/2016/04/untitled-1-of-1-5-400x265.jpg: 1 Time(s)
           /wp-content/uploads/2016/05/cows-24-of-25-400x265.jpg: 1 Time(s)
           /wp-json/oembed/1.0/embed?url=http%3A%2F%2 ... -of-a-homestead: 1 Time(s)
           /wp-json/oembed/1.0/embed?url=http%3a%2f%2 ... butchering.html: 1 Time(s)
           /wp-json/oembed/1.0/embed?url=http%3a%2f%2 ... utchering.html&: 1 Time(s)
           /wp-login.php: 1 Time(s)
     
  7. Nilpo

    Nilpo Member HowtoForge Supporter

    Code:
        405 Method Not Allowed
           /webdav/: 47 Time(s)
        500 Internal Server Error
           /: 10 Time(s)
           /.rss: 1 Time(s)
           /.well-known/apple-app-site-association: 1 Time(s)
           /2009/02/200902pear-pie-html.html: 1 Time(s)
           /2009/09/fall-finest-muffins.html: 1 Time(s)
           /2009/09/glazed-apple-cookies.html: 1 Time(s)
           /2010/02/composer-study-mozart.html: 4 Time(s)
           /2010/05/measuring-clay-content.html: 1 Time(s)
           /2010/08/chicken-chat.html: 1 Time(s)
           /2010/12/sourdough-dinner-bread.html: 2 Time(s)
           /2011/01/simple-modest-skirt-tutorial.html: 1 Time(s)
           /2011/03/blog-post_07.html: 1 Time(s)
           /2011/04/all-natural-hair-care.html: 1 Time(s)
           /2011/04/gathering-apron-tutorial.html: 1 Time(s)
           /2011/07/mulberry-pie-recipe.html: 2 Time(s)
           /2011/10/roast-off.html: 1 Time(s)
           /2012/01/causes-for-hens-eating-eggs.html: 3 Time(s)
           /2012/01/homemade-cream-cheese-recipe.html: 1 Time(s)
           /2012/02/chicken-breed-profile-black-star.html: 1 Time(s)
           /2012/02/farmhouse-cheddar-cheese-recipe.h ... a5y_p%3D2058326: 1 Time(s)
           /2012/05/chocolate-silk-pie-recipe.html: 4 Time(s)
           /2012/05/the-plan.html: 1 Time(s)
           /2012/07/how-to-kill-squash-bugs-squash-bu ... and-nymphs.html: 3 Time(s)
           /2012/07/your-questions-manure-management.html: 2 Time(s)
           /2013/01/chicken-soup-with-homemade-spaetzle.html: 1 Time(s)
           /2013/03/gleanings-from-march.html: 2 Time(s)
           /2013/03/rethinking-mulch-gardening.html: 1 Time(s)
           /2013/03/your-questions-where-to-start.html: 2 Time(s)
           /2013/05/gleanings-from-may.html: 1 Time(s)
           /2013/07/encouraging-pollinators.html: 3 Time(s)
           /2013/09/back-to-eden-one-gardeners-experience.html: 1 Time(s)
           /2013/10/how-to-puree-pumpkin-and-winter-squash.html: 4 Time(s)
           /2013/11/a-recipe-for-sourdough-tortillas.html: 3 Time(s)
           /2013/11/butternut-squash-pie.html: 1 Time(s)
           /2014/02/2014-hog-butchering-stats-round-one.html: 1 Time(s)
           /2014/02/gleanings-from-december-january.html: 1 Time(s)
           /2014/02/homemade-smoked-kielbasa.html: 1 Time(s)
           /2014/02/how-to-estimate-weight-of-live-hog.html: 4 Time(s)
           /2014/02/introducing-2014-vegetable-garden.html: 1 Time(s)
           /2014/03/8-medicinal-herbs-for-the-shade-garden.html: 1 Time(s)
           /2014/03/how-to-can-caramelized-onions.html: 1 Time(s)
           /2014/03/how-to-cure-and-smoke-bacon.html: 1 Time(s)
           /2014/03/six-tips-for-rendering-snow-white-lard.html: 2 Time(s)
           /2014/03/the-homesteading-wifes-christian-devotional-3.html: 1 Time(s)
           /2014/04/35-beautiful-asparagus-recipes.html: 1 Time(s)
           /2014/05/5-things-you-should-know-about-wood-chip-mulch.html: 1 Time(s)
           /2014/06/homestead-pasture-management-with-sheep.html: 1 Time(s)
           /2014/07/201407organic-rhubarb-leaf-pestic ... spray-html.html: 1 Time(s)
           /2014/09/mraid.js: 1 Time(s)
           /2014/10/homemade-medicine-made-simple-imm ... ntry-shelf.html: 1 Time(s)
           /2014/10/is-my-cow-too-skinny-evaluating-c ... -condition.html: 2 Time(s)
           /2014/11/homemade-medicine-made-simple-swe ... rup-recipe.html: 1 Time(s)
           /2014/11/mraid.js: 2 Time(s)
           /2014/11/recipes-for-using-and-preserving- ... campaign=buffer: 7 Time(s)
           /2014/11/recipes-for-using-and-preserving- ... n-tomatoes.html: 1 Time(s)
           /2014/12/how-much-does-it-cost-to-raise-ch ... ustacoupleacres: 1 Time(s)
           /2014/12/how-to-improve-your-pasture-for-f ... campaign=buffer: 1 Time(s)
           /2014/12/how-to-improve-your-pasture-for-free.html: 1 Time(s)
           /2015/01/201501essential-guide-to-raw-milk ... ng-it-html.html: 1 Time(s)
           /2015/01/how-to-find-time-to-homeschool-on ... -homestead.html: 3 Time(s)
           /2015/01/how-to-find-time-to-homeschool-on ... campaign=buffer: 21 Time(s)
           /2015/01/how-to-make-homemade-maple-sweete ... low-cooker.html: 1 Time(s)
           /2015/01/natural-homemade-udder-butter.html: 2 Time(s)
           /2015/02/when-to-plant-vegetable-and-herb- ... calculator.html: 1 Time(s)
           /2015/03/homesteaders-tallow-soap.html: 3 Time(s)
           /2015/03/so-whos-gonna-do-the-dishes.html: 1 Time(s)
           /2015/04/4-easy-steps-to-prune-blackberries-video.html: 1 Time(s)
           /2015/04/sweet-vanilla-butter-lip-balm.html: 1 Time(s)
           /2015/04/thank-you-a-giveaway-post.html: 2 Time(s)
           /2015/05/201505201505how-to-make-violet-lo ... -html-html.html: 1 Time(s)
           /2015/06/the-best-homemade-fly-spray.html: 3 Time(s)
           /2015/06/the-best-homemade-fly-spray.html? ... campaign=buffer: 2 Time(s)
           /2015/07/why-im-never-canning-traditional- ... auce-again.html: 1 Time(s)
           /2015/08/pros-cons-of-dexter-cattle.html: 1 Time(s)
           /2015/09/13-ways-to-avoid-homestead-burnout.html: 1 Time(s)
           /2015/09/herbal-deodorant-spray-recipe.htm ... campaign=buffer: 2 Time(s)
           /2015/09/herbal-deodorant-spray-recipe.htm ... ent=buffer1a6dc: 1 Time(s)
           /2015/09/herbal-deodorant-spray-recipe.html: 1 Time(s)
           /2015/10/7-reasons-to-let-your-lettuce-go- ... campaign=buffer: 1 Time(s)
           /2015/10/7-reasons-to-let-your-lettuce-go-to-seed.html: 1 Time(s)
           /2015/10/how-to-can-dry-beans-and-peas.html: 1 Time(s)
           /2015/10/roasted-cherry-tomato-paste.html: 1 Time(s)
           /2015/11/homemade-medicine-made-simple-hor ... ough-drops.html: 2 Time(s)
           /2015/11/how-to-can-crisp-apple-slices.html: 2 Time(s)
           /2015/11/saving-heirloom-green-bean-seed.html: 1 Time(s)
           /2015/12/cumin-pork-tacos-from-the-elliott ... mily-table.html: 2 Time(s)
           /2016/01/30-skills-to-build-while-youre-ho ... d-dreaming.html: 2 Time(s)
           /2016/03/rock-raising-chickens-arent-good-think.html: 1 Time(s)
           /2016/04/25-non-toxic-cleaning-recipes: 1 Time(s)
           /2016/04/sifting-one-lie-time.html: 1 Time(s)
           /2016/04/strawberry-chamomile-cake.html: 1 Time(s)
           /2016/05/easy-trick-to-tell-if-your-cow-is ... ugh-to-eat.html: 1 Time(s)
           /2016/08/garden-fresh-chunky-heirloom-tomato-salsa.html: 1 Time(s)
           /2016/08/zesty-pickled-jalapeno-relish-recipe.html: 2 Time(s)
           /2016/09/7-reasons-to-butcher-your-own-mea ... g-workshop.html: 3 Time(s)
           /2016/09/cayenne-spiced-dilly-beans.html: 1 Time(s)
           /2016/09/chocolate-chocolate-chip-zucchini ... el-topping.html: 1 Time(s)
           /2016/09/how-to-spot-and-kill-tomato-hornw ... rganically.html: 1 Time(s)
           /2016/09/pork-butter-with-cracked-black-pe ... e-crackers.html: 2 Time(s)
           /2016/10/intensive-gardening-6-tips-for-healthy-produce.html: 3 Time(s)
           /2016/10/the-secret-to-smoked-bbq-sauce-wi ... campaign=buffer: 2 Time(s)
           /2016/10/the-secret-to-smoked-bbq-sauce-wi ... liquid-smoke.ht: 4 Time(s)
           /2016/10/tomato-gravy-over-buttermilk-bisc ... ge-patties.html: 1 Time(s)
           /adform/IFrameManager.html: 7 Time(s)
           /author/reformationacres/page/80: 1 Time(s)
           /bibleasmaintext: 2 Time(s)
           /blog: 1 Time(s)
           /blog/page/11: 1 Time(s)
           /blog/wp-login.php?action=register: 1 Time(s)
           /category/in-the-home: 2 Time(s)
           /day-in-the-life-of-a-homestead?utm_source ... ormation+Acres): 3 Time(s)
           /doubleclick/'+publisherProtocol+'ad.doubl ... vity;badserve=1: 1 Time(s)
           /hello-world-3: 2 Time(s)
           /large-family-laundry-homestead: 1 Time(s)
           /maxcdn.bootstrapcdn.com: 1 Time(s)
           /p/about.html: 4 Time(s)
           /p/links_18.html: 4 Time(s)
           /product-category/farmstead-kitchen/meat: 1 Time(s)
           /product-category/farmstead-kitchen/real-food: 1 Time(s)
           /wp-admin/: 1 Time(s)
           /wp-admin/media-new.php: 1 Time(s)
           /wp-admin/post.php?post=21704&action=edit: 1 Time(s)
           /wp-admin/post.php?post=41&action=edit: 1 Time(s)
           /wp-admin/post.php?post=9919&action=edit&message=1: 1 Time(s)
           /wp-content/cache/minify/7f3bb.css: 1 Time(s)
           /wp-content/cache/minify/df983.js?_fp805=0.8052223913848527: 1 Time(s)
           /wp-content/plugins/facebook-page-promoter ... cs.js?ver=4.2.3: 1 Time(s)
           /wp-content/plugins/mad-mimi-sign-up-forms ... a0a_256x240.png: 1 Time(s)
           /wp-content/uploads/2010/08/jpg9-150x150.: 1 Time(s)
     
     ---------------------- httpd End ------------------------- 
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Check the error.log of that site to see what is causing the errors. you can also use munin and monit for additional monitoring of your server.
     
  9. Nilpo

    Nilpo Member HowtoForge Supporter

    Munin and Monit aren't proving useful. Nothing really stands out, but I'm not really accustomed to using them.

    I've started using Lnav and GoAccess to dive deeper into the Apache logs. I'm seeing a lot of 500 errors, but I can't figure out where they're coming from. Is there any way to alter the Apache access_log to show hostname? It's only showing the request path and not the hostname for which site it's coming from. Since I have multiple sites running Wordpress, seeing a path such as /wp-login.php really isn't helpful.
     
  10. Nilpo

    Nilpo Member HowtoForge Supporter

    Ok. Looking at the log manually I can see the full path. I'm going to have to write a script to parse out the details I'm looking for.
     
  11. Nilpo

    Nilpo Member HowtoForge Supporter

    I'm seeing that Apache is down quite often around the top of the hour. Typically within the first 2-3 minutes. I don't have a cron job running at that time (other than ISPC3). Is there anything that might be running at a scheduled interval?

    Also, I have Monit and Munin running. Munin works fine. Monit is also running on port 2812 (confirmed with netstat -tuplen). Port 2812 is open in IPtables and CSF but I still cannot connect. https://myserver.com:2812/ shows connection refused. SSL is enabled in Monit config and cert exists.
     
    Last edited: Oct 21, 2016
  12. Nilpo

    Nilpo Member HowtoForge Supporter

    I got Monit working.

    Long story short is that I think I have a poorly written Wordpress plugin on my hands. I just have to find it.
     

Share This Page