cosmetics and documented server.errorlog-use-syslog

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@485 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/heads/lighttpd-1.3.x
Jan Kneschke 18 years ago
parent 5e59f6a239
commit cee64f2af7

@ -98,7 +98,7 @@ accesslog.format
Default: CLF compatible output
response header
Response Header
---------------
The accesslog module provides a special way to log content from the

@ -155,27 +155,39 @@ server.document-root
server.bind
hostname of the server
Default: bind to all interfaces
server.port
tcp-port to bind the server to
if nothing is specified port 80 is used
NOTE: port belows 1024 require root-permissions
Default: 80 (443 if ssl is enabled)
server.use-ipv6
bind to the IPv6 socket
server.errorlog
pathname of the error-log
if nothing is specified STDERR is used
Default: either STDERR or ``server.errorlog-use-syslog``
server.errorlog-use-syslog
send errorlog to syslog
Default: disabled
server.chroot
root-directory of the server
server.username
username used to run the server
NOTE: requires root-permissions
server.groupname
groupname used to run the server
NOTE: requires root-permissions
server.dir-listing
@ -186,7 +198,7 @@ dir-listing.hide-dotfiles
if enabled, does not list hidden files in directory listings generated
by the dir-listing option.
default: enabled
Default: enabled
dir-listing.external-css
path to an external css stylesheet for the directory listing
@ -194,7 +206,7 @@ dir-listing.external-css
server.follow-symlink
allow to follow-symlinks
default: enabled
Default: enabled
server.indexfiles
list of files to search for if a directory is requested

@ -380,7 +380,8 @@ It is important that the php.ini contains: ::
cgi.fix_pathinfo = 1
Otherwise PHP_SELF won't be set correctly.
and that you set ``broken-scriptfilename`` (read below).
Otherwise PHP_SELF and PATH_INFO won't be set correctly.
Starting a FastCGI-PHP
----------------------

Loading…
Cancel
Save