25dfed2b46
note that throttle configuration has been merged into httpd.conf ; small bug fixes and improvements
70 lines
3.1 KiB
Plaintext
70 lines
3.1 KiB
Plaintext
$OpenBSD: patch-doc_hiawatha_1,v 1.5 2007/07/06 12:09:12 ajacoutot Exp $
|
|
--- doc/hiawatha.1.orig Thu Jul 5 15:51:58 2007
|
|
+++ doc/hiawatha.1 Fri Jul 6 13:49:17 2007
|
|
@@ -23,7 +23,7 @@ hiawatha \- Advanced and secure webserver
|
|
Hiawatha is a secure webserver for Unix. It has been written with 'being secure' as its main goal. Hiawatha has lots of features that no other webserver has. This and the fact that Hiawatha's source code is free of security-bugs, makes Hiawatha the most secure webserver available.
|
|
.br
|
|
|
|
-Hiawatha has been tested and runs perfectly on Linux, FreeBSD, MacOS X and Cygwin.
|
|
+Hiawatha has been tested and runs perfectly on Linux, {Open,Free}BSD, MacOS X and Cygwin.
|
|
|
|
.\" ==========[ Configuration files ]==========================================
|
|
.SH CONFIGURATION FILES
|
|
@@ -150,7 +150,7 @@ Example: CGIhandler = /usr/bin/php4-cgi:php,php4
|
|
.B CGIwrapper = <CGI wrapper>
|
|
Specify the wrapper for CGI processes. A secure CGI wrapper is included in the Hiawatha package (see cgi-wrapper(1) for more information).
|
|
.br
|
|
-Example: CGIwrapper = /usr/sbin/cgi-wrapper
|
|
+Example: CGIwrapper = !!LOCALBASE!!/sbin/cgi-wrapper
|
|
.TP
|
|
.B CommandChannel = <portnumber>,<MD5 hash of password>
|
|
The port and the password for the CommandChannel. You can use telnet to connect to the CommandChannel (localhost:<portnumber>). Type 'help' in the CommandChannel for more information.
|
|
@@ -183,7 +183,7 @@ Example: GarbageLogfile = /var/log/hiawatha/garbage.lo
|
|
.B Include <filename>
|
|
Include another configurationfile.
|
|
.br
|
|
-Example: Include /etc/hiawatha/hosts.conf
|
|
+Example: Include !!SYSCONFDIR!!/hiawatha/hosts.conf
|
|
.TP
|
|
.B KickOnBan = yes|no
|
|
Close all other connections that originate from the same IP in case of a ban.
|
|
@@ -235,7 +235,7 @@ Default = /var/run/hiawatha.pid, example: PIDfile = /u
|
|
.B ServerId = <userid>|<userid>:<groupid>[,<groupid>, ...]
|
|
The userid and groupid(s) the server will change to. If only a userid is specified, the groupid(s) will be looked up in /etc/passwd and /etc/group. The userid en groupid 'root' are not allowed here.
|
|
.br
|
|
-Default = 65534:65534, example: ServerId = www-data
|
|
+Default = 579:579, example: ServerId = www-data
|
|
.TP
|
|
.B ServerKey = <SSL certificate file>
|
|
The file containing the SSL private key and certificate. These will be used for all SSL bindings that don't have their own certificate file (see ServerKey and UseSSL in BINDING CONFIGURATION).
|
|
@@ -652,7 +652,7 @@ and
|
|
.B UseGZfile
|
|
|
|
.SH MIMETYPES
|
|
-Specify the mimetypes of files in /etc/hiawatha/mimetypes.conf.
|
|
+Specify the mimetypes of files in !!SYSCONFDIR!!/hiawatha/mimetypes.conf.
|
|
.TP
|
|
.B <mimetype> <extension> [<extension> ...]
|
|
Example: image/jpeg jpg jpeg jpe
|
|
@@ -676,15 +676,15 @@ Will unban all clients.
|
|
Will disconnect all clients.
|
|
|
|
.SH FILES
|
|
-.B /usr/sbin/hiawatha
|
|
+.B !!LOCALBASE!!/sbin/hiawatha
|
|
.br
|
|
-.B /etc/hiawatha/httpd.conf
|
|
+.B !!SYSCONFDIR!!/hiawatha/httpd.conf
|
|
.br
|
|
-.B /etc/hiawatha/mime.types
|
|
+.B !!SYSCONFDIR!!/hiawatha/mime.types
|
|
.br
|
|
-.B /etc/hiawatha/cgi-wrapper.conf
|
|
+.B !!SYSCONFDIR!!/hiawatha/cgi-wrapper.conf
|
|
.br
|
|
-.B /etc/hiawatha/php-fcgi.conf
|
|
+.B !!SYSCONFDIR!!/hiawatha/php-fcgi.conf
|
|
|
|
|
|
.SH SEE ALSO
|