]> TLD Linux GIT Repositories - packages/apache.git/commitdiff
- ok, fixed
authorBartosz Świątek <shadzik@tld-linux.org>
Sat, 25 Feb 2012 15:56:47 +0000 (16:56 +0100)
committerBartosz Świątek <shadzik@tld-linux.org>
Sat, 25 Feb 2012 15:56:47 +0000 (16:56 +0100)
17 files changed:
apache-httpd.conf
apache-mod_authz_host.conf
apache-mod_autoindex.conf
apache-mod_cgid.conf
apache-mod_dav.conf
apache-mod_deflate.conf
apache-mod_dir.conf
apache-mod_info.conf
apache-mod_log_config.conf
apache-mod_mime.conf
apache-mod_mime_magic.conf
apache-mod_proxy.conf
apache-mod_ssl.conf
apache-mod_status.conf
apache-mod_suexec.conf
apache-mod_userdir.conf
apache-mod_vhost_alias.conf

index 98f483aa17c99c8868c88d0354309ae263913dbc..9a203f01c8198eb7cbfdfde4bfafbad058e1a617 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-httpd.conf,v 1.58 2011/10/25 09:40:41 psz Exp $
+
 #
 # This is the main Apache HTTP server configuration file.
 # It contains the configuration directives that give the server its instructions.
index b64bd546db574245771964ab5aa2f57fe88cfd1b..cf9c2599c7387fc9df9703ea44b328756fd856bb 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-mod_authz_host.conf,v 1.2 2005/12/21 13:20:11 glen Exp $
+
 LoadModule authz_host_module modules/mod_authz_host.so
 
 # The following lines prevent .htaccess and .htpasswd files from being
index 9cf9faa11f1f7dcc57fb86dc95eff6fd70a3fc17..a8fb2ed58b38de783a5a8fcdca339daa054257e3 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-mod_autoindex.conf,v 1.10 2011/04/03 13:22:25 glen Exp $
+
 LoadModule autoindex_module    modules/mod_autoindex.so
 
 #
index 4d0552681e60dd5feb7c0bffb75e5c4b215a6563..d4471abfc53f64784379f8fc0046e7a6472146ef 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-mod_cgid.conf,v 1.4 2005/12/21 13:31:35 glen Exp $
+
 LoadModule cgid_module modules/mod_cgid.so
 
 <IfModule cgid_module>
index cb352205b74cd445f08589ae6d4e86dfb68868ad..b8008f256841bc990a4017fbde8daf23e727891e 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-mod_dav.conf,v 1.10 2010/01/19 14:01:14 baggins Exp $
+
 LoadModule dav_module          modules/mod_dav.so
 LoadModule dav_fs_module       modules/mod_dav_fs.so
 LoadModule dav_lock_module     modules/mod_dav_lock.so
index 47367b74639883e02fbd6b777712db9887c99621..bdfc58dfd7142b9808ae33455cecb016ac7297d2 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-mod_deflate.conf,v 1.12 2011/08/13 19:27:46 glen Exp $
+
 LoadModule deflate_module              modules/mod_deflate.so
 
 # Safe but working settings - compress only that types:
index 71058432950b65e5f9013ffb52f9ec0316e64692..f84f5b83517c4f116e4dfe7d2a5801d48bbaa54b 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-mod_dir.conf,v 1.11 2006/02/12 15:38:52 blues Exp $
+
 LoadModule dir_module  modules/mod_dir.so
 
 # DirectoryIndex: sets the file that Apache will serve if a directory
index cdce091d0376f93326eabf1d1190c747367e2b07..6ede0b073e1f4df081b211976235e5fe67370492 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-mod_info.conf,v 1.9 2005/12/21 13:27:28 glen Exp $
+
 LoadModule info_module         modules/mod_info.so
 
 # Get information about the requests being processed by the server
index e5e827c5f0055209b5110757cf2b8d358b979bde..849dae08064fb12ccab90ec5b10d6931647872d4 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-mod_log_config.conf,v 1.3 2005/12/19 15:13:03 glen Exp $
+
 LoadModule log_config_module modules/mod_log_config.so
 
 <IfModule log_config_module>
index 1b0aedb2ab4cd6d5536f876bff4869082452fa21..21eeb23d405f8c640c6dd9f6184cba478a40343a 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-mod_mime.conf,v 1.2 2005/12/21 13:27:28 glen Exp $
+
 LoadModule mime_module modules/mod_mime.so
 
 <IfModule mime_module>
index 55bdcb3ff1925f00612c603af9ccdb7992caaf3a..40b22e9d2086fc0dceefe2cabc28eb4341bbd2f3 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-mod_mime_magic.conf,v 1.4 2006/07/26 21:18:51 blues Exp $
+
 LoadModule mime_magic_module modules/mod_mime_magic.so
 
 # The mod_mime_magic module allows the server to use various hints from the
index 4637d57b496c72bccd9bbd1d018510534cc9023a..8b21e9c6daf7caebd555e4871b94701aaa63a565 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-mod_proxy.conf,v 1.9 2005/12/21 13:27:28 glen Exp $
+
 LoadModule proxy_module                         modules/mod_proxy.so
 
 # FIXME: enable or disable these by default?
index f442e2daeeb2f0f36a6999cab1080edf77fe9b93..ccfa2149df776d98a97c643ce777e3d8929765f7 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-mod_ssl.conf,v 1.20 2010/07/06 08:18:18 psz Exp $
+
 LoadModule ssl_module  modules/mod_ssl.so
 
 # This is the Apache server configuration file providing SSL support.
index 84a3bfc0027573420371de9f4cb4e02b231511a2..62e9b2a26e6198258f5bd2a740bdc827c9e1bcfd 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-mod_status.conf,v 1.8 2005/12/21 13:27:28 glen Exp $
+
 LoadModule status_module               modules/mod_status.so
 
 #
index b0766278d4dcce848ee5dfc29914fade6116afeb..ffc3c969dbf7ae4dda79749347856ea2b5cb978e 100644 (file)
@@ -1,2 +1,2 @@
-# $Id: apache-mod_suexec.conf,v 1.5 2005/12/21 13:27:28 glen Exp $
+
 LoadModule suexec_module               modules/mod_suexec.so
index 5334e2462da96dab7b81ebacd1298b8025dcb283..967522711c88a542077262a9b35d943f438b0919 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-mod_userdir.conf,v 1.6 2008/11/16 14:12:47 gotar Exp $
+
 LoadModule userdir_module         modules/mod_userdir.so
 
 # Settings for user home directories
index 461e5dda3bf8efb7c2e2b8a703da4de13f51b07f..2d5b0e8a4dad2c9598911aecf222fcf6f25d0e40 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: apache-mod_vhost_alias.conf,v 1.7 2009/11/04 11:42:20 glen Exp $
+
 LoadModule vhost_alias_module   modules/mod_vhost_alias.so
 
 <IfModule mod_vhost_alias.c>