• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Recent content by Jose Antonio R

  1. J

    Upgrading to Linux Kernel 2.6.32-358.6.2.el6.x86_64 or higher not possible

    Yes, and I contacted with 1&1 with this info but they said me "We have others servers with same configuration and without "grubby fatal error: unable to find a suitable template")..." and they didn't solved it. Everybody with "grubby fatal error: unable to find a suitable template" have 1&1...
  2. J

    Upgrading to Linux Kernel 2.6.32-358.6.2.el6.x86_64 or higher not possible

    Hi, I have the same problem (grubby fatal error: unable to find a suitable template) from some months; With CentOS 6+Plesk 11.x every kernel update, with CentOS 6+ Plesk 12.x every kernel update ... More links about "grubby fatal error: unable to find a suitable template"...
  3. J

    How to disable or uninstall WordPress Toolkit for Plesk 12.x?

    Hi, Is it possible disable or uninstall 'WordPress Toolkit' for Plesk 12.x? Thanks!
  4. J

    CURL don't resolved correctly at same server

    Hi. After some tests by Parallels support, it's a problem with IPV4 and IPV6 (through local network routing). This is the email; Thanks!
  5. J

    CURL don't resolved correctly at same server

    No, only is logged in Apache Error, not in Apache access If I use curl from Server2, it works Ok and access to mydomain.com/my-page.html is logged in Apache access on Server1 Some other check? Thanks
  6. J

    CURL don't resolved correctly at same server

    Yes, but the problem it is only at Server1 with local domains. (Centos 6.5 and Ples 11.5.30#26). Using curl at Server1 for others domains works OK. Server2 and others servers have old versions of Centos and Plesk.
  7. J

    CURL don't resolved correctly at same server

    Thanks Henning, but I can´t give you access to servers (security policy). Please, say me what you need check and I copy results here. Yes, It's strange; It seem that vhost config at Plesk don´t resolved correctly for curl when use with local domains. Apache log "File does not exist...
  8. J

    CURL don't resolved correctly at same server

    Yes, the results are the same.
  9. J

    CURL don't resolved correctly at same server

    Thanks for your answer. Results; SSH at Server1 mydomain.com; #nslookup www.mydomain.com Server: 10.255.XXX.X Address: 10.255.XXX.X#53 Non-authoritative answer: Name: www.mydomain.com Address: 87.106.YY.YYY #ping www.mydomain.com PING www.mydomain.com (87.106.YY.YYY) 56(84)...
  10. J

    CURL don't resolved correctly at same server

    Hi, Server1 of mydomain.com with Centos 6.5 and Ples 11.5.30#26 If visit from browser: http://www.mydomain.com/my-page.html return 200 HTTP (All OK) But using SSH at Server1; curl -o test.html http://www.mydomain.com/my-page.html return 404 HTTP (The requested URL /my-page.html was not...
  11. J

    How sync 'Preferred domain' in all subscriptions?

    Thanks IgorG! It works OK, but I suggest that Plesk include this option to the panel: http://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/4926999-panel-option-for-sync-preferred-domain-www-or-
  12. J

    How sync 'Preferred domain' in all subscriptions?

    Hi, It's possible configure 'Preferred domain' in Service Plans and sync at all subscriptions? I want configure 'Preferred domain'='None' by default for all domains: https://kb.mediatemple.net/_files/articles/2056/.resized_500x292_2056_01.png Thanks!
  13. J

    mod_suphp in Plesk 9 + CentOS 5

    Thanks, with safe_mode off, exec work ok, but what happen with system('id') ? <?php echo "Output of the 'whoami' command:<br /><br />\n"; echo exec('/usr/bin/whoami'); echo '<br/>'; system('id'); $f = fopen ("test.txt", "a"); fputs($f, "it's working !"); fclose($f); phpinfo()...
  14. J

    mod_suphp in Plesk 9 + CentOS 5

    @lvalics; with http://www.grafxsoftware.com/faq.php/HOW-TO-Setup-a-PLESK-Dedicated-Server/1/4/ not work exec in whoami.php, but test.txt is created and owned user is correct. Why not work exec now?; <?php echo "Output of the 'whoami' command:<br /><br />\n"; echo exec('/usr/bin/whoami')...
Back
Top