Mod_Bandwidth

“Mod_bandwidth” (mod bandwidth) is a module for the Apache webserver that enable the setting of server-wide or per connection bandwidth limits, based on the directory, size of files and remote IP/domain. For Apache 1.3x. ONLY! This how-to is not compatible with old versions of apache, including but not limited to 1.3beta How to install mod_bandwidth […]

See More

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