mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
523 B
Text
8 lines
523 B
Text
HTTP::Server::Simple::Authen is an HTTP::Server::Simple plugin to allow HTTP
|
|
authentication. Authentication scheme is pluggable and you can use whatever
|
|
Authentication protocol that Authen::Simple supports.
|
|
|
|
You can use authenticate method whatever you want to authenticate the request.
|
|
The method returns $username taken from the request if the authentication is
|
|
successful, and undef otherwise. The code in "SYNOPSIS" requires authentication
|
|
for all the requests and behaves just the same as Apache's Require valid-user.
|