Esteban Dugueperoux wrote:
Hi,

I have configured trac on port 81 on host "plop".
But when I enter http://plop:81 URL on my firefox browser, I would like to have login page.
Then I add base_url keyword to trac part in trac.ini configuration file to be redirect to http://plop:81/trac/login :
....
[trac]
base_url = http://plop:81/trac/login

How can I do that?

Thanks.


_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

This doesn't works and :
when I use  firefox browser to see http://plop:81 , tracd prints a lot of line of "GET /trac/login HTTP/1.1" 302"
when I use IE browser to see http://plop:81, tracd say same things and "GET /trac/login HTTP/1.1" 500" then it's an internal error.
Also IE displays me :

Trac detected an internal error:
columns cookie, ipnr, name are not unique

Python traceback

Traceback (most recent call last):
  File "/opt/trac/lib/python2.4/site-packages/trac/web/standalone.py", line 303, in _do_trac_req
  File "/opt/trac/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
  File "/opt/trac/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
  File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 179, in process_request
  File "/opt/trac/lib/python2.4/site-packages/trac/web/auth.py", line 82, in process_request
  File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 184, in _do_login
  File "/opt/trac/lib/python2.4/site-packages/trac/web/auth.py", line 116, in _do_login
  File "/opt/trac/lib/python2.4/site-packages/trac/db.py", line 219, in execute
  File "/opt/trac/lib/python2.4/site-packages/trac/db.py", line 211, in _rollback_on_error
IntegrityError: columns cookie, ipnr, name are not unique
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to