Changeset 485
- Timestamp:
- 07/29/2005 09:23:40 AM (3 years ago)
- Location:
- branches/lighttpd-1.3.x/doc
- Files:
-
- 3 modified
-
accesslog.txt (modified) (1 diff)
-
configuration.txt (modified) (5 diffs)
-
fastcgi.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.3.x/doc/accesslog.txt
r1 r485 99 99 Default: CLF compatible output 100 100 101 response header101 Response Header 102 102 --------------- 103 103 -
branches/lighttpd-1.3.x/doc/configuration.txt
r484 r485 156 156 hostname of the server 157 157 158 Default: bind to all interfaces 159 158 160 server.port 159 161 tcp-port to bind the server to 160 if nothing is specified port 80 is used162 161 163 NOTE: port belows 1024 require root-permissions 164 165 Default: 80 (443 if ssl is enabled) 162 166 163 167 server.use-ipv6 … … 166 170 server.errorlog 167 171 pathname of the error-log 168 if nothing is specified STDERR is used 172 173 Default: either STDERR or ``server.errorlog-use-syslog`` 174 175 server.errorlog-use-syslog 176 send errorlog to syslog 177 178 Default: disabled 169 179 170 180 server.chroot … … 173 183 server.username 174 184 username used to run the server 185 175 186 NOTE: requires root-permissions 176 187 177 188 server.groupname 178 189 groupname used to run the server 190 179 191 NOTE: requires root-permissions 180 192 … … 187 199 by the dir-listing option. 188 200 189 default: enabled201 Default: enabled 190 202 191 203 dir-listing.external-css … … 195 207 allow to follow-symlinks 196 208 197 default: enabled209 Default: enabled 198 210 199 211 server.indexfiles -
branches/lighttpd-1.3.x/doc/fastcgi.txt
r484 r485 381 381 cgi.fix_pathinfo = 1 382 382 383 Otherwise PHP_SELF won't be set correctly. 383 and that you set ``broken-scriptfilename`` (read below). 384 Otherwise PHP_SELF and PATH_INFO won't be set correctly. 384 385 385 386 Starting a FastCGI-PHP

