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

MythTV mythtv at cvs.mythtv.org
Mon Jan 2 19:57:05 UTC 2006


#920: mythweb rewriting rules break when using Aliasin httpd.conf
-------------------------------+--------------------------------------------
 Reporter:  martin at zepler.org  |       Owner:  xris
     Type:  defect             |      Status:  new 
 Priority:  minor              |   Milestone:      
Component:  mythtv             |     Version:  head
 Severity:  medium             |  
-------------------------------+--------------------------------------------
 On my machine mythweb is located outside of the main document root by
 using this:

 {{{
 Alias /mythweb "/var/www/html/mythweb"
 <Directory "/var/www/html/mythweb">
   ...
 </Directory>
 }}}

 This breaks with when using the new rewriting rules because the /var/...
 directory components appear to become part of the url. I get this error in
 the web browser:

 The requested URL /var/www/html/mythweb/mythweb.php was not found on this
 server.

 I get this error in the error_log:

 [Mon Jan 02 19:51:22 2006] [error] [client 192.168.0.2] File does not
 exist: /srv/www/html/var, referer: https://localhost/

 /srv/www/html is my real document root.

 Tested against r8463.

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


More information about the mythtv-commits mailing list