[server:main] use = egg:Paste#http host = 127.0.0.1 port = %(http_port)s [composite:main] use = egg:Paste#urlmap / = home #/blog = blog /trac = trac [app:home] use = egg:Paste#static document_root = %(here)s/../www/ [app:trac] paste.app_factory = repoze.trac:make_trac env_path = %(here)s/../shared/trac-env # [filter-app:blog] # use = egg:Authentication#auth # next = blogapp # roles = admin # htpasswd = /home/me/users.htpasswd # [app:blogapp] # use = egg:BlogApp # database = sqlite:/home/me/blog.db