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

I get this error when I try to install plesk for the first time

C

cyberboss

Guest
ERROR: Unable to install the "psa-8.3.0-cos5.build83071218.19.i586" package.

The following could cause the installation failure:
1)Packages "httpd-2.2.3-7.el5.centos.i386" and "httpd-2.2.3-11.el5_1.centos.3.i386" cannot be installed at the same time
because of the conflict on the file "/etc/httpd/conf.d/README"

2)Packages "httpd-2.2.3-11.el5.centos.i386" and "httpd-2.2.3-11.el5_1.centos.3.i386" cannot be installed at the same time
because of the conflict on the file "/etc/httpd/conf.d/README"

The README doesn't exist so I am wondering. I am running Centos 5.0

Cheers
Ries
 
Hi

Seems Plesk tries to install the older version of the Apache web server. In any case you can remove the existing one. Get to know its version with
rpm -q httpd
then remove with
rpm -e httpd-2.2.6...

Plesk should install the needed one automatically
 
Back
Top