No, it's exactly the opposite: /trac --> it's working with Edge / --> it's not working with Edge
Am Samstag, 18. Januar 2020 19:53:55 UTC+1 schrieb RjOllos: > > > > On Saturday, January 18, 2020 at 10:45:55 AM UTC-8, Andreas wrote: >> >> I was now able to trace back the issue and I'm pretty sure now that it >> has to do with the WSGIScriptAlias. >> I forgot to mention that before, I was accessing Trac via >> https://ticket.mydomain.com/trac, and now I have changed this to >> https://ticket.mydomain.com >> >> >> >> My trac.cong in /etc/apache2/sites-enabled *before *the migration: >> >> WSGIScriptAlias */trac* /var/www/html/mytrac/cgi-bin/trac.wsgi >>> <Location* /trac* > >>> AuthType Digest >>> AuthName "mytrac" >>> AuthUserFile /var/lib/trac/mytrac/.htdigest >>> Require valid-user >>> </Location> >>> >> >> New setting: >> >> WSGIScriptAlias */* /var/www/html/mytrac/cgi-bin/trac.wsgi >>> <Location* /* > >>> AuthType Digest >>> AuthName "mytrac" >>> AuthUserFile /var/lib/trac/mytrac/.htdigest >>> Require valid-user >>> </Location> >>> >> >> >> Is there another / better way to set the location to the root directory >> so it also works with MS Edge? >> >> Any help highly appreciated! >> >> >> >> >> Am Samstag, 18. Januar 2020 16:48:59 UTC+1 schrieb Andreas: >>> >>> Hello, >>> >>> I have just moved our trac environment from one server to another. They >>> are both running Ubuntu 18.04 with Trac 1.2.5 on Apache. >>> >>> I use account manager with .htdigest authentification. >>> >>> With Firefox, Chrome, Internet Explorer and Safari, everything works >>> fine, but when I try to access https://ticket.mydomain.com and enter >>> the username and password in MS Edge, the http authentication window where >>> I enter the password appears over and over again (username&password are >>> correct). When I then enter the URL https://ticket.mydomain.com/*wiki *in >>> the same session (Edge window), it works and I am immediately logged in. >>> When I close Edge and open it again with the link >>> https://ticket.mydomain.com/wiki and enter my credentials, everything >>> works fine as well. >>> >>> Does anyone have an idea what could cause this issue? It's driving me >>> crazy... >>> >>> Thanks for any hints! >>> >>> Best regards, >>> Andreas >>> >> > Are you saying the issue doesn't occur after you change the path for Trac > from /trac -> / ? > > -- 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 trac-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/b41722d0-c015-4dec-ad45-d514a699cca5%40googlegroups.com.