[mythtv-users] mythweb not compatible with IE? (0.19)

Blammo blammo.doh at gmail.com
Sun Mar 12 03:29:19 UTC 2006


On 3/11/06, Devan Lippman <devan.lippman at gmail.com> wrote:
> This is because you are authenticating with digest mode and IE does
> not do this right right.  Have a look here for how work around this
> with apache:
> http://httpd.apache.org/docs/2.2/mod/mod_auth_digest.html#msie
>
> Devan

Works perfectly. Thanks. Not sure if it's something that can be easily
added into an RPM for mythtv-suite (atrpms) but it might be useful.

For now here's a "cheesy" way for people to fix this issue for people
using Fedora.

----------------------------

echo 'BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On' >> 
/etc/httpd/conf/httpd.conf
service httpd restart

----------------------


More information about the mythtv-users mailing list