aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_useragent
Commit message (Collapse)AuthorAgeFilesLines
* - Mark SAFE apache@ ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-171-0/+2
| | | | Notes: svn path=/head/; revision=234060
* - Fix a condition in bsd.apache.mkClement Laforet2005-12-042-4/+4
| | | | | | | | - all apache 1.3 only modules maintained by apache@ are now bsd.apache.mk compliant Notes: svn path=/head/; revision=150376
* - prepare removal of www/apache2 in favor of www/apache20 for namingClement Laforet2005-12-041-1/+1
| | | | | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus Notes: svn path=/head/; revision=150328
* - Assign maintainership to freshly created apache@ mailing listClement Laforet2004-08-181-1/+1
| | | | Notes: svn path=/head/; revision=116602
* - Add mirror to fix the build for release.Clement Laforet2004-04-211-1/+2
| | | | | | | | Notice by: bento via kris Approved by: portmgr (marcus) Notes: svn path=/head/; revision=107777
* Add mod_auth_useragent 1.0Clement Laforet2004-04-163-0/+38
mod_auth_useragent allows you to forbid clients based on their User-Agent by placing a single line in your Apache httpd.conf. Be aware that this is by no means a security measure as it is trivial to change your User-Agent in most browsers. WWW: http://tangent.org/index.pl?lastnode_id=478&node_id=423 Notes: svn path=/head/; revision=107247