From: Alex Dehnert Date: Fri, 15 Jan 2016 08:03:07 +0000 (-0500) Subject: Move unpackaged(?) conf.d files to the new conf-available dir X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=e347b69c7030e09770f3587bcf5658f8f6c3e26c;p=sysconfig%2Fapache2.git Move unpackaged(?) conf.d files to the new conf-available dir --- diff --git a/conf-available/gallery2.conf b/conf-available/gallery2.conf new file mode 100644 index 0000000..7bd642c --- /dev/null +++ b/conf-available/gallery2.conf @@ -0,0 +1,13 @@ +#Alias /gallery2 /usr/share/gallery2 + + + Options FollowSymLinks + AllowOverride Limit Options FileInfo + + +# some people prefer a simple URL like http://gallery2.example.com +# +# DocumentRoot /usr/share/gallery2 +# ServerName gallery2.example.com +# + diff --git a/conf-available/gitweb.conf b/conf-available/gitweb.conf new file mode 100644 index 0000000..8055f9d --- /dev/null +++ b/conf-available/gitweb.conf @@ -0,0 +1,6 @@ +Alias /gitweb /usr/share/gitweb + + + Options FollowSymLinks ExecCGI + AddHandler cgi-script .cgi + diff --git a/conf-available/roundcube.conf b/conf-available/roundcube.conf new file mode 120000 index 0000000..e21689d --- /dev/null +++ b/conf-available/roundcube.conf @@ -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 index 7bd642c..0000000 --- a/conf.d/gallery2 +++ /dev/null @@ -1,13 +0,0 @@ -#Alias /gallery2 /usr/share/gallery2 - - - Options FollowSymLinks - AllowOverride Limit Options FileInfo - - -# some people prefer a simple URL like http://gallery2.example.com -# -# DocumentRoot /usr/share/gallery2 -# ServerName gallery2.example.com -# - diff --git a/conf.d/gitweb b/conf.d/gitweb deleted file mode 100644 index ef91603..0000000 --- a/conf.d/gitweb +++ /dev/null @@ -1,6 +0,0 @@ -Alias /gitweb /usr/share/gitweb - - - Options FollowSymLinks +ExecCGI - AddHandler cgi-script .cgi - diff --git a/conf.d/roundcube b/conf.d/roundcube deleted file mode 120000 index e21689d..0000000 --- a/conf.d/roundcube +++ /dev/null @@ -1 +0,0 @@ -/etc/roundcube/apache.conf \ No newline at end of file