Add README.
authorDavid Thompson <davet@gnu.org>
Thu, 21 Aug 2014 20:54:05 +0000 (16:54 -0400)
committerDavid Thompson <davet@gnu.org>
Thu, 21 Aug 2014 20:54:05 +0000 (16:54 -0400)
2015/README.md [new file with mode: 0644]

diff --git a/2015/README.md b/2015/README.md
new file mode 100644 (file)
index 0000000..fcb5433
--- /dev/null
@@ -0,0 +1,20 @@
+LibrePlanet 2015
+================
+
+Setting Up Apache
+-----------------
+
+* Enable server-side include module
+  ```
+  a2enmod include
+  ```
+
+* Create virtual host
+  *WRITEME*
+
+Using Server-side Includes
+--------------------------
+
+Files that contain include directives must be marked as executable
+otherwise Apache will not parse them.  The directive `XBitHack on`
+enables this behavior.