[EMAIL PROTECTED] wrote:
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 "/"

^^ Extra "t" ^^

--Noah

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to