Port details |
- mod_log_sql2 Allows Apache to log to a MySQL database
- 1.101_6 www
=3 1.101_6Version of this port present on the latest quarterly branch.
- Maintainer: apache@FreeBSD.org
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache24
- gmake : devel/gmake
- Runtime dependencies:
-
- apxs : www/apache24
- Library dependencies:
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.101_6 06 Aug 2020 15:09:18 |
brnrd |
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 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
1.101_6 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
1.101_6 11 Mar 2018 17:38:46 |
brnrd |
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 |
mat |
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 |
ohauer |
- 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 |
amdmi3 |
- 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 |
amdmi3 |
- Fix plist for WITH_DBI case
Approved by: portmgr blanket
MFH: 2014Q3 |
1.101_4 11 Jun 2014 14:50:00 |
tijl |
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 ) |
1.101_4 15 Mar 2014 08:12:20 |
miwi |
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES |
1.101_4 02 Mar 2014 21:51:34 |
ohauer |
- fix commit r346541
Pointyhat to: miwi |
1.101_4 28 Feb 2014 16:19:11 |
miwi |
- Stage support |
1.101_4 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.101_4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.101_4 22 Sep 2012 21:15:51 |
ohauer |
- 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 |
ohauer |
- 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 |
ohauer |
- 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 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
1.101_3 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
1.101_2 07 Mar 2011 15:59:27 |
clsung |
- dbi.0 => dbi.1
- bump PORTREVISION |
1.101_1 13 Feb 2011 19:45:34 |
ohauer |
- fix pkg-plist
- cleanup Makefile
- remove MD5 from distfile
PR: ports/147009 |
1.101 27 May 2010 21:19:17 |
pgollucci |
- 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 |
pgollucci |
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 |
pgollucci |
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes |
1.101 20 Mar 2007 10:38:12 |
clement |
- Update to 1.101
- Convert to USE_APACHE framework |
1.100 13 May 2006 04:41:22 |
edwin |
Remove USE_REINPLACE from categories starting with W |
1.100 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
1.100 04 Dec 2005 00:18:15 |
clement |
- 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 |
kuriyama |
Append missing space separator for $SSL variable.
Reported by: pointyhat via kris |
1.100 16 Jan 2005 15:52:22 |
clement |
- Update to 1.100 |
1.99 14 Sep 2004 16:18:57 |
clement |
- Fix build without SSL support (common case, with apache13* ports)
Approved by: portmgr (marcus) |
1.99 18 Aug 2004 16:21:56 |
clement |
- Assign maintainership to freshly created apache@ mailing list |
1.99 08 Aug 2004 10:03:56 |
clement |
- We are no more forced to used libdbi
Obtained from: authors |
1.99 31 Jul 2004 12:17:00 |
clement |
- 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 |
clement |
- Fix LATEST_LINK conflict
- Grab back maintainership |
1.97 18 Apr 2004 11:49:33 |
clement |
- Remove blank line at the end of pkg-plist
- Cosmetic changes in Makefile |
1.97 16 Apr 2004 19:57:21 |
clement |
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. |