diff --git a/doc/accesslog.txt b/doc/accesslog.txt index 453b3ea8..36584cf7 100644 --- a/doc/accesslog.txt +++ b/doc/accesslog.txt @@ -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 diff --git a/doc/configuration.txt b/doc/configuration.txt index be21fe94..31a39031 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -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 diff --git a/doc/fastcgi.txt b/doc/fastcgi.txt index 39f08bf6..f5fa3ebb 100644 --- a/doc/fastcgi.txt +++ b/doc/fastcgi.txt @@ -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 ----------------------