• 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.

Search results

  1. A

    How to change default FTP port in Plesk 12.5.30?

    I would imagine its as easy as modifying the Port in /etc/proftpd.conf and then restarting xinetd service - and of course allowing the ports through any firewalls if you have any.
  2. A

    WordPress Toolkit issues after upgrade to 12.5.30

    did you ever get this resolved?
  3. A

    How to disable TLS 1.0

    Igor, one thing I noticed is that the ssl protocols doesnt like TLS1.1 or 1.0 - it compains about it and errors out. Error(s) in command line options: Unknown option 'TLSv1.1': /usr/local/psa/bin/server_pref -u -ssl-protocols TLSv1.2 TLSv1.1 TLSv1.0 Error(s) in command line options: Unknown...
  4. A

    spdy parameter requires ngx_http_spdy_module

    Not much of a help to solve the problem but you could always disable nginx /usr/local/psa/admin/sbin/nginxmng -e
  5. A

    How to disable TLS 1.0

    Hi, which service/port is your TLS showing enabled on? (I'm going to assume you mean for the Plesk CP itself - port 8443) For me the /etc/sw-cp-server/config had TLSv1 in it as well - my test showed it enabled Supported versions: TLSv1.0 TLSv1.1 TLSv1.2 Deflate compression: no I removed...
  6. A

    MYSQLD Crash

    Your log doesnt show mysql exiting, its mostly just warnings and notes This line specifically seems to indicate that the server is online and ready for work 151009 13:18:25 [Note] /usr/libexec/mysqld: ready for connections. Version: '5.5.44-cll-lve' socket: '/var/lib/mysql/mysql.sock' port...
  7. A

    [SOLVED] Enable php SOAP on CentOS

    Try putting the enable module line directly into your ini file /opt/alt/php54/etc/php.ini ; Enable soap extension module extension=soap.so
  8. A

    Resolved MsSql in Plesk 12.5

    So first install the RPM (assuming you're on CentOS) yum install php-mssql Then go into the php.ini file and enable the module - in some systems you would just create the mysql.ini file in /etc/php.d/mssql.ini and have it say ; Enable mssql extension module extension=mssql.so In other...
  9. A

    How to get app vault items

    Thank you much for the reply - in your screen shot you have a list of applications to select. My list is empty - how do I get that list to populate?
  10. A

    How to get app vault items

    Hi guys, I just installed Plesk 12.0.18 and I am trying to get application vault items, but I dont see any way to chose which ones are able to be installed (the server has none - including no wordpress). How do I get the list of apps that I can install like was present in the older versions?
  11. A

    Password of IWAM_plesk(default) Windows Account

    Hi Omar, Could you elaborate on what you mean? I dont think Plesk 8.x for windows is compatible with PPA, and Im not sure what IIS password you are referring to. If you are using local accounts you would do it through the user manager in windows - you can use one of the resources listed here...
  12. A

    Password of IWAM_plesk(default) Windows Account

    I would suggest reading up the subject from Microsoft. Here is a very basic overview of the metabase http://support.microsoft.com/kb/240941 After that if you still need general answers to questions like that I would refer you to google.
  13. A

    Fix for mod_fcgid exploit?

    You can also get the srpm from the same place if you browse up a few directories. I've been using either the ART version or the cloud linux version for years now with out issue.
  14. A

    Plesk 9.5.4 Installation from RHEL6 (x64)

    #1 I would recommend not to install 9.5.x anymore, since its been EOL (end of lifed) you wont get updates or support on it. With that said, I would also not use the third party stuff to install it. Add in the third party repos once you are done installing and then update your system. If you...
  15. A

    Upgrade from 9.5.4 to 11.*

    My understanding of this would be to remove the < > and just enter the PW or maybe even php -d safe_mode=Off plesk115_preupgrade_checker.php `cat /etc/psa/.psa.shadow ` so you dont have to type it in
  16. A

    Fix for mod_fcgid exploit?

    maybe try one of the atomic packages? http://3es.atomicrocketturtle.com/channels/atomic/centos/5/x86_64/RPMS/mod_fcgid-2.3.4-2.el5.art.x86_64.rpm You could also run this wget -q -O - http://www.atomicorp.com/installers/atomic | sh and then yum -y upgrade to see if it will update your...
  17. A

    update EV SSL Certificate ?

    if they are giving you a brand new certificate just install it using the Plesk UI like any other cert and then switch the domain to use it.
  18. A

    I tried to deliver a bounce message to this address, but the bounce bounced!

    I am assuming you are using postfix - if so then maybe this thread could help you? http://www.linuxquestions.org/questions/linux-server-73/postfix-how-to-reject-incoming-mail-as-in-sendmail's-error-nouser-671883/
  19. A

    Removing Webalizer

    You can remove it manually if you like rpm -e webalizer --nodeps Then if you find out Plesk is broken or wont work properly just re-add it yum install webalizer or use the auto installer to add it back in
  20. A

    Incorrect disk space usage reported

    Thank you for sharing spid3r - how did you know that you needed to create that directory? Did you have something in a log file or some error that indicated that this directory was needed but not present?
Back
Top