mod_auth_mysql : How to install

wget http://prdownloads.sourceforge.net/modauthmysql/mod_auth_mysql-2.9.0.tar.gz?download tar xvzf mod_auth_mysql-2.9.0.tar cd mod_auth_mysql-2.9.0.tar /usr/local/apache/bin/apxs -c -lmysqlclient -lm -lz -I /usr/include/mysql/ mod_auth_mysql.c /usr/local/apache/bin/apxs -i mod_auth_mysql.so configtest Restart the live Apache server /etc/init.d/httpd restart

See More

Mivavm

1. Place the file “cgi-bin/mivavm” in your Apache “cgi-bin” directory. 2. Change the ownership and permissions of the “mivavm” binary with the following commands: # chown root.root mivavm # chmod 4755 mivavm 3. Add the following lines to your “httpd.conf” (or “srm.conf”, if using an older version of Apache). SetEnv MvCONFIG_LIBRARY /usr/local/src/mivavm-v5.06/lib/config/env.so SetEnv MvCONFIG_DIR_MIVA /usr/local/apache/htdocs […]

See More

RVsiteBuilder Migration

1. Install RVSiteBuilder on the NEW server, follow the installation at http://rvsitebuilder.com/installation.htm. 2. Make sure the transferring hosting accounts has moved from the OLD to the NEW server. 3. Create the new hosting account on the NEW server or pick one of the existing account with unlimited disk space. This account will be a place […]

See More