aboutsummaryrefslogtreecommitdiff
path: root/www/mod_uid
Commit message (Collapse)AuthorAgeFilesLines
* - build with apache22, and remove DEPRECATED/EXPIRATION_DATE/IGNOREYen-Ming Lee2011-09-081-8/+2
| | | | Notes: svn path=/head/; revision=281464
* - Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months ↵Philip M. Gollucci2011-09-071-1/+1
| | | | | | | | | | | | | from now). - This can be changed later as needed, if at all, either way we won't remove them until after 9.0 is released. With Hat: apache@ Reported by: dvl via freshports Notes: svn path=/head/; revision=281344
* - set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"Olli Hauer2011-08-271-0/+3
| | | | | | | with hat apache@ Notes: svn path=/head/; revision=280566
* - add test for apache versionOlli Hauer2011-06-271-2/+4
| | | | | | | | | | | - set USE_APACHE=13 explicit, since build with higher version is long time broken. with hat apache@ (with focus on changing default apache version to 22) Notes: svn path=/head/; revision=276526
* - use apache range instaed of '+' port does not support apache20/22Olli Hauer2011-06-261-2/+2
| | | | Notes: svn path=/head/; revision=276450
* - mark port broken if apache > 13 (maintainer timeout)Olli Hauer2011-03-301-5/+8
| | | | | | | | PR: ports/154760 Submitted by: ohauer Notes: svn path=/head/; revision=272013
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Mark remaining mod_* ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-211-0/+2
| | | | | | | | PR: ports/134611 Approved by: pav (#bsdports) Notes: svn path=/head/; revision=234362
* - USE_APACHE=yes is deprecatedYen-Ming Lee2009-04-122-15/+10
| | | | | | | | | | | | - WITH_APACHE2=yes is deprecated - Convert to AP_FAST_BUILD/AP_GENPLIST - Works with 13,20, and 22 PR: 133635 Submitted by: pgollucci Notes: svn path=/head/; revision=232209
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* add missing directory.Yen-Ming Lee2004-05-211-0/+1
| | | | Notes: svn path=/head/; revision=109597
* SIZEify my ports.Yen-Ming Lee2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104359
* add mod_uid-1.1.0Yen-Ming Lee2004-01-054-0/+57
The standard distribution of Apache does not provide adequate means for user tracking, and this module provides them. What it actually does: + if the user has provided the cookie header with the correct cookie-name, the module writes this cookie in notes with the name uid_got (accordingly, then it may be written to the log); + if the user has arrived without the required cookie, the module issues the SetCookie header for him/her and writes the cookie thus issued in notes with the name uid_set (and this may also be written to the log); + if built-in P3P support is included, the P3P header is also issued as the Set-Cookie header is issued. WWW: http://www.lexa.ru/programs/mod-uid-eng.html Notes: svn path=/head/; revision=97376