Changeset 1999
- Timestamp:
- 09/09/2007 09:32:02 PM (13 months ago)
- Files:
-
- 1 modified
-
trunk/doc/lighttpd.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/lighttpd.conf
r1601 r1999 197 197 #compress.filetype = ("text/plain", "text/html") 198 198 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$" { 202 203 # proxy-core.balancer = "round-robin" 203 204 # 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 = 16207 #}208 209 210 #### fastcgi module211 ## read fastcgi.txt for more info212 ## for PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini213 #$HTTP["url"] =~ "\.php$" {214 # proxy-core.balancer = "round-robin"215 # proxy-core.allow-x-sendfile = "enable"216 # proxy-core.check-local = "enable"217 205 # proxy-core.protocol = "fastcgi" 218 206 # proxy-core.backends = ( "unix:/tmp/php-fastcgi.sock" )

