diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/src/support/logresolve.8 | 26 | ||||
-rw-r--r-- | usr.sbin/httpd/src/support/rotatelogs.8 | 14 | ||||
-rw-r--r-- | usr.sbin/httpd/src/support/suexec.8 | 12 |
3 files changed, 29 insertions, 23 deletions
diff --git a/usr.sbin/httpd/src/support/logresolve.8 b/usr.sbin/httpd/src/support/logresolve.8 index d8d1757e4e7..4e13b8d4207 100644 --- a/usr.sbin/httpd/src/support/logresolve.8 +++ b/usr.sbin/httpd/src/support/logresolve.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: logresolve.8,v 1.7 2004/12/20 15:23:46 jaredy Exp $ +.\" $OpenBSD: logresolve.8,v 1.8 2004/12/21 16:09:34 jmc Exp $ .\" ==================================================================== .\" The Apache Software License, Version 1.1 .\" @@ -66,14 +66,15 @@ .Nm logresolve .Op Fl c .Op Fl s Ar filename -< +\*(Lt .Ar access_log -> +\*(Gt .Ar access_log.new .Sh DESCRIPTION .Nm -is a post-processing program to resolve IP adresses in Apache's access -logfiles. +is a post-processing program to resolve IP adresses in +.Xr httpd 8 Ns 's +access logfiles. To minimize impact on the nameserver, .Nm has its very own internal hash-table cache. @@ -81,18 +82,19 @@ This means that each IP number will only be looked up the first time it is found in the log file. .Pp The following options are supported: -.Bl -tag -width "-s filename" -.It Fl s Ar filename -Specifies the -.Ar filename -to record statistics. +.Bl -tag -width "-s filenameXX" .It Fl c -This causes +This causes .Nm to apply some DNS checks: after finding the hostname from the IP address, it looks up the IP addresses for the hostname and checks that one of them matches the original address. +.It Fl s Ar filename +Specifies the +.Ar filename +to record statistics. .El .Sh SEE ALSO -.Xr httpd 8 +.Xr httpd 8 , +.Xr rotatelogs 8 diff --git a/usr.sbin/httpd/src/support/rotatelogs.8 b/usr.sbin/httpd/src/support/rotatelogs.8 index 1db26248a23..7470a6149cf 100644 --- a/usr.sbin/httpd/src/support/rotatelogs.8 +++ b/usr.sbin/httpd/src/support/rotatelogs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rotatelogs.8,v 1.7 2004/12/20 15:23:46 jaredy Exp $ +.\" $OpenBSD: rotatelogs.8,v 1.8 2004/12/21 16:09:34 jmc Exp $ .\" ==================================================================== .\" The Apache Software License, Version 1.1 .\" @@ -67,8 +67,9 @@ .Ar logfile rotationtime Op Ar offset .Sh DESCRIPTION .Nm -is a simple program for use in conjunction with Apache's piped logfile -feature which can be used like this: +is a simple program for use in conjunction with +.Xr httpd 8 Ns 's +piped logfile feature which can be used like this: .Bd -literal -offset indent TransferLog "| rotatelogs /path/to/logs/access_log 86400" .Ed @@ -79,7 +80,7 @@ where .Em nnnn is the system time at which the log nominally starts (this time will always be a multiple of the rotation time, so you can synchronize -.Xr cron 1 +.Xr cron 8 scripts with it). At the end of each rotation time (here, after 24 hours), a new log is started. @@ -106,6 +107,7 @@ For example, to use local time in the zone UTC \-5 hours, specify a value of \-300 for this argument. .El .Sh SEE ALSO -.Xr cron 1 , .Xr strftime 3 , -.Xr httpd 8 +.Xr cron 8 , +.Xr httpd 8 , +.Xr logresolve 8 diff --git a/usr.sbin/httpd/src/support/suexec.8 b/usr.sbin/httpd/src/support/suexec.8 index 76384a5a78e..0517c3a2405 100644 --- a/usr.sbin/httpd/src/support/suexec.8 +++ b/usr.sbin/httpd/src/support/suexec.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: suexec.8,v 1.9 2004/12/20 15:23:46 jaredy Exp $ +.\" $OpenBSD: suexec.8,v 1.10 2004/12/21 16:09:34 jmc Exp $ .\" ==================================================================== .\" The Apache Software License, Version 1.1 .\" @@ -71,15 +71,17 @@ is the .Dq wrapper support program for the .Em suexec -behaviour for the Apache HTTP server. +behaviour for the Apache +.Xr httpd 8 +server. It is run from within the server automatically to switch the user when an external program has to be run under a different user. For more information about .Nm , see the online document -.Dq Apache suexec Support -on the Apache project's Web site at -.Pa http://httpd.apache.org/docs/suexec.html . +.Dq Apache suEXEC Support +at +.Pa /var/www/htdocs/manual/suexec.html.en . .Pp The options are as follows: .Bl -tag -width indent |