]> TLD Linux GIT Repositories - packages/apache.git/commitdiff
Revert "- noone cares for those cvs lines"
authorBartosz Świątek <shadzik@tld-linux.org>
Sat, 25 Feb 2012 15:48:40 +0000 (16:48 +0100)
committerBartosz Świątek <shadzik@tld-linux.org>
Sat, 25 Feb 2012 15:48:40 +0000 (16:48 +0100)
This reverts commit 90c90df612ee7fed362476fa3c431b405616737d.

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 41d565d203e8e92da17ffae4dbcda920d97bae34..98f483aa17c99c8868c88d0354309ae263913dbc 100644 (file)
@@ -1,4 +1,4 @@
- apache-httpd.conf,v 1.58 2011/10/25 09:40:41 psz Exp $
+# $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 790b81581788a217948a1e69337ea62ae8d87b94..b64bd546db574245771964ab5aa2f57fe88cfd1b 100644 (file)
@@ -1,4 +1,4 @@
- apache-mod_authz_host.conf,v 1.2 2005/12/21 13:20:11 glen Exp $
+# $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 f02bfb16ac218160b99e8b36096f65936d5beca6..9cf9faa11f1f7dcc57fb86dc95eff6fd70a3fc17 100644 (file)
@@ -1,4 +1,4 @@
- apache-mod_autoindex.conf,v 1.10 2011/04/03 13:22:25 glen Exp $
+# $Id: apache-mod_autoindex.conf,v 1.10 2011/04/03 13:22:25 glen Exp $
 LoadModule autoindex_module    modules/mod_autoindex.so
 
 #
index 2ed00e0f15fc48dd19811af86c5aba9976c85b6e..4d0552681e60dd5feb7c0bffb75e5c4b215a6563 100644 (file)
@@ -1,4 +1,4 @@
- apache-mod_cgid.conf,v 1.4 2005/12/21 13:31:35 glen Exp $
+# $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 0901eed8f62372d2754f687d0b853404290a9014..cb352205b74cd445f08589ae6d4e86dfb68868ad 100644 (file)
@@ -1,4 +1,4 @@
- apache-mod_dav.conf,v 1.10 2010/01/19 14:01:14 baggins Exp $
+# $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 b1b98cffe708ec37648ec97146e55f517e1ce8f0..47367b74639883e02fbd6b777712db9887c99621 100644 (file)
@@ -1,4 +1,4 @@
- apache-mod_deflate.conf,v 1.12 2011/08/13 19:27:46 glen Exp $
+# $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 3775b8bc1367a3b87a4e5cf4bea70d2228c8a10e..71058432950b65e5f9013ffb52f9ec0316e64692 100644 (file)
@@ -1,4 +1,4 @@
- apache-mod_dir.conf,v 1.11 2006/02/12 15:38:52 blues Exp $
+# $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 7fa30c9dfa8fa663848f3764a456b6341a391afb..cdce091d0376f93326eabf1d1190c747367e2b07 100644 (file)
@@ -1,4 +1,4 @@
- apache-mod_info.conf,v 1.9 2005/12/21 13:27:28 glen Exp $
+# $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 48f9dc2c7024585004d98eee17ea05a80f4f5f2f..e5e827c5f0055209b5110757cf2b8d358b979bde 100644 (file)
@@ -1,4 +1,4 @@
- apache-mod_log_config.conf,v 1.3 2005/12/19 15:13:03 glen Exp $
+# $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 42ebc650bfe4f5f3dd1747e1db9436738952996c..1b0aedb2ab4cd6d5536f876bff4869082452fa21 100644 (file)
@@ -1,4 +1,4 @@
- apache-mod_mime.conf,v 1.2 2005/12/21 13:27:28 glen Exp $
+# $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 1b9bc63713cf469f1d5d429625541b7ba1997c52..55bdcb3ff1925f00612c603af9ccdb7992caaf3a 100644 (file)
@@ -1,4 +1,4 @@
- apache-mod_mime_magic.conf,v 1.4 2006/07/26 21:18:51 blues Exp $
+# $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 599a7865025fd857952d3c9192fa01d668103e86..4637d57b496c72bccd9bbd1d018510534cc9023a 100644 (file)
@@ -1,4 +1,4 @@
- apache-mod_proxy.conf,v 1.9 2005/12/21 13:27:28 glen Exp $
+# $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 44a830e0d475444d6483fe67cc0fe272ce2f9276..f442e2daeeb2f0f36a6999cab1080edf77fe9b93 100644 (file)
@@ -1,4 +1,4 @@
- apache-mod_ssl.conf,v 1.20 2010/07/06 08:18:18 psz Exp $
+# $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 ff917450619771d96b25dd09848b5f0f88171549..84a3bfc0027573420371de9f4cb4e02b231511a2 100644 (file)
@@ -1,4 +1,4 @@
- apache-mod_status.conf,v 1.8 2005/12/21 13:27:28 glen Exp $
+# $Id: apache-mod_status.conf,v 1.8 2005/12/21 13:27:28 glen Exp $
 LoadModule status_module               modules/mod_status.so
 
 #
index 7128f59683c09035afb9fd1095f69b2985951696..b0766278d4dcce848ee5dfc29914fade6116afeb 100644 (file)
@@ -1,2 +1,2 @@
- apache-mod_suexec.conf,v 1.5 2005/12/21 13:27:28 glen Exp $
+# $Id: apache-mod_suexec.conf,v 1.5 2005/12/21 13:27:28 glen Exp $
 LoadModule suexec_module               modules/mod_suexec.so
index c5c512fe27547c490d2cca87fea55bf8fb298e2d..5334e2462da96dab7b81ebacd1298b8025dcb283 100644 (file)
@@ -1,4 +1,4 @@
- apache-mod_userdir.conf,v 1.6 2008/11/16 14:12:47 gotar Exp $
+# $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 72673b5283eb0830dcbb9204c110b9c0b659ef06..461e5dda3bf8efb7c2e2b8a703da4de13f51b07f 100644 (file)
@@ -1,4 +1,4 @@
- apache-mod_vhost_alias.conf,v 1.7 2009/11/04 11:42:20 glen Exp $
+# $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>