Hi, I'm trying to run Trac as a standalone version. This ultimately means that to access it, I have to go to localhost:81/Project/. What I'd like to have is: localhost/ -> Current Apache install localhost/Trac/Project/ -> localhost:81/Project/ What I'd also like to have is localhost/Trac/Project/ authenticated (basic HTTP authentication). Does anyone know if this is possible, or how to do it (or guides on how to do it -- all of my searching has just brought me to mirrors of the mod_proxy documentation, which doesn't say much)? Also, does anyone know if there's anything special you have to do to enable mod_proxy on Windows? Do you just comment the LoadModule line? I haven't been able to find much information regarding Windows configuration. Thanks. - Nathan