From 44df739812d09932cb8f34ecdf8e46bb66680c8b Mon Sep 17 00:00:00 2001 From: dgaudet Date: Fri, 27 Jun 1997 03:02:14 +0000 Subject: [PATCH] Merge in all of the docs from HEAD, I'll clean it up a bit later. Reviewed by: Submitted by: Obtained from: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/unlabeled-1.6.2@78392 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_autoindex.html | 20 ++++++++++++++++++++ docs/manual/platform/perf-bsd44.html | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index aebd31a5bb8..a6cccca6100 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -324,6 +324,26 @@ This will suppress the file size in fancy indexing listings.
This will suppress the file description in fancy indexing listings. +
IconHeight[=pixels] (Apache 1.3 and later) +
+ +Presence of this option, when used with IconWidth, will cause the server +to include HEIGHT and WIDTH attributes in the +IMG tag for the file icon. This allows browser to +precalculate the page layout without having to wait until all the +images have been loaded. If no value is given for the option, it +defaults to the standard height of the icons supplied with the Apache +software. +
IconWidth[=pixels] (Apache 1.3 and later) +
+ +Presence of this option, when used with IconHeight, will cause the server +to include HEIGHT and WIDTH attributes in the +IMG tag for the file icon. This allows browser to +precalculate the page layout without having to wait until all the +images have been loaded. If no value is given for the option, it +defaults to the standard width of the icons supplied with the Apache +software. This default is that no options are enabled. If multiple IndexOptions could apply to a directory, then the most specific one is taken complete; diff --git a/docs/manual/platform/perf-bsd44.html b/docs/manual/platform/perf-bsd44.html index 0a1661b7ca3..f754f213acb 100644 --- a/docs/manual/platform/perf-bsd44.html +++ b/docs/manual/platform/perf-bsd44.html @@ -219,7 +219,7 @@ helpful suggestions and information.
It really does help if your kernel and frequently used utilities are fully optimized. Rebuilding the FreeBSD kernel on an AMD-133 (486-class CPU) web-server with
- -m486 -fexpensive-optimizations -fomit-frame-ponter -O2
+ -m486 -fexpensive-optimizations -fomit-frame-pointer -O2
helped reduce the number of "unable" errors, because the CPU was often maxed out.

-- 2.47.2