Changeset 485

Show
Ignore:
Timestamp:
07/29/2005 09:23:40 AM (3 years ago)
Author:
jan
Message:

cosmetics and documented server.errorlog-use-syslog

Location:
branches/lighttpd-1.3.x/doc
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.3.x/doc/accesslog.txt

    r1 r485  
    9999  Default: CLF compatible output 
    100100 
    101 response header 
     101Response Header 
    102102--------------- 
    103103 
  • branches/lighttpd-1.3.x/doc/configuration.txt

    r484 r485  
    156156  hostname of the server 
    157157   
     158  Default: bind to all interfaces 
     159   
    158160server.port 
    159161  tcp-port to bind the server to 
    160   if nothing is specified port 80 is used 
     162   
    161163  NOTE: port belows 1024 require root-permissions 
     164   
     165  Default: 80 (443 if ssl is enabled) 
    162166   
    163167server.use-ipv6 
     
    166170server.errorlog 
    167171  pathname of the error-log 
    168   if nothing is specified STDERR is used 
     172   
     173  Default: either STDERR or ``server.errorlog-use-syslog`` 
     174   
     175server.errorlog-use-syslog 
     176  send errorlog to syslog 
     177   
     178  Default: disabled 
    169179   
    170180server.chroot 
     
    173183server.username 
    174184  username used to run the server 
     185   
    175186  NOTE: requires root-permissions 
    176187 
    177188server.groupname 
    178189  groupname used to run the server 
     190   
    179191  NOTE: requires root-permissions 
    180192 
     
    187199  by the dir-listing option. 
    188200 
    189   default: enabled 
     201  Default: enabled 
    190202 
    191203dir-listing.external-css 
     
    195207  allow to follow-symlinks 
    196208   
    197   default: enabled 
     209  Default: enabled 
    198210 
    199211server.indexfiles 
  • branches/lighttpd-1.3.x/doc/fastcgi.txt

    r484 r485  
    381381  cgi.fix_pathinfo = 1 
    382382 
    383 Otherwise PHP_SELF won't be set correctly. 
     383and that you set ``broken-scriptfilename`` (read below).  
     384Otherwise PHP_SELF and PATH_INFO won't be set correctly. 
    384385 
    385386Starting a FastCGI-PHP