wget http://www.outoforder.cc/downloads/mod_log_sql/mod_log_sql-1.101.tar.bz2
bunzip
tar -xvf
cd
/configure –with-apxs=/usr/local/apache/bin/apxs –with-mysql=/usr
make
make install
mysql -u root -p
mysql> create database apachelog;
Configuring Apache to log to MySQL using mod_log_sql in httpd.conf
LoadModule log_sql_module /usr/local/apache/libexec/mod_log_sql.so
LoadModule log_sql_mysql_module /usr/local/apache/libexec/mod_log_sql_mysql.so
The app development industry is evolving at an incredible pace. A decade ago, creating an application required extensive programming knowledge,…
Introduction to Cloud Hosting In today's digital world, website performance can make or break an online business. Whether you run…
In the world of digital marketing, getting attention is only half the battle. The real goal is to convince people…
Introduction In today's digital world, understanding website bandwidth is essential for anyone running a website. Whether you own a blog,…
Artificial intelligence is changing the tech world at lightning speed. From automated chatbots to AI-generated applications, many people are now…