notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
mod_log_sql2 Allows Apache to log to a MySQL database
1.101_6 www Deleted on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.101_6Version of this port present on the latest quarterly branch.
Maintainer: apache@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-04-16 19:58:11
Last Update: 2020-08-06 15:09:18
SVN Revision: 544278
People watching this port, also watch:: openssl
Also Listed In: databases
License: not specified in port
WWW:
http://www.outoforder.cc/projects/apache/mod_log_sql/
Description:
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. @sample etc/apache24/modules.d/330_mod_log_sql.conf.sample
  2. libexec/apache24/mod_log_sql.so
  3. libexec/apache24/mod_log_sql_mysql.so
  4. libexec/apache24/mod_log_sql_logio.so
  5. libexec/apache24/mod_log_sql_ssl.so
  6. @comment libexec/apache24/mod_log_sql_dbi.so
Collapse this list.
Dependency lines:
  • ap24-mod_log_sql>0:www/mod_log_sql2
No installation instructions:
This port has been deleted.
PKGNAME: ap24-mod_log_sql
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (mod_log_sql-1.101.tar.bz2) = 0907579b0466844f7f1886af92a9ea36b4815ec869929ba577c74d32b6d69a5e SIZE (mod_log_sql-1.101.tar.bz2) = 127500

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. apxs : www/apache24
  2. gmake : devel/gmake
Runtime dependencies:
  1. apxs : www/apache24
Library dependencies:
  1. libmysqlclient.so.20 : databases/mysql57-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ap24-mod_log_sql-1.101_6: DBI=off: depend on databases/libdbi DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
apache:2.2+ gmake mysql tar:bzip2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.outoforder.cc/downloads/mod_log_sql/
Collapse this list.

Number of commits found: 37

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.101_6
06 Aug 2020 15:09:18
Revision:544278Original commit files touched by this commit
brnrd search for other commits by this committer
www/mod_log_sql: Fix PID > 65535

 * 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>
1.101_6
15 Nov 2019 10:12:08
Revision:517643Original commit files touched by this commit
tobik search for other commits by this committer
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
1.101_6
14 Aug 2019 12:25:09
Revision:508913Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories w)
1.101_6
11 Mar 2018 17:38:46
Revision:464189Original commit files touched by this commit
brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache (category www)

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
1.101_6
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
1.101_6
10 Sep 2014 20:58:28
Revision:367890Original commit files touched by this commit
ohauer search for other commits by this committer
- allow build with apache22/24
- 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!
1.101_5
26 Aug 2014 02:09:46
Revision:366176Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch databases/libdbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
1.101_4
19 Aug 2014 13:43:49
Revision:365378Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix plist for WITH_DBI case

Approved by:	portmgr blanket
MFH:		2014Q3
1.101_4
11 Jun 2014 14:50:00
Revision:357486Original commit files touched by this commit
tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.101_4
15 Mar 2014 08:12:20
Revision:348295Original commit files touched by this commit
miwi search for other commits by this committer
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES
1.101_4
02 Mar 2014 21:51:34
Revision:346813Original commit files touched by this commit
ohauer search for other commits by this committer
- fix commit r346541

Pointyhat to: miwi
1.101_4
28 Feb 2014 16:19:11
Revision:346541Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
1.101_4
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
1.101_4
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
1.101_4
22 Sep 2012 21:15:51
Revision:304723Original commit files touched by this commit
ohauer search for other commits by this committer
- USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@
1.101_4
18 Aug 2012 14:29:11
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
1.101_4
01 Jan 2012 16:47:41
Original commit files touched by this commit
ohauer search for other commits by this committer
- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
1.101_4
20 Aug 2011 17:27:52
Original commit files touched by this commit
ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
1.101_3
19 Mar 2011 13:15:34
Original commit files touched by this commit
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
1.101_2
07 Mar 2011 15:59:27
Original commit files touched by this commit
clsung search for other commits by this committer
- dbi.0 => dbi.1
- bump PORTREVISION
1.101_1
13 Feb 2011 19:45:34
Original commit files touched by this commit
ohauer search for other commits by this committer
- fix pkg-plist
- cleanup Makefile
- remove MD5 from distfile

PR:             ports/147009
1.101
27 May 2010 21:19:17
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 1/3:
    - apxs -a is install
    - apxs -A is uninstall

PR:             ports/147139
Reviewed by:    portmgr (pav)
With Hat:       apache@
1.101
25 May 2010 20:17:37
Original commit files touched by this commit Sanity Test Failure
pgollucci search for other commits by this committer
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
1.101
17 May 2009 07:24:35
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes
1.101
20 Mar 2007 10:38:12
Original commit files touched by this commit
clement search for other commits by this committer
- Update to 1.101
- Convert to USE_APACHE framework
1.100
13 May 2006 04:41:22
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with W
1.100
24 Jan 2006 03:14:23
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.100
04 Dec 2005 00:18:15
Original commit files touched by this commit
clement search for other commits by this committer
- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:             ports/78119
Repocopied by:  marcus
1.100
22 Jan 2005 09:37:52
Original commit files touched by this commit
kuriyama search for other commits by this committer
Append missing space separator for $SSL variable.

Reported by:    pointyhat via kris
1.100
16 Jan 2005 15:52:22
Original commit files touched by this commit
clement search for other commits by this committer
- Update to 1.100
1.99
14 Sep 2004 16:18:57
Original commit files touched by this commit
clement search for other commits by this committer
- Fix build without SSL support (common case, with apache13* ports)

Approved by:    portmgr (marcus)
1.99
18 Aug 2004 16:21:56
Original commit files touched by this commit
clement search for other commits by this committer
- Assign maintainership to freshly created apache@ mailing list
1.99
08 Aug 2004 10:03:56
Original commit files touched by this commit
clement search for other commits by this committer
- We are no more forced to used libdbi

Obtained from:  authors
1.99
31 Jul 2004 12:17:00
Original commit files touched by this commit
clement search for other commits by this committer
- Update to 1.99
This release reuires an useless dependency on libdbi (since dbi support
is not complete).
I'll try to make this ports libdbi-free soon.
1.97
30 Apr 2004 12:53:50
Original commit files touched by this commit
clement search for other commits by this committer
- Fix LATEST_LINK conflict
- Grab back maintainership
1.97
18 Apr 2004 11:49:33
Original commit files touched by this commit
clement search for other commits by this committer
- Remove blank line at the end of pkg-plist
- Cosmetic changes in Makefile
1.97
16 Apr 2004 19:57:21
Original commit files touched by this commit
clement search for other commits by this committer
Add mod_log_sql 1.97.

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.

Number of commits found: 37