• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Search results

  1. A

    Resolved How to run Plesk in a cluster environment

    Kind of - it still wont offer clustering of web customers or the panel itself. Its really just mail, dns and DB which you could have already done anyways with a little work. Until they actually get true clustering (web customers mostly but the panel as a close second) it may not be worth it...
  2. A

    Plesk Partially Broken - After Several Failed Upgrades

    Thats a bummer! Do you have any technical info or specific error messages that you can provide for us to assist in troubleshooting?
  3. A

    failed: Disk quota exceeded (122)

    is this a VPS? If so try this http://www.r00t.gr/openvz-rsync-problem-fixed/ otherwise its likely that something is running out of space, try doing a df -H maybe one there is a disk on a mount point in there somewhere running low on space.
  4. A

    question about outgoing IP

    Sven, no it means that if the customer has a dedicated IP already then it will use his IP to send the mail. This doesnt require you to do anything or purchase anything. Its a basic protection that is now in Plesk that will allow you to put a user on a dedicated IP (for w/e reason) and then if...
  5. A

    Problem importing database

    You can grant the permissions pretty easily grant SUPER on *.* to 'user'@'localhost' identified by 'passwordHere'; Then flush privileges and you should be good to go.
  6. A

    What do You think about that???

    I just wanted to reply that this is in fact the answer - I ran into the same problem today and used these steps to fix. go into the server via SSH and enter MySQL Then use the query to find the domain name that is bad SELECT d.id, d.name, R.rep_id...
  7. A

    web user ssh enable

    and even then I would serisouly think twice about doing that.
  8. A

    [warn] Init: SSL server IP/port conflict

    I think thats because several domains have been enabled for SSL and typically you have one domain, one cert per IP. You can ignore that error in that case.
  9. A

    Remove SSL

    You can also add the cononical link in your code, its good SEO to do that anways or you can add in .htaccess that redirects
  10. A

    JS files being hacked, even after micro-updates

    you could try using clam av or some other anti malware program to scan and remove the files. If you have backups of the client files, that would be preferable I would imagine.
  11. A

    each httpd using 178MB of RES RAM!

    There are a few things you can try - run php as a dso instead of fcgi/cgi as it uses more memory for the cgi/fcgi, dont use suphp (or any variant), disable httpd modules you dont want/need, set rLmits for memory usage, use suhosin so users cant specify high memory usage in ini_set function calls...
  12. A

    Detect patches applied to 8.6 and 9.5.4 servers?

    Yes, you can check this file as such You can use this command to install them if your not at the latest version
  13. A

    Getting error while creating FTP

    are you the server owner/operator, or a customer of the plesk server operator? If you are the client I would advise you to contact your provider to get the ftp server settings. if you are the owner/operator, go to the server and try and login manually in the local ssh terminal and see what...
  14. A

    Problem with migration

    From what I am reading in your post it looks like you are trying to initiate it from the source server and not from the new target server, is that right? if so have you tried (or can you try) using the plesk migration manager and starting the migration from the new server instead via the GUI?
  15. A

    Cannot access WebAdmin

    For Web Admin, make sure you dont have a pop up blocker because it will open it in a new window, so it could be blocking the pop up and just refreshing the page. If you still cant do it, you can always install a temp copy of phpmyadmin in your domains web space and then login manually that way...
  16. A

    Plesk 11 vs Cpanel 11

    I see there is a feature comparison about what Plesk offers over cPanel in this doc https://parallelsnetwork.com/wp-content/uploads/2012/05/Parallels-Plesk-Panel-11-vs-cPanel-111.pdf But is there one that exists the other way - as to what features cpanel offers that Plesk still doesnt yet...
  17. A

    installing plesk panel 9 with php 5.2

    I dont believe that you can use anything other than a 9 license with plesk 9. Although php isnt a plesk thing so it comes with the OS you use, or a third party repo like art so you can install any php version you want no matter what version of Plesk you use. I would always recomend to use the...
  18. A

    Plesk 11.X

    from what I heard it is in RTM, but will be GA next week
  19. A

    Cannot install a Java application

    none of this helped me, all I can find on line is that the customer may not have installed a proper war bundle - is there anything else that can be looked at?
  20. A

    Dump does not exist in repository

    have you tried using the migration manager to move the domains over to the new server? or maybe the CLI? /usr/local/psa/bin/pleskbackup clients-name [clients here] -v --only-hosting --skip-logs --output-file=clients1 Then test it on the new system after ftping it...
Back
Top