Difference between revisions of "Plesk 11"

From Server Knowledge Base
Jump to navigationJump to search
(Created page with "Under construction * Release notes between version 10.4.4 and 11: http://download1.parallels.com/Plesk/PP11/11.0/release-notes/parallels-plesk-panel-11.0-for-linux-based-os.h...")
 
m
Line 4: Line 4:


* Bug: On Plesk 11 for a Domain or Wildcard SSL if the CA is not picked or it says it is incorrect when it is the right one, do /opt/psa/admin/bin/nginxmng --disable and then [http://www.sslshopper.com/ssl-checker.html check it]. Alternatively, install it through the autoinstaller (/usr/local/psa/admin/bin/autoinstaller) and replace the entire SSL.
* Bug: On Plesk 11 for a Domain or Wildcard SSL if the CA is not picked or it says it is incorrect when it is the right one, do /opt/psa/admin/bin/nginxmng --disable and then [http://www.sslshopper.com/ssl-checker.html check it]. Alternatively, install it through the autoinstaller (/usr/local/psa/admin/bin/autoinstaller) and replace the entire SSL.
* In Plesk 11 IP addresses now cannot be Dedicated with a Default Site set whilst other domains share the IP Address. However you can just set the Default Site now and preview a site via the IP address as a Shared IP.


* Unencrypted mail passwords can still be seen using /opt/psa/admin/bin/mail_auth_view
* Unencrypted mail passwords can still be seen using /opt/psa/admin/bin/mail_auth_view

Revision as of 15:13, 8 February 2013

Under construction

  • Bug: On Plesk 11 for a Domain or Wildcard SSL if the CA is not picked or it says it is incorrect when it is the right one, do /opt/psa/admin/bin/nginxmng --disable and then check it. Alternatively, install it through the autoinstaller (/usr/local/psa/admin/bin/autoinstaller) and replace the entire SSL.
  • In Plesk 11 IP addresses now cannot be Dedicated with a Default Site set whilst other domains share the IP Address. However you can just set the Default Site now and preview a site via the IP address as a Shared IP.
  • Unencrypted mail passwords can still be seen using /opt/psa/admin/bin/mail_auth_view

Access MySQL in Unix CLI

mysql -uadmin -p`cat /etc/psa/.psa.shadow`;

or

cat /etc/psa/.psa.shadow
mysql -uadmin -p'$AES...==';

EngineX (nginx)

  • See these links if Nginx is adding port 7080 to PHP files or redirecting. Alternatively you can run: /usr/local/psa/admin/bin/nginxmng --disable
  • When serving static content by default Nginx sometimes times out waiting for a response. Disable it in this case.
  • Changing the nginx timeout settings can cause other issues. If running long running scripts is something you will do only occasional you may want to re-enable it in Plesk in the server components settings.