Move unpackaged(?) conf.d files to the new conf-available dir
authorAlex Dehnert <alex@dehnerts.com>
Fri, 15 Jan 2016 08:03:07 +0000 (03:03 -0500)
committerAlex Dehnert <alex@dehnerts.com>
Fri, 15 Jan 2016 08:03:07 +0000 (03:03 -0500)
conf-available/gallery2.conf [new file with mode: 0644]
conf-available/gitweb.conf [new file with mode: 0644]
conf-available/roundcube.conf [new symlink]
conf.d/gallery2 [deleted file]
conf.d/gitweb [deleted file]
conf.d/roundcube [deleted symlink]

diff --git a/conf-available/gallery2.conf b/conf-available/gallery2.conf
new file mode 100644 (file)
index 0000000..7bd642c
--- /dev/null
@@ -0,0 +1,13 @@
+#Alias /gallery2 /usr/share/gallery2
+
+<Directory /usr/share/gallery2>
+  Options FollowSymLinks
+  AllowOverride Limit Options FileInfo
+</Directory>
+
+# some people prefer a simple URL like http://gallery2.example.com
+#<VirtualHost 1.2.3.4>
+#  DocumentRoot /usr/share/gallery2
+#  ServerName gallery2.example.com
+#</VirtualHost>
+
diff --git a/conf-available/gitweb.conf b/conf-available/gitweb.conf
new file mode 100644 (file)
index 0000000..8055f9d
--- /dev/null
@@ -0,0 +1,6 @@
+Alias /gitweb /usr/share/gitweb
+
+<Directory /usr/share/gitweb>
+  Options FollowSymLinks ExecCGI
+  AddHandler cgi-script .cgi
+</Directory>
diff --git a/conf-available/roundcube.conf b/conf-available/roundcube.conf
new file mode 120000 (symlink)
index 0000000..e21689d
--- /dev/null
@@ -0,0 +1 @@
+/etc/roundcube/apache.conf
\ No newline at end of file
diff --git a/conf.d/gallery2 b/conf.d/gallery2
deleted file mode 100644 (file)
index 7bd642c..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#Alias /gallery2 /usr/share/gallery2
-
-<Directory /usr/share/gallery2>
-  Options FollowSymLinks
-  AllowOverride Limit Options FileInfo
-</Directory>
-
-# some people prefer a simple URL like http://gallery2.example.com
-#<VirtualHost 1.2.3.4>
-#  DocumentRoot /usr/share/gallery2
-#  ServerName gallery2.example.com
-#</VirtualHost>
-
diff --git a/conf.d/gitweb b/conf.d/gitweb
deleted file mode 100644 (file)
index ef91603..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Alias /gitweb /usr/share/gitweb
-
-<Directory /usr/share/gitweb>
-  Options FollowSymLinks +ExecCGI
-  AddHandler cgi-script .cgi
-</Directory>
diff --git a/conf.d/roundcube b/conf.d/roundcube
deleted file mode 120000 (symlink)
index e21689d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/etc/roundcube/apache.conf
\ No newline at end of file