# cat /proc/version
Linux version 2.6.18-4-686 (Debian 2.6.18.dfsg.1-12etch2)
([EMAIL PROTECTED]) (gcc version 4.1.2 20061115 (prerelease) (Debian
4.1.1-21)) #1 SMP Wed May 9 23:03:12 UTC 2007

subversion-1.4.5
lighttpd-1.4.18
trac-0.10.4
clearsilver-0.10.5

The server is 222.197.188.20, running two hosts, one is 
http://ubuntu.uestc.edu.cn,
physical url is /home/data/ which is used for an Ubuntu apt source.
another one is labs.dormforce.net(this is an imaginary domain name
which I added to my hosts file) with Trac.

I installed lighttpd to /opt/lighttpd-1.4.18/
SVN dir is /srv/dormlabs/svn
trac dir is /srv/dormlabs/trac
clearsilver  /opt/clearsilver-0.10.2/

and now the /etc/lighttpd/lighttpd.conf

server.port = 80
server.username = "www"
server.groupname = "www"
mimetype.assign = (
    ".html" => "text/html",
    ".txt" => "text/plain",
    ".jpg" => "image/jpeg",
    ".png" => "image/png"
)
static-file.exclude-extensions = ( ".fcgi", ".php", ".rb", "~",
".inc" )
index-file.names = ( "index.html",
                     "Default.htm"
)
$HTTP["host"] == "labs.dormforce.net" {
    alias.url = ("/trac/chrome/common" => "/srv/dormlabs/www/htdocs/")
    $HTTP["url"] =~ "^/trac(?!/chrome/common)" {
        fastcgi.server = (
            "/trac" => (
                "trac" => (
                    "socket"    => "/srv/dormlabs/trac/trac.sock",
                    "bin-path"  => "/srv/dormlabs/trac/share/trac/cgi-
bin/trac.fcgi",
                    "bin-environment" => (
                        "TRAC_ENV_PARENT_DIR" => "/srv/dormlabs/trac",
                        "TRAC_ENV" => "/srv/dormlabs/trac"
                    )
                )
            )
        )
    }
}


==============EOF==============


but http://labs.dormforce.net/trac/ is not working.

Could anyone help? Any information is appreciated.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to