Importance of Dedicated IP with respect to Isolation!

Email delivery is required for authentication process to complete processes of mails. A dedicated IP address involves a manual set up of dedicated resources such as DNS, dedicated email queue on email engine, and dedicated bounce management for your organization. Your messages may end up in the spam folder due to content filter rules and […]

MySQL-python : Installation

wget http://downloads.sourceforge.net/mysql-python/MySQL-python-1.2.2.tar.gz gzip -d MySQL-python-1.2.2.tar.gz tar -xvf MySQL-python-1.2.2.tar.gz cd MySQL-python-1.2.0 python setup.py build python setup.py install Thats all.  

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