Edgewall Software

Changes between Version 42 and Version 43 of TracOnRhel4


Ignore:
Timestamp:
Jan 19, 2009, 3:05:46 PM (15 years ago)
Author:
anonymous
Comment:

Added the command to create the apache password file

Legend:

Unmodified
Added
Removed
Modified
  • TracOnRhel4

    v42 v43  
    125125
    126126The example above assumes you have a trac project environment setup in ''/opt/trac/projectA/'' directory and a htpasswd file in /opt/trac/projectA.htpasswd for authentication purposes (see also wiki:TracModPython).
     127To create a new user password file use the following command (the -c option is given only the first time to create the file):
     128{{{
     129htpasswd -c /opt/trac/projectA.htpasswd username
     130}}}
    127131
    128132We also need to give the apache user ownership of the trac environment and subversion repository