Guest User

Untitled

a guest
Apr 23rd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. ##
  2.  
  3. myuser@mycomputer:~$ htdigest -c passwd.htdigest my_users a_user
  4. Adding password for testuser in realm myusers.
  5. New password:
  6. Re-type new password:
  7.  
  8. ## now i start tracd
  9. tracd --port 8080 --auth=myproj,/home/myuser/passwd.htdigest,my_users /var/lib/trac/myproj/
  10.  
  11. ## then it runs -- works to the user, but completely unsecure . . .
  12.  
  13. /var/lib/python-support/python2.5/trac/web/clearsilver.py:128: RuntimeWarning: Python C API version mismatch for module neo_util: This Python has API version 1013, module neo_util has version 1012.
  14. import neo_cgi
  15. /var/lib/python-support/python2.5/trac/web/clearsilver.py:128: RuntimeWarning: Python C API version mismatch for module neo_cs: This Python has API version 1013, module neo_cs has version 1012.
  16. import neo_cgi
  17. /var/lib/python-support/python2.5/trac/web/clearsilver.py:128: RuntimeWarning: Python C API version mismatch for module neo_cgi: This Python has API version 1013, module neo_cgi has version 1012.
  18. import neo_cgi
  19. 192.168.1.44 - - [29/Mar/2008 18:48:33] "GET / HTTP/1.1" 200 -
  20. 192.168.1.44 - - [29/Mar/2008 18:48:35] "GET /FitWitWeb HTTP/1.1" 200 -
Add Comment
Please, Sign In to add comment