[csw-devel] SF.net SVN: gar:[11085] csw/mgar/pkg/apache2/trunk/files/httpd.conf.CSW

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed Sep 29 04:15:45 CEST 2010


Revision: 11085
          http://gar.svn.sourceforge.net/gar/?rev=11085&view=rev
Author:   bdwalton
Date:     2010-09-29 02:15:44 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
apache2: update template for httpd.conf

Modified Paths:
--------------
    csw/mgar/pkg/apache2/trunk/files/httpd.conf.CSW

Modified: csw/mgar/pkg/apache2/trunk/files/httpd.conf.CSW
===================================================================
--- csw/mgar/pkg/apache2/trunk/files/httpd.conf.CSW	2010-09-29 01:11:31 UTC (rev 11084)
+++ csw/mgar/pkg/apache2/trunk/files/httpd.conf.CSW	2010-09-29 02:15:44 UTC (rev 11085)
@@ -13,9 +13,9 @@
 # Configuration and logfile names: If the filenames you specify for many
 # of the server's control files begin with "/" (or "drive:/" for Win32), the
 # server will use that explicit path.  If the filenames do *not* begin
-# with "/", the value of ServerRoot is prepended -- so "var/log/foo.log"
+# with "/", the value of ServerRoot is prepended -- so "var/log/foo_log"
 # with ServerRoot set to "/opt/csw/apache2" will be interpreted by the
-# server as "/opt/csw/apache2/var/log/foo.log".
+# server as "/opt/csw/apache2/var/log/foo_log".
 
 #
 # ServerRoot: The top of the directory tree under which the server's
@@ -54,7 +54,7 @@
 LoadModule authn_file_module libexec/mod_authn_file.so
 LoadModule authn_dbm_module libexec/mod_authn_dbm.so
 LoadModule authn_anon_module libexec/mod_authn_anon.so
-#LoadModule authn_dbd_module libexec/mod_authn_dbd.so
+LoadModule authn_dbd_module libexec/mod_authn_dbd.so
 LoadModule authn_default_module libexec/mod_authn_default.so
 LoadModule authn_alias_module libexec/mod_authn_alias.so
 LoadModule authz_host_module libexec/mod_authz_host.so
@@ -66,63 +66,65 @@
 LoadModule authz_default_module libexec/mod_authz_default.so
 LoadModule auth_basic_module libexec/mod_auth_basic.so
 LoadModule auth_digest_module libexec/mod_auth_digest.so
-#LoadModule file_cache_module libexec/mod_file_cache.so
-#LoadModule cache_module libexec/mod_cache.so
-#LoadModule disk_cache_module libexec/mod_disk_cache.so
-#LoadModule mem_cache_module libexec/mod_mem_cache.so
-#LoadModule dbd_module libexec/mod_dbd.so
-#LoadModule bucketeer_module libexec/mod_bucketeer.so
-#LoadModule dumpio_module libexec/mod_dumpio.so
-#LoadModule ext_filter_module libexec/mod_ext_filter.so
+LoadModule file_cache_module libexec/mod_file_cache.so
+LoadModule cache_module libexec/mod_cache.so
+LoadModule disk_cache_module libexec/mod_disk_cache.so
+LoadModule mem_cache_module libexec/mod_mem_cache.so
+LoadModule dbd_module libexec/mod_dbd.so
+LoadModule bucketeer_module libexec/mod_bucketeer.so
+LoadModule dumpio_module libexec/mod_dumpio.so
+LoadModule reqtimeout_module libexec/mod_reqtimeout.so
+LoadModule ext_filter_module libexec/mod_ext_filter.so
 LoadModule include_module libexec/mod_include.so
-#LoadModule filter_module libexec/mod_filter.so
-#LoadModule charset_lite_module libexec/mod_charset_lite.so
+LoadModule filter_module libexec/mod_filter.so
+LoadModule substitute_module libexec/mod_substitute.so
+LoadModule charset_lite_module libexec/mod_charset_lite.so
 LoadModule deflate_module libexec/mod_deflate.so
 LoadModule ldap_module libexec/mod_ldap.so
 LoadModule log_config_module libexec/mod_log_config.so
-#LoadModule log_forensic_module libexec/mod_log_forensic.so
-#LoadModule logio_module libexec/mod_logio.so
+LoadModule log_forensic_module libexec/mod_log_forensic.so
+LoadModule logio_module libexec/mod_logio.so
 LoadModule env_module libexec/mod_env.so
 LoadModule mime_magic_module libexec/mod_mime_magic.so
-#LoadModule cern_meta_module libexec/mod_cern_meta.so
+LoadModule cern_meta_module libexec/mod_cern_meta.so
 LoadModule expires_module libexec/mod_expires.so
 LoadModule headers_module libexec/mod_headers.so
-#LoadModule ident_module libexec/mod_ident.so
-#LoadModule usertrack_module libexec/mod_usertrack.so
-#LoadModule unique_id_module libexec/mod_unique_id.so
+LoadModule ident_module libexec/mod_ident.so
+LoadModule usertrack_module libexec/mod_usertrack.so
+LoadModule unique_id_module libexec/mod_unique_id.so
 LoadModule setenvif_module libexec/mod_setenvif.so
-#LoadModule version_module libexec/mod_version.so
-#LoadModule proxy_module libexec/mod_proxy.so
-#LoadModule proxy_connect_module libexec/mod_proxy_connect.so
-#LoadModule proxy_ftp_module libexec/mod_proxy_ftp.so
-#LoadModule proxy_http_module libexec/mod_proxy_http.so
-#LoadModule proxy_ajp_module libexec/mod_proxy_ajp.so
-#LoadModule proxy_balancer_module libexec/mod_proxy_balancer.so
-<IfDefine SSL>
+LoadModule version_module libexec/mod_version.so
+LoadModule proxy_module libexec/mod_proxy.so
+LoadModule proxy_connect_module libexec/mod_proxy_connect.so
+LoadModule proxy_ftp_module libexec/mod_proxy_ftp.so
+LoadModule proxy_http_module libexec/mod_proxy_http.so
+LoadModule proxy_scgi_module libexec/mod_proxy_scgi.so
+LoadModule proxy_ajp_module libexec/mod_proxy_ajp.so
+LoadModule proxy_balancer_module libexec/mod_proxy_balancer.so
 LoadModule ssl_module libexec/mod_ssl.so
-</IfDefine>
 LoadModule mime_module libexec/mod_mime.so
-#LoadModule dav_module libexec/mod_dav.so
+LoadModule dav_module libexec/mod_dav.so
 LoadModule status_module libexec/mod_status.so
 LoadModule autoindex_module libexec/mod_autoindex.so
-#LoadModule asis_module libexec/mod_asis.so
+LoadModule asis_module libexec/mod_asis.so
 LoadModule info_module libexec/mod_info.so
+LoadModule suexec_module libexec/mod_suexec.so
 LoadModule cgi_module libexec/mod_cgi.so
-#LoadModule cgid_module libexec/mod_cgid.so
-#LoadModule dav_fs_module libexec/mod_dav_fs.so
-#LoadModule dav_lock_module libexec/mod_dav_lock.so
-#LoadModule vhost_alias_module libexec/mod_vhost_alias.so
+LoadModule cgid_module libexec/mod_cgid.so
+LoadModule dav_fs_module libexec/mod_dav_fs.so
+LoadModule dav_lock_module libexec/mod_dav_lock.so
+LoadModule vhost_alias_module libexec/mod_vhost_alias.so
 LoadModule negotiation_module libexec/mod_negotiation.so
 LoadModule dir_module libexec/mod_dir.so
-#LoadModule imagemap_module libexec/mod_imagemap.so
+LoadModule imagemap_module libexec/mod_imagemap.so
 LoadModule actions_module libexec/mod_actions.so
-#LoadModule speling_module libexec/mod_speling.so
+LoadModule speling_module libexec/mod_speling.so
 LoadModule userdir_module libexec/mod_userdir.so
 LoadModule alias_module libexec/mod_alias.so
 LoadModule rewrite_module libexec/mod_rewrite.so
 
+<IfModule !mpm_netware_module>
 <IfModule !mpm_winnt_module>
-<IfModule !mpm_netware_module>
 #
 # If you wish httpd to run as a different user or group, you must run
 # httpd as root initially and it will switch.  
@@ -133,6 +135,7 @@
 #
 User @USER@
 Group @GROUP@
+
 </IfModule>
 </IfModule>
 
@@ -241,6 +244,7 @@
 <FilesMatch "^\.ht">
     Order allow,deny
     Deny from all
+    Satisfy All
 </FilesMatch>
 
 #
@@ -250,7 +254,7 @@
 # logged here.  If you *do* define an error logfile for a <VirtualHost>
 # container, that host's errors will be logged there and not here.
 #
-ErrorLog var/log/error_log
+ErrorLog "var/log/error_log"
 
 #
 # LogLevel: Control the number of messages logged to the error_log.
@@ -279,13 +283,13 @@
     # define per-<VirtualHost> access logfiles, transactions will be
     # logged therein and *not* in this file.
     #
-    CustomLog var/log/access_log common
+    CustomLog "var/log/access_log" common
 
     #
     # If you prefer a logfile with access, agent, and referer information
     # (Combined Logfile Format) you can use the following directive.
     #
-    #CustomLog var/log/access_log combined
+    #CustomLog "var/log/access_log" combined
 </IfModule>
 
 <IfModule alias_module>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list