Applogic__notes
_toc_
.rc.local
- must be executeble (chmod +x)
php-xml rpm install
Rather than use yum install for anything on the web tier,
we do the following so we don't have to branch the web appliance.
We need to use a php dom-xml package that is not typically deployed.
We follow this general approach:
And we have to install the following:
- php-xml-5.1.6-23.2.el5_3.x86_64.rpm
- ftp://ftp.muug.mb.ca/mirror/centos/5.3/updates/x86_64/RPMS/php-xml-5.1.6-23.2.el5_3.x86_64.rpm
with this dependency
- php-common-5.1.6-23.el5.x86_64.rpm
- http://rpm.pbone.net/index.php3/stat/4/idpl/12383825/com/php-common-5.1.6-23.el5.x86_64.rpm.html
http://doc.3tera.com/AppLogic24/CatWebserversWeb.html
install the php xml modules on WEB64 without branching
install this package
- ftp://ftp.muug.mb.ca/mirror/centos/5.3/updates/x86_64/RPMS/php-xml-5.1.6-23.2.el5_3.x86_64.rpm
- do not use yum install
follow these instructions
.htconf
todo - get this from code/web