You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2001/11/13 18:35:32 UTC

cvs commit: httpd-2.0/docs/conf httpd-nw.conf

bnicholes    01/11/13 09:35:32

  Modified:    docs/conf httpd-nw.conf
  Log:
  Fixed the LoadModule statements to fit the 8.3 and NLM extension
  requirement for NetWare
  
  Revision  Changes    Path
  1.8       +28 -18    httpd-2.0/docs/conf/httpd-nw.conf
  
  Index: httpd-nw.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-nw.conf,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- httpd-nw.conf	2001/10/29 22:52:53	1.7
  +++ httpd-nw.conf	2001/11/13 17:35:32	1.8
  @@ -118,28 +118,27 @@
   # 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
  @@ -147,6 +146,17 @@
   # Off) when the "server-status" handler is called. The default is Off.
   #
   #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
   #