Categories: Hostripples Featured

Install mod_log_sql

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


HR-ADMIN

Recent Posts

From Hobbyist to Professional: Selling Photos Online

In today's digital age, the line between hobby photography and professional photography has become increasingly blurred. With the rise of…

2 days ago

Windows Web Hosting: Essential Insights for Beginners

Are you taking your first steps into the world of web hosting? You're not alone. Every day, countless individuals and…

4 days ago

Crafting a Professional Email: Step-by-Step Guide

Due to growing digitalization, Email Communication has become the backbone of professional interactions. Yet, surprisingly, many professionals struggle to craft…

2 weeks ago

Demystifying SSL: What Every Website Owner Should Know

As the digital landscape continues to evolve, securing your website has never been more crucial. SSL, or Secure Sockets Layer,…

3 weeks ago

Cyberduck and FileZilla: A Comprehensive Comparison

As a web designer and web developer your experience must have reached to new height, right? Further, you need to…

1 month ago