Hi, I'm trying to setup a new Trac web site using trac 0.11. I got some problem to install it the way I want. I chose to install Trac using mod_python + Apache 2.0 on my existing web server Ubuntu Dapper.
I install Trac using "Trac installation guide 0.11" (http:// trac.edgewall.org/wiki/TracInstall). I got it working without any problem and the apache configuration was easy. My problem is, if I set the root uri to / browsing it show trac web site without css an themes. I look at the source of that page and I find out that it's looking for css style sheet in /chrome/common/css/ trac.css. Maybe this directory are not available or something. Note that if I browse to http://mvpod.homeip.net/something/ where something can be replace to any characters, Trac web site show up with the css style. trac.conf (apache virtual host config) <VirtualHost *> ServerName mvpod.homeip.net DocumentRoot /var/www/mvpod <Location /login> AuthType Basic AuthName "mvPod Authentication" AuthUserFile /home/trac/mvpod/.htpasswd Require valid-user </Location> <Location /> SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnv /home/trac/mvpod PythonOption TractUriRoot "/" </Location> # # Log configuration for AWStats # ErrorLog /var/log/apache2/mvpod.error.log CustomLog /var/log/apache2/mvpod.access.log combined ServerSignature On </VirtualHost> Thank for your help. Patrik Dufresne --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
