[mythtv-commits] Ticket #7636: mythweb doesn't work with fcgi

MythTV mythtv at cvs.mythtv.org
Sun Nov 22 19:32:10 UTC 2009


#7636: mythweb doesn't work with fcgi
----------------------------------------+-----------------------------------
 Reporter:  ajlill@…                    |       Owner:  kormoc
     Type:  patch                       |      Status:  new   
 Priority:  minor                       |   Milestone:        
Component:  Plugin - MythWeb            |     Version:  0.22  
 Severity:  high                        |     Mlocked:  0     
----------------------------------------+-----------------------------------
 The variables ORIG_SCRIPT_NAME and ORIG_PATH_INFO don't contain what you
 expect them to. This blocks you at the welcome page which just complains
 about 'unknown module' (or it would if there wasn't a bug in your error
 page).

 The actual values under fcgi are

 'ORIG_PATH_INFO' => '/mythweb/mythweb.php', 'ORIG_SCRIPT_NAME' => '/fcgi-
 bin/php-fcgi-wrapper'

 The attached patch ignores those variables if it thinks it's running under
 fcgi

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


More information about the mythtv-commits mailing list