diff options
author | Nathaniel Waisbrot <[email protected]> | 2016-03-09 10:15:16 -0500 |
---|---|---|
committer | Nathaniel Waisbrot <[email protected]> | 2016-03-17 07:40:46 -0400 |
commit | 2c2d0028c8ac834c92b37c0ac7a1eb8e0e1e3c68 (patch) | |
tree | e2827b57011663cbbf1e781add4c0fc20e19f620 /lib/inets/examples/server_root/conf/8888.conf | |
parent | cee5b753e8dbd294b2677f684c404d16dcfcd643 (diff) | |
download | otp-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/examples/server_root/conf/8888.conf')
-rw-r--r-- | lib/inets/examples/server_root/conf/8888.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/examples/server_root/conf/8888.conf b/lib/inets/examples/server_root/conf/8888.conf index 79bb7fcca4..042779fcd0 100644 --- a/lib/inets/examples/server_root/conf/8888.conf +++ b/lib/inets/examples/server_root/conf/8888.conf @@ -1,7 +1,7 @@ Port 8888 #ServerName your.server.net SocketType ip_comm -Modules mod_alias mod_auth mod_esi mod_actions mod_cgi mod_include mod_dir mod_get mod_head mod_log mod_disk_log +Modules mod_alias mod_auth mod_esi mod_actions mod_cgi mod_dir mod_get mod_head mod_log mod_disk_log ServerAdmin [email protected] ServerRoot /var/tmp/server_root ErrorLog logs/error_log_8888 |