[mythtv-commits] Re: Ticket #920: mythweb rewriting rules break when using Alias in httpd.conf

MythTV mythtv at cvs.mythtv.org
Mon Jan 2 20:50:10 UTC 2006


#920: mythweb rewriting rules break when using Alias in httpd.conf
-------------------------------+--------------------------------------------
 Reporter:  martin at zepler.org  |        Owner:  xris
     Type:  defect             |       Status:  new 
 Priority:  minor              |    Milestone:      
Component:  mythtv             |      Version:  head
 Severity:  medium             |   Resolution:      
-------------------------------+--------------------------------------------
Comment (by martin at zepler.org):

 Full section is:
 {{{
 Alias /mythweb "/var/www/html/mythweb"
 <Directory "/var/www/html/mythweb">
     SSLRequireSSL

     Options FollowSymLinks
     AllowOverride All

     Order allow,deny
     Allow from all

     AuthName xxx
     AuthType Basic
     AuthExternal pwauth
     require user xxx
 </Directory>
 }}}
 Nothing fancy, just relaxing the very strict defaults I have and adding
 basicauth.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/920>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list