
studio.onida at gmail
Oct 5, 2009, 7:07 AM
Post #1 of 3
(315 views)
Permalink
|
Hi! To all! Trac in a my wish since longtime! Now i got finally a Virtual Server with DEBIAN and sufficient time to spend on installation! I got difficulties in installation... there are different informations about it... none fit for me... so i made a collage and finally my trac site is online: this is the link http://trac.sssr.it! but is extremally unstable! if u don't see the 1st page just press F5 some times untill u get it! 1) As u can see the index is on but without the CSS! If u click wiki... opla... CSS load... 2) Second point is that the link are not singolar... so i have wiki/login or /wiki/search but also timeline/wiki or timeline/search... however fist link is assumed as default! 3) With firefox does not appears login box but only "Internal Error - Authentication information not available. Please refer to the installation documentation." ... with ie or chrome yes... So... what can i do now??? <VirtualHost *> ServerAdmin xxx [at] localhos ServerName trac.sssr.it DocumentRoot /var/www/trac/fcbe # Possible values include: debug, info, notice, warn, error, crit, alert, emerg LogLevel debug ErrorLog /var/www/trac/logs/error.log CustomLog /var/www/trac/logs/access.log combined ServerSignature On <Location "/login"> AuthType Basic AuthName "Accesso a Trac" AuthUserFile /var/www/trac/.htpasswd Require valid-user </Location> SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnv /var/www/trac/fcbe </VirtualHost> thanx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
|