Port details |
- mod_auth_remote Allows users to authenticate on a remote web server
- 1.0 www
=0 1.0Version of this port present on the latest quarterly branch. DEPRECATED: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
This port expired on: 2011-05-01
- Maintainer: apache@FreeBSD.org
 - Port Added: 2003-10-08 10:34:14
- Last Update: 2011-06-25 09:23:47
- SVN Revision: UNKNOWN
- License: not specified in port
- WWW:
- http://saju.pillai.googlepages.com/mod_auth_remote
- Description:
- mod_auth_remote allows you to authenticate users on one (or more) remote web
server(s), using basic HTTP authentication.
When a request comes in, mod_auth_remote obtains the client username &
password from the client via basic authentication scheme.
It then builds a HTTP header with authorization header built from the client's
userid:passwd. mod_auth_remote then makes a HEAD request to the authentication
server. On reciept of a 2XX response, the client is validated; for all other
responses the client is not validated.
WWW: http://saju.pillai.googlepages.com/mod_auth_remote
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ap20-mod_auth_remote>0:www/mod_auth_remote
- No installation instructions:
- This port has been deleted.
- PKGNAME: ap20-mod_auth_remote
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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/apache20
- Runtime dependencies:
-
- apxs : www/apache20
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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.0 25 Jun 2011 09:23:47
 |
miwi  |
Bye Bye
2011-05-01 irc/gdesklets-irc: Upstream disapear and distfile is no more
available
2011-06-24 net/libevnet: no longer necessary now that libevent2 has been
released
2011-05-01 shells/44bsd-csh: Upstream disapear and distfile is no more available
2011-05-01 www/mod_auth_ldap: apache 13/20 is sceduled for deletion, migrate to
2.2.x+ and mod_authnz_ldap now
2011-05-01 www/mod_auth_remote: will be unsupported by ASF when 2.4.0 is
release, migrate to 2.2.x+ now
2011-05-01 www/mod_authenticache: will be unsupported by ASF when 2.4.0 is
release, migrate to 2.2.x+ now
2011-05-01 www/mod_layout2: will be unsupported by ASF when 2.4.0 is release,
migrate to 2.2.x+ now
2011-05-01 www/mod_macro2: will be unsupported by ASF when 2.4.0 is release,
migrate to 2.2.x+ now
2011-05-01 www/mod_traf_thief: will be unsupported by ASF when 2.4.0 is release,
migrate to 2.2.x+ now
2011-05-01 www/mod_transform: will be unsupported by ASF when 2.4.0 is release,
migrate to 2.2.x+ now |
1.0 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
1.0 12 Dec 2010 08:44:49
 |
pgollucci  |
- Corresponding to www/apache20 deprecation, deprecate ports
that only build with www/apache20 (2.0.x)
With Hat: apache |
1.0 20 Oct 2010 03:26:34
 |
pgollucci  |
- Fix some MASTER_SITES
With Hat: apache@
Reported by: distilator |
1.0 06 Jun 2010 05:00:32
 |
pgollucci  |
- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s
PR: ports/147143
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav) |
1.0 27 May 2010 21:27:03
 |
pgollucci  |
- 2/3:
- consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists
PR: ports/147142
Reviewed by: portmgr (pav)
With Hat: apache@ |
1.0 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.0 17 May 2009 09:28:51
 |
pgollucci  |
- Use APACHEMODDIR and APACHEETCDIR consistently in pkg-plists
- DO NOT bump PORTREVISION |
1.0 17 May 2009 07:24:35
 |
pgollucci  |
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes |
1.0 26 Dec 2008 07:21:41
 |
pgollucci  |
Update to 1.0
Port does not work with www/apache22 b/c it does not work with apr 1.x series)
Approved by: araujo (mentor, implicit) |
0.1_1 04 Oct 2006 12:32:43
 |
pav  |
- Update WWW |
0.1_1 04 Dec 2005 21:03:47
 |
clement  |
- Convert to new USE_APACHE
- Use AP_FAST_BUILD and AP_GENPLIST
- Add SHA256 |
0.1_1 18 Aug 2004 16:21:56
 |
clement  |
- Assign maintainership to freshly created apache@ mailing list |
0.1_1 07 Feb 2004 17:16:21
 |
clement  |
- SIZEify distinfo |
0.1_1 13 Jan 2004 15:04:51
 |
clement  |
- Update my email address
Approved and reviewed by: erwin (mentor) |
0.1_1 09 Dec 2003 12:17:58
 |
erwin  |
- Fix malformed request which prevents from authenticate agaist Zope servers
Notice by: Morten W. Petersen" <morten@nidelven-it.no>
Obtained from: srp@grex.org (author)
- Port changes:
- use USE_APACHE
- use PORTDOCS
- fix install/deinstall behaviour with package install
PR: 60030
Submitted by: maintainer |
0.1 14 Oct 2003 08:48:23
 |
erwin  |
- add a new MASTER_SITES.
- Use DIST_SUBDIR=apache
PR: 57990
Submitted by: maintainer |
0.1 08 Oct 2003 10:32:04
 |
roam  |
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> |