Changeset 1999

Show
Ignore:
Timestamp:
09/09/2007 09:32:02 PM (13 months ago)
Author:
jan
Message:

updated default config to use PHYSICALexisting-path?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/lighttpd.conf

    r1601 r1999  
    197197#compress.filetype          = ("text/plain", "text/html") 
    198198 
    199 #### proxy module 
    200 ## read proxy.txt for more info 
    201 #$HTTP["url"] =~ "\.php$" { 
     199#### mod-proxy-core module 
     200## read mod-proxy-core.txt for more info 
     201## for PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini 
     202#$PHYSICAL["existing-path"] =~ "\.php$" { 
    202203#       proxy-core.balancer = "round-robin" 
    203204#       proxy-core.allow-x-sendfile = "enable" 
    204 #       proxy-core.protocol = "http" 
    205 #       proxy-core.backends = ( "192.168.0.101:80" ) 
    206 #       proxy-core.max-pool-size = 16 
    207 #} 
    208  
    209  
    210 #### fastcgi module 
    211 ## read fastcgi.txt for more info 
    212 ## for PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini 
    213 #$HTTP["url"] =~ "\.php$" { 
    214 #       proxy-core.balancer = "round-robin" 
    215 #       proxy-core.allow-x-sendfile = "enable" 
    216 #       proxy-core.check-local = "enable" 
    217205#       proxy-core.protocol = "fastcgi" 
    218206#       proxy-core.backends = ( "unix:/tmp/php-fastcgi.sock" )