On Monday, July 17, 2017 at 4:31:23 AM UTC-7, david.johnstone wrote: > > Ryan, > > > > I have changed the trac logging to DEBUG. Below are the last few lines of > the log file. The log is from running tracd. Get the same result when > using Apache. Tracd is on port 8080 and Apache is on port 80 > > > > Full log file is attached. > > > > 2017-07-17 21:19:23,313 Trac[main] DEBUG: Dispatching <RequestWithSession > "GET '/login'"> > > 2017-07-17 21:19:23,328 Trac[main] DEBUG: Chosen handler is None > > 2017-07-17 21:19:23,328 Trac[session] DEBUG: Retrieving session for ID > u'david' > > 2017-07-17 21:19:23,328 Trac[chrome] DEBUG: Prepare chrome data for request > > 2017-07-17 21:19:23,345 Trac[main] WARNING: [172.16.12.197] HTTPNotFound: > 404 Not Found (No handler matched request to /login), <RequestWithSession > "GET '/login'">, referrer 'http://win-trac-2.locata.com:8080/trac' > > > > Cheers, > > David J. > > > > > > *From:* [email protected] [mailto:[email protected]] *On > Behalf Of *RjOllos > *Sent:* Monday, 17 July 2017 3:55 PM > *To:* Trac Users > *Subject:* Re: [Trac] Re: Account Manager Plugin > > > > > > On Sunday, July 16, 2017 at 9:49:55 PM UTC-7, david.johnstone wrote: > > Ryan, > > > > Have installed r16714 and now get a message “No handler matched request to > /login”. > > > > The line in the trac log file is. > > 2017-07-17 14:44:59,489 Trac[main] WARNING: [172.16.12.197] HTTPNotFound: > 404 Not Found (No handler matched request to /login), <RequestWithSession > "GET '/login'">, referrer 'http://win-trac-2.locata.com:8080/trac' > > > > Cheers, > > David J. >
You also need the following in your [components] section: trac.web.auth.loginmodule = disabled I'll update the CookBook wiki page. - Ryan -- 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 https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
