diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-10-08 10:32:04 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-10-08 10:32:04 +0000 |
commit | 94e7ae3a00b4e9f44cf5be7803d5b787c1a520be (patch) | |
tree | c25036dec948f68a60af4dbb64448241e3f02405 /www/Makefile | |
parent | d2534ef045cd2f68ae6218770ceb87ea0b7dc392 (diff) |
Add mod_auth_remote 0.1 - an Apache module for authentication against
a remote web server/page.
PR: 57656
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes:
svn path=/head/; revision=90606
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2a0d8a99192e..f573e4612eb0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -194,6 +194,7 @@ SUBDIR += mod_auth_pgsql SUBDIR += mod_auth_pgsql2 SUBDIR += mod_auth_pwcheck + SUBDIR += mod_auth_remote SUBDIR += mod_backhand SUBDIR += mod_bandwidth SUBDIR += mod_bf |