diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-06-18 05:42:30 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-06-18 05:42:30 +0000 |
commit | 669112718c111dfdfaa7ea90515d0acafaed59f8 (patch) | |
tree | 277c553716905e655cf89c8d75c6ee347de05db7 /usr.sbin/httpd/htdocs/manual | |
parent | e3d454b2a3490cce561f2901e9a96d2f69c30aeb (diff) |
Remove references to httpd.conf-dist.
ok deraadt@
Diffstat (limited to 'usr.sbin/httpd/htdocs/manual')
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/misc/perf-bsd44.html | 2 | ||||
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/mod/mod_ssl/ssl_faq.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/misc/perf-bsd44.html b/usr.sbin/httpd/htdocs/manual/misc/perf-bsd44.html index b68731b9220..785f66dad85 100644 --- a/usr.sbin/httpd/htdocs/manual/misc/perf-bsd44.html +++ b/usr.sbin/httpd/htdocs/manual/misc/perf-bsd44.html @@ -193,7 +193,7 @@ options OPEN_MAX=512 # maximum fds (breaks RPC svcs) <em>httpd.h</em> and recompile if you need to run more than the default 150 instances of httpd.</p> - <p>From conf/httpd.conf-dist:</p> + <p>From conf/httpd.conf:</p> <pre> # Limit on total number of servers running, <em>i.e.</em>, limit on the number # of clients who can simultaneously connect --- if this limit is ever diff --git a/usr.sbin/httpd/htdocs/manual/mod/mod_ssl/ssl_faq.html b/usr.sbin/httpd/htdocs/manual/mod/mod_ssl/ssl_faq.html index e3d3aa8f26d..332cb35fb2f 100644 --- a/usr.sbin/httpd/htdocs/manual/mod/mod_ssl/ssl_faq.html +++ b/usr.sbin/httpd/htdocs/manual/mod/mod_ssl/ssl_faq.html @@ -1314,7 +1314,7 @@ I try to connect to my freshly installed server? <p> Either you have messed up your <code>SSLCipherSuite</code> directive (compare it with the pre-configured example in - <code>httpd.conf-dist</code>) or you have choosen the DSA/DH + <code>httpd.conf</code>) or you have choosen the DSA/DH algorithms instead of RSA under "<code>make certificate</code>" and ignored or overseen the warnings. Because if you have choosen DSA/DH, then your server no longer speaks RSA-based SSL ciphers |