]> git.pld-linux.org Git - packages/apache.git/commitdiff
- added Id cvs tag and vim modeline
authorradek <radek@pld-linux.org>
Fri, 15 Oct 2004 18:57:51 +0000 (18:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-httpd.conf -> 1.37
    apache-mod_autoindex.conf -> 1.5
    apache-mod_dav.conf -> 1.4
    apache-mod_dir.conf -> 1.6
    apache-mod_info.conf -> 1.4
    apache-mod_proxy.conf -> 1.6
    apache-mod_ssl-vhost.conf -> 1.9
    apache-mod_ssl.conf -> 1.9
    apache-mod_status.conf -> 1.5
    apache-mod_suexec.conf -> 1.3
    apache-mod_vhost_alias.conf -> 1.4

apache-httpd.conf
apache-mod_autoindex.conf
apache-mod_dav.conf
apache-mod_dir.conf
apache-mod_info.conf
apache-mod_proxy.conf
apache-mod_ssl-vhost.conf
apache-mod_ssl.conf
apache-mod_status.conf
apache-mod_suexec.conf
apache-mod_vhost_alias.conf

index 7b76b6d4d12bc20b06c4ea26ee86c38ab68b8fdc..55cd23650d3f1b14cebbaa0ad4cd24ea4f842776 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 #
 # Based upon the NCSA server configuration files originally by Rob McCool.
 #
@@ -879,3 +880,4 @@ BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-caref
 BrowserMatch "^WebDrive" redirect-carefully
 BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
 BrowserMatch "^gnome-vfs" redirect-carefully
+# vim: filetype=apache ts=4 sw=4 et
index 20b93198b9a14dca02a5f031ecf5934aedac5c95..37b44e72eeac3bf6f333d2b60cbbf82ae09a8456 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 LoadModule autoindex_module           modules/mod_autoindex.so
 
 #
@@ -79,3 +80,4 @@ LoadModule autoindex_module           modules/mod_autoindex.so
        IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
 
 </IfModule>
+# vim: filetype=apache ts=4 sw=4 et
index 596eee75cffecc2e18d0920616455b039a7d5518..20064e40e09a84bc403bdf6c6bbaf8514c0cfdbc 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 LoadModule dav_module           modules/mod_dav.so
 LoadModule dav_fs_module       modules/mod_dav_fs.so
 
@@ -12,3 +13,4 @@ LoadModule dav_fs_module      modules/mod_dav_fs.so
 #              </Limit>
 #      </Location>                                                                                                                              
 </IfModule>
+# vim: filetype=apache ts=4 sw=4 et
index f2e416fe20537d3dab5f6a49cf895499a135cd82..754b634cfef6d2e2a5281e63fdad7db74e81b434 100644 (file)
@@ -1,6 +1,8 @@
+# $Id$
 LoadModule dir_module           modules/mod_dir.so
 
 <IfModule mod_dir.c>
        DirectoryIndex index.html index.html.var index.htm index.shtml index.cgi index.php index.aspx
 </IfModule>
 
+# vim: filetype=apache ts=4 sw=4 et
index ee967f0cb55c0f34388dc8503a6d797fd3253d17..ebb30672476d522b4bc00249ee2811c50a2145ac 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 LoadModule info_module          modules/mod_info.so
 
 <IfModule mod_info.c>
@@ -14,3 +15,4 @@ LoadModule info_module          modules/mod_info.so
 </Location>
 
 </IfModule>
+# vim: filetype=apache ts=4 sw=4 et
index d994100de2c8fab7996df950b13c1661c3150bfe..98144d462e677daa48c1c0a17fe60563a86d737e 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 LoadModule proxy_module         modules/mod_proxy.so
 LoadModule proxy_connect_module modules/mod_proxy_connect.so
 LoadModule proxy_ftp_module     modules/mod_proxy_ftp.so
@@ -44,3 +45,4 @@ CacheDefaultExpire 1
 </IfModule>
 # End of proxy directives.
 
+# vim: filetype=apache ts=4 sw=4 et
index 35cd6d790ed409f38e9f0afa6c219c2d495b0ba3..f964717657d7b64c8673588d0c19ed6a870f1286 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 LoadModule ssl_module           modules/mod_ssl.so 
 
 <IfModule mod_ssl.c>
@@ -255,3 +256,4 @@ CustomLog /var/log/httpd/ssl_request_log \
 
 
 </IfModule>
+# vim: filetype=apache ts=4 sw=4 et
index 35cd6d790ed409f38e9f0afa6c219c2d495b0ba3..f964717657d7b64c8673588d0c19ed6a870f1286 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 LoadModule ssl_module           modules/mod_ssl.so 
 
 <IfModule mod_ssl.c>
@@ -255,3 +256,4 @@ CustomLog /var/log/httpd/ssl_request_log \
 
 
 </IfModule>
+# vim: filetype=apache ts=4 sw=4 et
index a9b43627f420013765deef04ece115419fbe0119..cff36ce84e2fd548b7064d74e4718663a9d1b1ec 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 LoadModule status_module        modules/mod_status.so
 
 <IfModule mod_status.c>
@@ -14,3 +15,4 @@ LoadModule status_module        modules/mod_status.so
 </Location>
 
 </IfModule>
+# vim: filetype=apache ts=4 sw=4 et
index 06f13cec720fd3a847cfd0db5ba992c46f605aab..eb9102b8df30ec9b02d8bb06696e5493732f7f83 100644 (file)
@@ -1 +1,3 @@
+# $Id$
 LoadModule suexec_module        modules/mod_suexec.so
+# vim: filetype=apache ts=4 sw=4 et
index a0a035fe0282bb1e360086649214bec8259cd894..b88bb9ce687e23153c64112719066f021f954d03 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 LoadModule vhost_alias_module   modules/mod_vhost_alias.so
 
 <IfModule mod_vhost_alias.c>
@@ -20,3 +21,4 @@ LoadModule vhost_alias_module   modules/mod_vhost_alias.so
 
 </IfModule>
 
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.066253 seconds and 4 git commands to generate.