When you want to insert larger CSV file in to a mysql database using PhpMyadmin or any other GUI tools it may take long time or even it may be stopped. You can easily Import the CSV file in to mysql database using mysql command. Log on to the server and open mysql command and [...]
Archive for May, 2010
install mod ssl on apache
May 19th, 2010
Aneesh I am going to give you the steps to install mod_ssl on an Apache server by compiling the source.
Download the following packages
1. apache_1.3.14.tar.gz http://www.apache.org
2. openssl-0.9.6.tar.gz http://www.openssl.org
3. mod_ssl-2.7.1-1.3.14.tar.gz http://www.modssl.org
I have created a folder called /downloads/src and downloaded all packages here
Go to Apache source files and compile it as shown below
# ./configure –enable-module=so [...]



Posted in

