Search results

  1. P

    Fastcgi crashing!!

    Look though my access log archives I can see that error log from 09072014 which was almost a month ago did not display these errors. Only thing I did at the end of Aug was update php to the latest version. I also upgraded MySQL 5.5 - 5.6. Nothing else really. I may just recompile the entire...
  2. P

    Fastcgi crashing!!

    I found 3 sites that were spiking on their CPU limits so I changed those to 2 cores but those messages still continue.
  3. P

    Fastcgi crashing!!

    What is the most popular setup that people are using for php1 and php2 installed on a server. Mine is php1 fastcgi and php-fpm.
  4. P

    Fastcgi crashing!!

    Not sure how, the server has 16gb and each site is dedicated to 1024 of Vm. There are less than 60 sites on the box. Apart from adjusting everyones package I cant see where else that setting may be.
  5. P

    Fastcgi crashing!!

    Should I just switch back to one version of php and see if this is causing issues? Like 5.4 fcgi?
  6. P

    Fastcgi crashing!!

    No, APC is not installed. Maybe its an extension since I have cage installed and certain extensions are loaded but who knows.
  7. P

    Fastcgi crashing!!

    Still crashing from just a few minutes ago [Tue Sep 30 19:59:28.859007 2014] [fcgid:error] [pid 72718:tid 140392225294272] mod_fcgid: process /usr/local/safe-bin/fcgid55.sh(81385) exit(communication error), get unexpected signal 11 [Tue Sep 30 19:59:28.859140 2014] [fcgid:error] [pid 72718:tid...
  8. P

    Fastcgi crashing!!

    Ok thanks let me try to recompile way. I have 5.5 running fastcgi and I have 5.4 running php-fpm.
  9. P

    Fastcgi crashing!!

    Where is the setting for Suhosin?
  10. P

    Upgrade MySQL to 5.6 with many errors

    Well im seeing something else now. Version: '5.6.21-log' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server (GPL) 2014-09-30 15:05:26 836401 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. The statement is unsafe...
  11. P

    Upgrade MySQL to 5.6 with many errors

    I didn't try it with those two lines. I had to recreate my.cnf for 5.6 because it bombed after I upgraded so I created a new my.cnf populated.
  12. P

    Upgrade MySQL to 5.6 with many errors

    It finally worked. mysql_upgrade -u root -p Enter password: Looking for 'mysql' as: mysql Looking for 'mysqlcheck' as: mysqlcheck Running 'mysqlcheck with default connection arguments Warning: Using a password on the command line interface can be insecure. Running 'mysqlcheck with default...
  13. P

    Upgrade MySQL to 5.6 with many errors

    Im also having the problem mysql_upgrade -user=da_admin -password=`cat /usr/local/directadmin/conf/mysql.conf | grep passwd | cut -d= -f2` Warning: Using a password on the command line interface can be insecure. Looking for 'mysql' as: mysql Looking for 'mysqlcheck' as: mysqlcheck FATAL ERROR...
  14. P

    Fastcgi crashing!!

    Ever since I upgraded php5.5 to the latest version a couple of days ago its crashing all over the place. PHP 5.5.17 (cli) (built: Sep 29 2014 01:29:35) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies with the ionCube PHP Loader v4.6.1...
  15. P

    BUGS: Restore backups dont take CHOWN user:user perms into acccount

    Is there a BUGS forum? If you take a backup of a user from one server with a user:apache perm on directories and files, when you restore that file to another DA server the result is still user:apache regardless of what the existing servers perms are across all the user accounts As part of a...
  16. P

    How to disable DA's Php version selector if your using CageFS?

    I don't understand, if I set set php2_release no wont this only give me one php instance?
  17. P

    How to disable DA's Php version selector if your using CageFS?

    I need to run 2 versions of php. The above will disable the second. I need to remove php selector from DA. Is there an option in da.conf Selector=0?
  18. P

    Where is LOGIN KEYS?

    Sorry, tried that, Browser reports invalid page, page not found is what it shows
  19. P

    Where is LOGIN KEYS?

    Iv enabled in directadmin.conf and restarted it. Nowhere to be found? Shouldnt be a main menu option for users to see and use? Also, what about the default PHP Selector? Its hidden where users rarely go. Why arent these options on the main control panel (enhanced) I only see it enabled in...
Back
Top