#get apache version
yum list | grep httpd
#get according package set from plesk
mkdir APACHE_2.2.22
rsync -avu rsync://rsync.autoinstall.plesk.com/autoinstall/APACHE_2.2.22/ ./APACHE_2.2.22/
#get dependancies
wget...
my solution
#get apache version
yum list | grep httpd
#get according package set from plesk
mkdir APACHE_2.2.22
rsync -avu rsync://rsync.autoinstall.plesk.com/autoinstall/APACHE_2.2.22/ ./APACHE_2.2.22/
#get dependancies
wget...
Same issue
Panel version: 11.0.9 Update #36
OS: CentOS 5.8 (Final)
I have this installed:
httpd.x86_64 1:2.2.22-12070410
possible to get compatable httpd-devel package?