aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_uid
Commit message (Collapse)AuthorAgeFilesLines
* - Mark remaining mod_* ports MAKE_JOBS_SAFE=yespgollucci2009-05-221-0/+2
| | | | | PR: ports/134611 Approved by: pav (#bsdports)
* - USE_APACHE=yes is deprecatedleeym2009-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
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* add missing directory.leeym2004-05-211-0/+1
|
* SIZEify my ports.leeym2004-03-181-0/+1
| | | | Submitted by: trevor
* add mod_uid-1.1.0leeym2004-01-064-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