Erik,
The error message says:
Internal Error
Authentication information not available. Please refer to the
installation documentation.
When I run Trac using tracd command line is:
tracd.py --port 8000 --auth *,f:\trac\users.htdigest,trac -e f:\trac
With tracservice.py :
PYTHON = r'C:\Python24\python.exe'
INSTANCE_HOME = r'f:\trac\eeg'
ENVIRONMENT_HOME = r'f:\trac'
REALM = 'trac'
# Trac options (see C:\Python24\Scripts\tracd)
OPTS = [
#use auth for all projects, hence '*'
( '--auth', (r'*,%s\users.htdigest,%s' % (ENVIRONMENT_HOME,
REALM) ) ),
( '--port', '8000' ),
( '--env-parent-dir', ENVIRONMENT_HOME),
]
LOG_DIR = r'%s\log' % INSTANCE_HOME
# Trac instance(s)
ARGS = [ INSTANCE_HOME, ]
I made users.htdigest using script provided on trac's
wiki TracStandalone.
Thx in advance,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---