On Thu, Nov 5, 2015 at 4:40 PM, Aaron Claessens <[email protected]> wrote:
> > Humm ... maybe this is related to the apache config ... should I be > seeing a login? > > I go to http://server/bob ... I never see a login; a screen loads and I > see the error. > > Thanks > I'm guessing CentOS 7 has Apache 2.4. If that's the case, you'll need to modify the Apache configuration to use the "Require all granted" directive rather than "Order allow, deny; Allow from all". I've updated the documentation for Apache 2.4 to show this: http://trac.edgewall.org/wiki/TracModPython?action=diff&version=170 Second, I think you should look at the paths in your Location directives. If you are accessing the Trac instance at http://domain.com/bob, then the second directive should be <Location /bob/login>. Alternatively you could change the first Location directive to <Location />, if you are accessing Trac at http://domain.com/ You don't need to specify both TracEnvParentDir and TracEnvDir. If you are running a single Trac project you can just use the latter. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
