diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-04-25 14:51:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-04-25 14:51:36 +0000 |
commit | a9512276a49b114af9fc563f895fb561d2031614 (patch) | |
tree | 6cf593acdd9a9ac40c4e85522768c9835c70ea4c /usr.sbin/httpd/htdocs | |
parent | d18431b58033077022c2be36a30813f75e95d0a1 (diff) |
neccessary -> necessary; from Pierre Riteau
Diffstat (limited to 'usr.sbin/httpd/htdocs')
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/misc/rewriteguide.html | 2 | ||||
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/mod/mod_ssl/ssl_reference.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/misc/rewriteguide.html b/usr.sbin/httpd/htdocs/manual/misc/rewriteguide.html index 403eda88a41..195daefd044 100644 --- a/usr.sbin/httpd/htdocs/manual/misc/rewriteguide.html +++ b/usr.sbin/httpd/htdocs/manual/misc/rewriteguide.html @@ -588,7 +588,7 @@ RewriteRule ^/cgi-bin/imagemap(.*) $1 [PT] <dl> <dt><strong>Description:</strong></dt> - <dd>Sometimes it is neccessary to let the webserver search + <dd>Sometimes it is necessary to let the webserver search for pages in more than one directory. Here MultiViews or other techniques cannot help.</dd> diff --git a/usr.sbin/httpd/htdocs/manual/mod/mod_ssl/ssl_reference.html b/usr.sbin/httpd/htdocs/manual/mod/mod_ssl/ssl_reference.html index f7ecb633ffe..1173a6931ae 100644 --- a/usr.sbin/httpd/htdocs/manual/mod/mod_ssl/ssl_reference.html +++ b/usr.sbin/httpd/htdocs/manual/mod/mod_ssl/ssl_reference.html @@ -736,7 +736,7 @@ OpenSSL already caches the SSL session information locally. But because modern clients request inlined images and other data via parallel requests (usually up to four parallel requests are common) those requests are served by <em>different</em> pre-forked server processes. Here an inter-process cache -helps to avoid unneccessary session handshakes. +helps to avoid unnecessary session handshakes. <p> The following two storage <em>type</em>s are currently supported: <ul> |