Search results

  1. G

    Help with hung processes

    I've done that before using strace -p <pid> and the process isn't doing anything its just hung. Is there a better command arguments to use?
  2. G

    Help with hung processes

    Attached is what the live stats look like. It says 40 of 40 pool used. The error logs are just saying 2015-02-04 12:37:42.000 [INFO] [CLEANUP] Send signal: 10 to process: 29660 2015-02-04 12:37:42.000 [INFO] [CLEANUP] Send signal: 10 to process: 29659 2015-02-04 12:37:44.000 [INFO] [CLEANUP]...
  3. G

    Help with hung processes

    How can I find out why at times all the processes get hung up and the site stops responding. This happens a few times a day and its not traceable to a big traffic spike. Process list is below. Once this happens I have to stop lsws, kill all lsphp5 processes and then start lsws again. Page...
  4. G

    [Resolved] Ping URL/Documentation

    OK, I guess that should be obvious. It did work fine, thank you.
  5. G

    [Resolved] Ping URL/Documentation

    Yeah, the docs are not clear either. To reiterate my problem, I don't really understand the mechanism. One url cannot monitor both servers in the cluster. Or, if it does, such as with the public facing url, how does it determine WHICH server is offline. Can you elaborate please?
  6. G

    [Resolved] Ping URL/Documentation

    I tried simply putting a / in for the ping url, however, it did not take a server out of the cluster even when it was throwing 502 bad gateway errors.
  7. G

    [Resolved] Ping URL/Documentation

    Is there a reference document for lslb? I went to support-documentation and it seems there is only docs for lsws, not lslb. Also the wiki doesn't have much info either. Right now specifically, I would like to know how the ping URL functions. Here is the situation: We have nginx running on...
  8. G

    lslb capacity

    Yeah, but that still leaves me with a single point of failure which we are trying to avoid. Guess we'll have to stick with the dns system. Thanks
  9. G

    lslb capacity

    lslb as I understand it funnels all website traffic through the server running lslb. We have a property that is spread across 7 application servers and we are using dnsmadeeasy for dns based load balancing. Problem is that at its peak, it is sending out 500 MBit/sec total across the seven...
  10. G

    include_path strange behavior cPanel

    I resolved this. This domain was including a file in the extra config folder which is normally off by default. I don't have an explanation why it was doing this, but I commented out that include directive in teh apache config and that resolved it
  11. G

    include_path strange behavior cPanel

    Yeah, I looked all around thinking that. This i what I found. Reminder, this is a cpanel server. So, cpanel is creating these files for each domain conf/userdata/std/2/q/cp_php_magic_include_path.conf
  12. G

    include_path strange behavior cPanel

    These two sites are on the same server: http://sb.peerfly.com/styles/phpinfo.php http://merchants.peerfly.com/static/phpinfo.php If you look at the include_path setting, the local value is different. The first link is what we want, the second link's config is not working with essentially the...
  13. G

    Access to context [/] is denied!

    This is a plesk server. It appears that lsws is running as the user apache: root 482 0.0 0.0 31820 9956 ? S Aug17 0:21 litespeed (lshttpd) root 483 0.0 0.0 6156 496 ? S Aug17 0:01 \_ httpd (lscgid) apache 484 0.3 0.3 164980 54756 ? Sl Aug17 3:09 \_ litespeed (lshttpd)...
  14. G

    Access to context [/] is denied!

    Like I said, too, generically, php works: http://shop.aspkin.com/p.php
  15. G

    Access to context [/] is denied!

    You got me. Permissions and opwnership are exacltly what I would expect wioth plesk:L drwxr-xr-x 5 fj398fifu3u8fh psacln 4096 Aug 17 16:25 shop How is that a problem?
  16. G

    Access to context [/] is denied!

    [root@dallasno2 ~]# ls -ald /var/www/vhosts/aspkin.com/httpdocs/shop drwxr-xr-x 5 fj398fifu3u8fh psacln 4096 Aug 17 16:25 /var/www/vhosts/aspkin.com/httpdocs/shop This is what I would expect.
  17. G

    Access to context [/] is denied!

    [root@dallasno2 ~]# sudo -u nobody ls -l /var/www/vhosts/aspkin.com/httpdocs/shop/.htaccess ls: cannot access /var/www/vhosts/aspkin.com/httpdocs/shop/.htaccess: Permission denied However, I thought I had it set up for suphp? There is no .htaccess file ion that directory [root@dallasno2 ~]#...
  18. G

    Access to context [/] is denied!

    Obviously, lots of logs generated. I think this is the pertinent part, but I am still not clear what the issue is 2014-08-17 20:21:56.690 [NOTICE] [70.169.132.104:55917-0#APVH_shop.aspkin.com] Content len: 0, Request line: 'GET /wp-admin/install.php HTTP/1.1' 2014-08-17 20:21:56.690 [INFO]...
  19. G

    Access to context [/] is denied!

    There are two other threads on this, neither seem to apply. I have checked, one is version realted from a year ago and the other has to do with location tags of which I cannot fine. So, the server is running Plesk 10 and litespeed. User created a subdomain on a domain. documentroot is...
  20. G

    Keepalive cPanel

    Yeah did some further reading. Still trying to determine if its faster with it on or off. Getting mixed and inconsistent results.
Top