From: Joshua Slive Please also check the known
@@ -43,7 +43,7 @@ client problems page.
- The second option is to set up a AuthType, AuthName, AuthUserFile
or
+ entries for AuthType, AuthName, AuthUserFile
or
AuthGroupFile
. None of these are
needed (or appropriate) for restricting access based on client
domain. When Apache sees AuthType
it (reasonably)
@@ -57,7 +57,7 @@ client problems page.
exec cgi=""
produces reasonable malformed
header responses when used to invoke non-CGI scripts.
- The NCSA code ignores the missing header. (bad idea)
+ The NCSA code ignores the missing header (bad idea).
Solution: write CGI to the CGI spec and use
include virtual
, or use exec cmd=""
instead.
@@ -90,7 +90,7 @@ client problems page.
booting unless an added optional
keyword is included.
OnDeny
use
+OnDeny
; use
ErrorDocument
instead.
@@ -115,7 +115,7 @@ client problems page.
ScriptAlias
pointing to
+ScriptAlias
pointing to
a CGI script which outputs a 301 or 302 status and the
location
of the other server.
Note: httpd.pid
is a file containing the
process id
@@ -135,7 +134,7 @@ nightly or weekly basis.
robots.txt
which you don't have, and never did have?
These clients are called robots (also known as crawlers, -spiders and other cute name) - special automated clients which +spiders and other cute names) - special automated clients which wander around the web looking for interesting resources.
Most robots are used to generate some kind of web index which @@ -155,7 +154,7 @@ will want to stop.
Another reason some webmasters want to block access to robots, is to stop them indexing dynamic information. Many search engines will use the -data collected from your pages for months to come - not much use if your +data collected from your pages for months to come - not much use if you're serving stock quotes, news, weather reports or anything else that will be stale by the time people find it in a search engine.
@@ -194,7 +193,7 @@ to set the directive ProxyRemote differently. Here are my settings:Requests on port 80 of my proxy nicklas are forwarded to -proxy.mayn.franken.de:8080, while requests on port 443 are +proxy.mayn.franken.de:8080, while requests on port 443 are forwarded to proxy.mayn.franken.de:443. If the remote proxy is not set up to handle port 443, then the last directive can be left out. SSL requests