Edgewall Software

Changes between Version 49 and Version 50 of TracCgi


Ignore:
Timestamp:
Feb 6, 2011, 7:02:27 PM (13 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracCgi

    v49 v50  
    117117
    118118== Adding Authentication ==
     119Trac uses HTTP authentication. You'll need to configure your webserver to request authentication when trac.cgi/login is hit (the virtual path of the "login" button). Trac will automatically pick the REMOTE_USER variable up after you provide your credentials. Therefore, all user management goes through your web server configuration. Please consult the documentation of your web server for more info.
     120
     121=== Example: Apache ===
    119122
    120123The simplest way to enable authentication with Apache is to create a password file. Use the `htpasswd` program to create the password file: