<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span class=postbody><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>I'm trying to setup mod_log_sql to log my apache
access log entries in a mysql 5 database. I have installed mod_log_sql version
1.100 from sid using aptitude install libapache2-mod-log-sql. </span></font></span><br>
<br>
<span class=postbody>I then created the tables using a SQL file created by the
developer of the package to create them for me. The documentation,
unfortunately, it is not debian centric and is asking me to put things in my
httpd.conf file such as:<o:p></o:p></span></p>

<p class=MsoNormal><span class=postbody><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'><o:p>&nbsp;</o:p></span></font></span></p>

<p class=MsoNormal><i><font size=3 face="Times New Roman"><span
style='font-size:12.0pt;font-style:italic'>Example: Use the MySQL database
called &quot;apachelogs&quot; running on &quot;dbmachine.foo.com&quot;. Use
username &quot;loguser&quot; and password &quot;l0gg3r&quot; to authenticate to
the database. Permit the module create tables for us. <br>
<br>
LogSQLLoginInfo dbmachine.foo.com loguser l0gg3r <br>
<br>
LogSQLDatabase apachelogs <br>
<br>
LogSQLCreateTables on <br>
<br>
If your database resides on localhost instead of another host, specify the
MySQL server's socket file as follows: <br>
<br>
LogSQLSocketFile /your/path/to/mysql.sock <br>
<br>
If your database is listening on a port other than 3306, specify the correct
TCP port as follows: <br>
<br>
LogSQLTCPPort 1234<o:p></o:p></span></font></i></p>

<p class=MsoNormal><i><font size=3 face="Times New Roman"><span
style='font-size:12.0pt;font-style:italic'><o:p>&nbsp;</o:p></span></font></i></p>

<p class=MsoNormal><span class=postbody><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>There is no area to do this in httpd.conf really, in
fact it is a blank file since I am on apache2. Do I just add these directives
in myself? Please advise, I am using the documentation located here: <a
href="http://www.outoforder.cc/projects/apache/mod_log_sql/docs/node4.html#SECTION00042000000000000000"
target="_blank">http://www.outoforder.cc/projects/apache/mod_log_sql/docs/node4.html#SECTION00042000000000000000</a>
</span></font></span><br>
<span class=postbody>and my server is Etch based running MySQL 5 Apache 2 and
yes, I did install the mod_log_sql from the unstable repo sid. Also I did
verify the modules is in /etc/mods-enabled/ and did restart apache, but I guess
I still need to configure the module so it knows where to insert records. I am
a developer, not a sys admin, sorry, but thanks for your help in advance.&nbsp; I
tried just adding the parameters to httpd.conf and restarting apache, it
restarts with no errors, but I get timeouts when attempting to access my page.</span><font
size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'><o:p></o:p></span></font></p>

</div>

</body>

</html>