• 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
  • Please beaware of a breaking change in the REST API on the current Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

No succesfull Installation on ubuntu 14.04 64bit

Sven_Amend

New Pleskian
Hello Community,

today i have startet an installation of plesk 12 on the above named OS after i have tested plesk 12 under debian 7.4. I have setup quota service on my ubuntu OS and executed apt-get update before i used the following shell skript http://autoinstall.plesk.com/one-click-installer to do the installation of plesk 12. In the Installation-Wizard i became lots of erros:
Err http://autoinstall.plesk.com/ubuntu/PSA_12.0.18/ trusty/all plesk-platform-runtime amd64 1.0-892097.14062518
403 Forbidden file type or location: http://autoinstall.plesk.com/ubuntu...latform-runtime_1.0-892097.14062518_amd64.deb
Err http://autoinstall.plesk.com/ubuntu/PSA_12.0.18/ trusty/all plesk-librdbmspp amd64 2.0-735641.14062518
403 Forbidden file type or location: http://autoinstall.plesk.com/ubuntu...lesk-librdbmspp_2.0-735641.14062518_amd64.deb
Err http://autoinstall.plesk.com/ubuntu/PSA_12.0.18/ trusty/all sw-libboost-date-time1.54.0 amd64 1.54.0-14060316


Please can you help me?

Kind Regards from Germany
 
Thanks for your reply Igor but your tipp did not work for me, i get the same errors as descriped about with your solution
 
Al these URLs are accessible for me. Do you have any firewall or something wrong in network infrastructure?
 
Hmm on my Host i have opened allte the needed Ports which are listed in the link http://kb.odin.com/en/391 and i can ping the autoinstall.plesk.com wihtout any problems other installation like apt-get install apache2 are working perfect
 
Strange. There is really something wrong with your network. Or maybe you have some mirror there?
I can download it on any my test servers.
 
Hi Sven_Amend,

I suggest the following steps, to install Plesk on Ubuntu 14.04 :

sudo apt-get install php5
sudo apt-get remove apparmor
( Apparmor can cause issues/problems, which you can avoid, by removing it )
sudo wget -O plesk-installer.sh http://autoinstall.plesk.com/plesk-installer

The Plesk installer might not run with a simple "su" - command, I suggest to use "sudo su" and then

./plesk-installer.sh

... to install Plesk.​

If you experience issues, please provide some errors and/or error - logs, which might help to investigate your issues.
 
Back
Top