summaryrefslogtreecommitdiff
path: root/www/mod_log_sql2/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* www/mod_log_sql: Fix PID > 65535Bernard Spil2020-08-064-121/+0
| | | | | | | | | | | | * PID > 65535 when 'LogSQLCreateTables On' [1] * Fix WWW address * 2 suffix (for Apache 2) is redundant, remove PR: 243793 [1] Submitted by: Tommy P <tommyhp2 gmail com> Notes: svn path=/head/; revision=544278
* Convert to UCL & cleanup pkg-message (categories w)Mathieu Arnold2019-08-141-6/+10
| | | | Notes: svn path=/head/; revision=508913
* - allow build with apache22/24Olli Hauer2014-09-105-19/+74
| | | | | | | | | | | | | | - add pkg-message - remove install message from Makefile - remove apache13 fix - add sample module config file instead using apxs to install the LoadModule lines into httpd.conf - install module file into APACHEETCDIR/modules.d Special Thanks to Simon Wright for testing the port! Notes: svn path=/head/; revision=367890
* - fix commit r346541Olli Hauer2014-03-021-0/+51
| | | | | | | Pointyhat to: miwi Notes: svn path=/head/; revision=346813
* - Update to 1.100Clement Laforet2005-01-161-71/+0
| | | | Notes: svn path=/head/; revision=126593
* - Fix build without SSL support (common case, with apache13* ports)Clement Laforet2004-09-141-3/+27
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118166
* - We are no more forced to used libdbiClement Laforet2004-08-081-0/+47
| | | | | | | Obtained from: authors Notes: svn path=/head/; revision=115621
* - Update to 1.99Clement Laforet2004-07-311-31/+0
| | | | | | | | | This release reuires an useless dependency on libdbi (since dbi support is not complete). I'll try to make this ports libdbi-free soon. Notes: svn path=/head/; revision=115145
* Add mod_log_sql 1.97.Clement Laforet2004-04-162-0/+42
This add-on module allows the apache web server to use a MySQL database for logging of all operations. WWW: http://www.outoforder.cc/projects/apache/mod_log_sql/ This release add supports for apache2. Notes: svn path=/head/; revision=107264