Zainstalowałem sobie Trac i mam problem z ustanowieniem uwierzytelnienia przez .htpasswd dla wielu projektów.
Dla jednego działa bez problemu jak uruchomię, np.:
Kod: Zaznacz cały
tracd --port 8000 --env-parent-dir=/home/trac --auto-reload --basic-auth="proj2,/etc/apache2/auth-files/proj2,/home/trac/proj2"Kod: Zaznacz cały
tracd --port 8000 --env-parent-dir=/home/trac --auto-reload --basic-auth="proj2,/etc/apache2/auth-files/proj2,/home/trac/proj2" --basic-auth="test,/etc/apache2/auth-files/test,/home/trac/test" --basic-auth="testowe,/etc/apache2/auth-files/testowe,/home/trac/testowe"Kod: Zaznacz cały
[B]Trac Error[/B]
Authentication information not available. Please refer to the installation documentation. TracGuide — The Trac User and Administration GuideChyba, że coś zrobiłem źle.
Ma ktoś jakieś pomysły na to?