On 07/12/2011 01:18 PM, Steve Huston wrote: > On 7/12/11 1:13 PM, Thomas Sibley wrote: >> You should read docs/web_deployment.pod either from your RT 4 source >> tarball or >> https://github.com/bestpractical/rt/blob/stable/docs/web_deployment.pod. >> It has a number of sample configurations that you should start from >> rather than your RT 3 config. I suggest you get one of the sample >> configs working and then add in your other directives as necessary. > > Thanks, that's what I did; but some of the directives I'm not sure > about. The LDAP bits I still need (since I'm using HTTP authentication > for RT), and aren't mentioned in that document. I can't use the pure > virtualhost directive as listed because there is no virtual host on the > machine. And I believe the two noauth parts are needed to bypass > external authentication for rt-mailgate and the like.
I suspect you don't want that Alias /rt line and the Directory "/opt/rt4/share/html/" block should probably be a Location /rt block instead. Thomas -------- 2011 Training: http://bestpractical.com/services/training.html
