aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/httpd_test_data/server_root/conf/httpd.conf
diff options
context:
space:
mode:
authorNathaniel Waisbrot <[email protected]>2016-03-09 10:15:16 -0500
committerNathaniel Waisbrot <[email protected]>2016-03-17 07:40:46 -0400
commit2c2d0028c8ac834c92b37c0ac7a1eb8e0e1e3c68 (patch)
treee2827b57011663cbbf1e781add4c0fc20e19f620 /lib/inets/test/httpd_test_data/server_root/conf/httpd.conf
parentcee5b753e8dbd294b2677f684c404d16dcfcd643 (diff)
downloadotp-2c2d0028c8ac834c92b37c0ac7a1eb8e0e1e3c68.tar.gz
otp-2c2d0028c8ac834c92b37c0ac7a1eb8e0e1e3c68.tar.bz2
otp-2c2d0028c8ac834c92b37c0ac7a1eb8e0e1e3c68.zip
Remove references to old modules
mod_include was already gone in 18, and webtool is out in 19, but some references remained in example config files.
Diffstat (limited to 'lib/inets/test/httpd_test_data/server_root/conf/httpd.conf')
-rw-r--r--lib/inets/test/httpd_test_data/server_root/conf/httpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/httpd_test_data/server_root/conf/httpd.conf b/lib/inets/test/httpd_test_data/server_root/conf/httpd.conf
index 87c2973e5a..d94b245c25 100644
--- a/lib/inets/test/httpd_test_data/server_root/conf/httpd.conf
+++ b/lib/inets/test/httpd_test_data/server_root/conf/httpd.conf
@@ -64,7 +64,7 @@ SocketType ip_comm
# WARNING! Do not tamper with this directive unless you are familiar with
# EWSAPI.
-Modules mod_alias mod_auth mod_esi mod_actions mod_cgi mod_responsecontrol mod_trace mod_range mod_head mod_include mod_dir mod_get mod_log mod_disk_log
+Modules mod_alias mod_auth mod_esi mod_actions mod_cgi mod_responsecontrol mod_trace mod_range mod_head mod_dir mod_get mod_log mod_disk_log
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.