summaryrefslogtreecommitdiff
path: root/apache/include.d
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
committerJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
commite042b7bced715a9d0d6c660df453b1b68f263316 (patch)
tree13f1bcd2f7cccf87718d92b5fc9a112d4c3ea455 /apache/include.d
parentc778483fbd7829e2d41157ae6be2d7f1eef709f5 (diff)
Drop ancient unused files.
Diffstat (limited to 'apache/include.d')
-rw-r--r--apache/include.d/README8
-rw-r--r--apache/include.d/htfiles4
-rw-r--r--apache/include.d/index.anything3
-rw-r--r--apache/include.d/log-vhosts4
4 files changed, 0 insertions, 19 deletions
diff --git a/apache/include.d/README b/apache/include.d/README
deleted file mode 100644
index 4fc9840..0000000
--- a/apache/include.d/README
+++ /dev/null
@@ -1,8 +0,0 @@
-# These are example files for misc. tweaks to Apache.
-#
-# Add this line just above "Section 3: Virtual hosts" in httpd.conf:
-#
-# Include includes.d/
-#
-# TODO:
-# * automate using CFEngine
diff --git a/apache/include.d/htfiles b/apache/include.d/htfiles
deleted file mode 100644
index 52c50c8..0000000
--- a/apache/include.d/htfiles
+++ /dev/null
@@ -1,4 +0,0 @@
-<Files ~ "^\.ht">
- Order allow,deny
- Deny from all
-</Files>
diff --git a/apache/include.d/index.anything b/apache/include.d/index.anything
deleted file mode 100644
index 972639b..0000000
--- a/apache/include.d/index.anything
+++ /dev/null
@@ -1,3 +0,0 @@
-<IfModule mod_dir.c>
- DirectoryIndex index.html index.htm index.shtml index.cgi index.php home.htm
-</IfModule>
diff --git a/apache/include.d/log-vhosts b/apache/include.d/log-vhosts
deleted file mode 100644
index de2ae41..0000000
--- a/apache/include.d/log-vhosts
+++ /dev/null
@@ -1,4 +0,0 @@
-LogFormat "[ %v %{%Y %m %d}t ] %h %l %u %t \"%r\" %>s %b" CustomLog
-LogFormat "[ %v %{%Y %m %d}t ] %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" CustomLog_combined
-#CustomLog "|/usr/local/bin/parselog" CustomLog
-CustomLog "|/usr/local/bin/parselog" CustomLog_combined