Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4147


Ignore:
Timestamp:
Nov 13, 2006, 9:55:32 PM (18 years ago)
Author:
Emmanuel Blot
Comment:

Side note: this seems to be an installation issue, and as stated in the New Ticket web page, installation issues should first be asked in the MailingList or on #IRC.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4147 – Description

    initial v1  
    22
    33Apache Configuration is
    4 
     4{{{
    55<Location /trac>
    66  SetEnv TRAC_ENV_PARENT_DIR "d:/trac"
     
    1717  Require valid-user
    1818</LocationMatch>
    19 
     19}}}
    2020There are two project environments. The one project environment is accessed properly and with no problems. The second one generates the following error:
    2121
    2222Python Traceback
    23 
     23{{{
    2424Traceback (most recent call last):
    2525  File "D:\dev\Python23\lib\site-packages\trac\web\main.py", line 356, in dispatch_request
     
    3232    assert req.remote_user, 'Authentication information not available.'
    3333AssertionError: Authentication information not available.
    34 
     34}}}
    3535
    3636The main difference is that the first project environment is a 0.9.0 environment migrated to 0.10, while the other one is new.