From 5766b4590e45befbcb2e7badd722ab56dc99a649 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Sat, 19 Aug 2000 05:50:29 +0000 Subject: [PATCH] Remove the obsolete ResourceConfig and AccessConfig directives git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86113 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-std.conf | 17 ----------------- docs/conf/httpd-win.conf | 17 ----------------- 2 files changed, 34 deletions(-) diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index 8b5425ea2f..c62c4ed876 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -10,11 +10,6 @@ # what they do. They're here only as hints or reminders. If you are unsure # consult the online docs. You have been warned. # -# After this file is processed, the server will look for and process -# @@ServerRoot@@/conf/srm.conf and then @@ServerRoot@@/conf/access.conf -# unless you have overridden these with ResourceConfig and/or -# AccessConfig directives here. -# # The configuration directives are grouped into three basic sections: # 1. Directives that control the operation of the Apache server process as a # whole (the 'global environment'). @@ -81,18 +76,6 @@ PidFile logs/httpd.pid ScoreBoardFile logs/apache_runtime_status -# -# In the standard configuration, the server will process this file, -# srm.conf, and access.conf in that order. The latter two files are -# now distributed empty, as it is recommended that all directives -# be kept in a single file for simplicity. The commented-out values -# below are the built-in defaults. You can have the server ignore -# these files altogether by using "/dev/null" (for Unix) or -# "nul" (for Win32) for the arguments to the directives. -# -#ResourceConfig conf/srm.conf -#AccessConfig conf/access.conf - # # Timeout: The number of seconds before receives and sends time out. # diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index d3d0b8f2c8..12b4d768c7 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -10,11 +10,6 @@ # what they do. They're here only as hints or reminders. If you are unsure # consult the online docs. You have been warned. # -# After this file is processed, the server will look for and process -# @@ServerRoot@@/conf/srm.conf and then @@ServerRoot@@/conf/access.conf -# unless you have overridden these with ResourceConfig and/or -# AccessConfig directives here. -# # The configuration directives are grouped into three basic sections: # 1. Directives that control the operation of the Apache server process as a # whole (the 'global environment'). @@ -70,18 +65,6 @@ PidFile logs/httpd.pid # #ScoreBoardFile logs/apache_status -# -# In the standard configuration, the server will process httpd.conf, -# srm.conf, and access.conf in that order. The latter two files are -# now distributed empty, as it is recommended that all directives -# be kept in a single file for simplicity. The commented-out values -# below are the built-in defaults. You can have the server ignore -# these files altogether by using "/dev/null" (for Unix) or -# "nul" (for Win32) for the arguments to the directives. -# -#ResourceConfig conf/srm.conf -#AccessConfig conf/access.conf - # # Timeout: The number of seconds before receives and sends time out. # -- 2.50.1