[wp-trac] [WordPress Trac] #12029: SCRIPT_NAME with CGI script in subdirectory causes failed install

WordPress Trac wp-trac at lists.automattic.com
Tue Jan 26 03:33:22 UTC 2010


#12029: SCRIPT_NAME with CGI script in subdirectory causes failed install
--------------------------+-------------------------------------------------
 Reporter:  wpmuguru      |       Owner:                
     Type:  defect (bug)  |      Status:  new           
 Priority:  normal        |   Milestone:  Unassigned    
Component:  Multisite     |     Version:                
 Severity:  normal        |    Keywords:  needs-feedback
--------------------------+-------------------------------------------------

Comment(by sivel):

 I would tend to say this is not a WordPress problem but a fastcgi
 configuration problem.

 Most webservers and fastcgi implementations give configuration options to
 make sure that SCRIPT_FILENAME is populated correctly:

 lighttpd: [[BR]]
 {{{"broken-scriptfilename" => "enable"}}}
 http://redmine.lighttpd.net/wiki/1/Docs:ModFastCGI#FastCGI-and-
 Programming-Languages [[BR]]
 nginx: [[BR]]
 {{{fastcgi_param  SCRIPT_FILENAME
 $document_root$fastcgi_script_name;}}}
 http://wiki.nginx.org/PHPFcgiExample [[BR]]
 php.ini: [[BR]]
 {{{cgi.fix_pathinfo = 1}}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12029#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list