From: Sameer Parekh Date: Tue, 26 Nov 1996 05:36:42 +0000 (+0000) Subject: Fix links to core.html X-Git-Tag: APACHE_1_2b1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1bfbe4960e658eb187bb012a391e7553cd772c8;p=apache Fix links to core.html git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77050 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/bind.html b/docs/manual/bind.html index 9c6f401d95..c9ec916a7f 100644 --- a/docs/manual/bind.html +++ b/docs/manual/bind.html @@ -88,10 +88,10 @@ not listening to, it cannot be accessed. See also the documentation on Virtual Hosts, Non-IP virtual hosts, -BindAddress directive, -Port directive +BindAddress directive, +Port directive and -<VirtualHost> section. +<VirtualHost> section. diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en index 9c6f401d95..c9ec916a7f 100644 --- a/docs/manual/bind.html.en +++ b/docs/manual/bind.html.en @@ -88,10 +88,10 @@ not listening to, it cannot be accessed. See also the documentation on Virtual Hosts, Non-IP virtual hosts, -BindAddress directive, -Port directive +BindAddress directive, +Port directive and -<VirtualHost> section. +<VirtualHost> section. diff --git a/docs/manual/custom-error.html b/docs/manual/custom-error.html index bb4bce4713..0518f041cd 100644 --- a/docs/manual/custom-error.html +++ b/docs/manual/custom-error.html @@ -61,7 +61,7 @@ ErrorDocument 404 /Lame_excuses/not_found.html
ErrorDocument 401 /Subscription/how_to_subscribe.html The syntax is,

-ErrorDocument +ErrorDocument <3-digit-code> action

where the action can be, diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en index bb4bce4713..0518f041cd 100644 --- a/docs/manual/custom-error.html.en +++ b/docs/manual/custom-error.html.en @@ -61,7 +61,7 @@ ErrorDocument 404 /Lame_excuses/not_found.html
ErrorDocument 401 /Subscription/how_to_subscribe.html The syntax is,

-ErrorDocument +ErrorDocument <3-digit-code> action

where the action can be, diff --git a/docs/manual/install.html b/docs/manual/install.html index fd4c7eb1b3..4c255ef5d7 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -109,8 +109,8 @@ The server should be now running.

By default the srm.conf and access.conf files are located by name; to specifically call them by other names, use the -AccessConfig and -ResourceConfig directives in +AccessConfig and +ResourceConfig directives in httpd.conf. diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index fd4c7eb1b3..4c255ef5d7 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -109,8 +109,8 @@ The server should be now running.

By default the srm.conf and access.conf files are located by name; to specifically call them by other names, use the -AccessConfig and -ResourceConfig directives in +AccessConfig and +ResourceConfig directives in httpd.conf. diff --git a/docs/manual/misc/security_tips.html b/docs/manual/misc/security_tips.html index f9c89820c8..f6060dc55a 100644 --- a/docs/manual/misc/security_tips.html +++ b/docs/manual/misc/security_tips.html @@ -21,7 +21,7 @@ arbitrary programs on the server. That thought alone should send a shiver down the spine of any sys-admin.

One solution is to disable that part of SSI. To do that you use the -IncludesNOEXEC option to the Options +IncludesNOEXEC option to the Options directive.