• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. A

    MySQL not starting after reboot

    hmm thats interesting, that makes me think that there may be a dependancy issue or a load order issue. One way you can do this (which is not the way I would do this) would be you could edit the mysql start up file in init.d to contain /bin/bash sleep 300 You could also rename the file from...
  2. A

    Plesk restart every day

    Hi Antonio, Im not sure about the php issue you are referencing, however if you use the (free) atomic packages and the atomic php-panda you can install the 5.4, 5.5, 5.6, and 7.0 packages of php and allow your users to chose which version of php they use. I think that Plesk in general also...
  3. A

    Plesk fails to add aditional IP

    So each of the ethX (eth0 eth1 etc) are separate network cards - either physical or virtual. You don't really need new ones. Generally having them setup as aliases (like eth0:1, eth0:2, etc) is the route to go. I have boxes with over a dozen IPs just on eth0 and they work fine. However with...
  4. A

    MySQL not starting after reboot

    This looks like your issue reported here - there is a potential fix listed in the mysql bug link http://stackoverflow.com/questions/23272721/mysqld-crashed-utc-mysqld-got-signal-11
  5. A

    Disable rules by id for Mod security with Atomic rules

    Honestly allowing the customer (end user) to disable rules is a bad idea in my mind - they could disable something truly intended to protect the server and provide critical functionality. I would recommend that you manage the rules and if they require something have them contact you.
  6. A

    MySQL not starting after reboot

    These two lines make it seem like it started OK [Note] /usr/sbin/mysqld: ready for connections. Version: '5.5.47-0ubuntu0.14.04.1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Ubuntu) I have the same entries when I restart mysql 160229 15:18:36 [Note] Plugin 'FEDERATED' is disabled...
  7. A

    Disable rules by id for Mod security with Atomic rules

    You can do this from the command line (assuming you are using ASL) you would use the asl command with one of the following flags -dr --disable-rule Disable modsec rule(s) by signature ID Usage: -dr 123456[,123457,...] -drv --disable-rule-vhost Disable modsec rule(s) by...
  8. A

    Plesk fails to add aditional IP

    You can add it from the Plesk UI to the machine or from the CLI the CLI command is plesk bin ipmanage -c 10.0.0.0 (replace with your IP of course) One thing I do is this plesk bin ipmanage --auto-remap-ip-addresses true plesk bin ipmanage --reread This will cause Plesk to re-read and...
  9. A

    Plesk restart every day

    are you able to update to the latest 12.5 release?
  10. A

    ZEND & update php : php warning CVE-0-2013-6420

    you can try using the atomic php packages, they get updated regularly and you can use php-panda package to get php5.2, 5.3, 5.4, 5.5, 5.6, 7.0, etc (5.2 and 5.3 require a paid subscription but the rest are free) https://www.atomicorp.com/wiki/index.php/PHP#PHP_5.4_Installation
  11. A

    Big mess after chancing the IP-address of a Subscriptions

    Something else I have tried in the past plesk bin ipmanage --auto-remap-ip-addresses true plesk bin ipmanage --reread And then (assuming you deleted dns_recs) restart plesk so it re-reads and then reconfigure plesk sbin websrvmng -v -a There is also a plesk extension that could help with...
  12. A

    Big mess after chancing the IP-address of a Subscriptions

    the dns error I have several times when I change the IP address away from a dedicated IP and then try and remove the IP from the box, I fix it with a command like this plesk db then delete from dns_recs where host like '%ip.here%' or displayVal like '%ip.here%' or val like '%ip.here%'...
  13. A

    Nginx best config

    Made a tweak to proxy settings
  14. A

    API Timeout

    How do I change the Plesk API Timeout? I currently have some jobs that run against several servers and one server in particular has a few thousand subscriptions on them and attempting to get the subscription list times out after 300 seconds. Is there a way I can modify this time out?
  15. A

    Nginx best config

    Hi guys, I want to try and figure out what the best configuration is for nginx, I'd appreciate if you would share your configs - at least the entires that may differ from mine - and hopefully we can get a best config out there that others can use #user nginx; worker_processes 1...
  16. A

    How to change default FTP port in Plesk 12.5.30?

    The point I was trying to make was that DropBox allows you to host quite a lot of space for virtually free (1TB for $10/mo) , and there is a plesk extension which allows you to do the backups and restores from there already - meaning no need to setup anything else, or maintain several servers...
  17. A

    How to change default FTP port in Plesk 12.5.30?

    if you are using a ftp repository for your backup in plesk then it should be a remote server - which those would use FTP on the standard port right? (Note you can also use Dropbox as your destination instead so you don't have to do this at all with your own servers). Changing the port on your...
  18. A

    Where do we submit bugs?

    Nevermind I found it. https://www.odin.com/support/request/
  19. A

    Where do we submit bugs?

    As the title sugests, where do we submit bugs we find for the 12.5 release? I've got a few to submit :)
  20. A

    big mess

    Yes, that is one of the major failings in my opinion of this (new) webspace method. I really enjoyed the old version (like plesk 9) where you created a customer and each domain was seperate and not tied to each other. I havent got used to this (new) method yet either, so I feel your pain :)...
Back
Top