Monthly Archive: February 2008

Feb 20

ipower web hosting is the worst hosting company in the world

Fix for MySQL upgrade without any notification. Completely broke all ecommerce on 2 of my sites hosted at ipower.com Recommendation: never never never never never ever use IPOWER.com for anything. http://forums.oscommerce.com/index.php?showtopic=230304

Feb 03

RSA Access Manager 6.0 install

Receive AXM60.zip from RSA Unzip in your installs directory $install_dir/linux-x86/ct_servers/install-server.sh

Feb 03

Link Apache to Jboss with mod_jk

Using Mod_jk 1.2 with JBoss Using mod_jk 1.2.x with JBoss/Tomcat bundle and Apache2 Quick Overview Download Apache2 Download modjk 1.2.x Change the main Apache config to include modjk config Create the modjk config Configure the modjk workers (which JBoss/Tomcat nodes Apache uses) Configure the Apache URIs served by modjk (the applications served by JBoss/Tomcat) Restart …

Continue reading »

Feb 03

Apache Install on Linux

Download $ lynx http://httpd.apache.org/download.cgi Extract $ gzip -d httpd-NN.tar.gz $ tar xvf httpd-NN.tar $ cd httpd-NN Configure $ ./configure –prefix=PREFIX Compile $ make Install $ make install Customize $ vi PREFIX/conf/httpd.conf Test $ PREFIX/bin/apachectl -k start