H-Sphere versions: 2.4.x
Update CP Apache to hsphere-cpanel-apache-1.3.34-2, which provides some changes to httpd.conf,
updates mod_jk and eliminates mod_jserv module.
This update also eliminates
a security hole
by making corrections to httpd.conf.
Requirements
Make sure to have the following packages installed before you start the upgrade:
- The latest OpenSSL for all versions of H-Sphere. Install it as per OpenSSL documentation
- The latest zlib update which eliminates potential security vulnerabilities in previous versions.
Procedure
- Log into your control panel server as root:
su -
- Unpack the archive:
tar xzf u-apache-cp-1.3.34-2.tgz
- Enter the unpacked directory:
cd u-apache-cp-1.3.34-2
- H-Sphere is stopped automatically by the Update script. To make sure it is stopped, run:
Linux:
/etc/rc.d/init.d/httpdcp stop
FreeBSD:
/usr/local/etc/rc.d/apachecp.sh stop
To stop SiteStudio, stop Imaker by running:
kill -9 `ps -axw|grep imaker.sh |grep -v grep|awk '{print $1}'`
kill -9 `ps -axw|grep ImageMaker|grep -v grep|awk '{print $1}'`
- Run the update:
sh update.sh | tee update.sh.log
- Make sure CP is started properly:
ps axw | grep httpd |grep cpanel
ps axw | grep java
If it isn't, run:
Linux:
/etc/rc.d/init.d/httpdcp start
FreeBSD:
/usr/local/etc/rc.d/apachecp.sh start
- Start ImageMaker:
Linux:
# /hsphere/shared/SiteStudio/imaker.sh start >& /hsphere/shared/SiteStudio/var/error_log 2>&1 &
FreeBSD:
# /hsphere/shared/SiteStudio/imaker.sh start >& /hsphere/shared/SiteStudio/var/error_log &
- View Update screen:
less update.sh.log
|