Edgewall Software

Changes between Version 16 and Version 17 of TracAuthenticationIntroduction


Ignore:
Timestamp:
Jul 8, 2017, 3:47:10 PM (7 years ago)
Author:
Jun Omae
Comment:

use https://httpd.apache.org/docs/

Legend:

Unmodified
Added
Removed
Modified
  • TracAuthenticationIntroduction

    v16 v17  
    99 2. Restrict access such that the Trac installation is visible to someone without authentication, but you can login with Trac.
    1010
    11 The following examples are based on an Apache httpd server - further information on authentication on Apache can be found at http://httpd.apache.org/docs-2.4/howto/auth.html
     11The following examples are based on an Apache httpd server - further information on authentication on Apache can be found at https://httpd.apache.org/docs/2.4/howto/auth.html
    1212
    1313They use a password file at {{{/var/www/db/passwd}}}. You can manipulate this file with the {{{htpasswd}}} program or with `user_manage` as described in http://stein.cshl.org/~lstein/user_manage/.
     
    6666=== Digest Authentication ===
    6767
    68 To setup digest authentication, follow the instructions to create the digest password file. http://httpd.apache.org/docs/2.2/programs/htdigest.html. For the '''realm''' set in htdigest you must put a matching !AuthName.
     68To setup digest authentication, follow the instructions to create the digest password file. https://httpd.apache.org/docs/2.2/programs/htdigest.html. For the '''realm''' set in htdigest you must put a matching !AuthName.
    6969
    7070For example: