From: Bradley Nicholes Date: Tue, 13 Nov 2001 17:35:32 +0000 (+0000) Subject: Fixed the LoadModule statements to fit the 8.3 and NLM extension X-Git-Tag: 2.0.29~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cce66398d2af2def45edf01b0b973e42a7e25b2;p=apache Fixed the LoadModule statements to fit the 8.3 and NLM extension requirement for NetWare git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91903 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-nw.conf b/docs/conf/httpd-nw.conf index 184ca8706f..6a480f3f17 100644 --- a/docs/conf/httpd-nw.conf +++ b/docs/conf/httpd-nw.conf @@ -118,28 +118,27 @@ Listen @@Port@@ # Statically compiled modules (those listed by `httpd -l') do not need # to be loaded here. # -#LoadModule auth_anon_module modules/mod_auth_anon.nlm -#LoadModule auth_dbm_module modules/mod_auth_dbm.nlm -#LoadModule auth_digest_module modules/mod_auth_digest.nlm -#LoadModule cern_meta_module modules/mod_cern_meta.nlm +#LoadModule auth_anon_module modules/authanon.nlm +#LoadModule auth_dbm_module modules/authdbm.nlm +#LoadModule auth_digest_module modules/digest.nlm +#LoadModule cern_meta_module modules/cernmeta.nlm #LoadModule dav_module modules/mod_dav.nlm -#LoadModule dav_fs_module modules/mod_dav_fs.nlm -#LoadModule expires_module modules/mod_expires.nlm -#LoadModule file_cache_module modules/mod_file_cache.nlm -#LoadModule headers_module modules/mod_headers.nlm -#LoadModule info_module modules/mod_info.nlm -#LoadModule mime_magic_module modules/mod_mime_magic.nlm -#LoadModule proxy_module modules/mod_proxy.nlm +#LoadModule dav_fs_module modules/moddavfs.nlm +#LoadModule expires_module modules/expires.nlm +#LoadModule file_cache_module modules/filecach.nlm +#LoadModule headers_module modules/headers.nlm +#LoadModule info_module modules/info.nlm +#LoadModule mime_magic_module modules/mimemagi.nlm +#LoadModule proxy_module modules/proxy.nlm #LoadModule proxy_connect_module modules/proxy_connect.nlm #LoadModule proxy_http_module modules/proxy_http.nlm #LoadModule proxy_ftp_module modules/proxy_ftp.nlm -#LoadModule rewrite_module modules/mod_rewrite.nlm -#LoadModule speling_module modules/mod_speling.nlm -#LoadModule ssl_module modules/mod_ssl.nlm -#LoadModule status_module modules/mod_status.nlm -#LoadModule unique_id_module modules/mod_unique_id.nlm -#LoadModule usertrack_module modules/mod_usertrack.nlm -#LoadModule vhost_alias_module modules/mod_vhost_alias.nlm +#LoadModule rewrite_module modules/rewrite.nlm +#LoadModule speling_module modules/speling.nlm +#LoadModule status_module modules/status.nlm +#LoadModule unique_id_module modules/uniqueid.nlm +#LoadModule usertrack_module modules/usertrk.nlm +#LoadModule vhost_alias_module modules/vhost.nlm # # ExtendedStatus controls whether Apache will generate "full" status @@ -148,6 +147,17 @@ Listen @@Port@@ # #ExtendedStatus On +# +# SecureListen: Allows you to securely bind Apache to specific IP addresses +# and/or ports. +# +# Change this to SecureListen on specific IP addresses as shown below to +# prevent Apache from glomming onto all bound IP addresses (0.0.0.0) +# +#SecureListen 12.34.56.78:443 "SSL CertificateIP" +# +#SecureListen @@Port@@ "@@SSL_CERT_NAME@@" + ### Section 2: 'Main' server configuration # # The directives in this section set up the values used by the 'main'