• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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