projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e6c2d6
)
Add README.
author
David Thompson
<davet@gnu.org>
Thu, 21 Aug 2014 20:54:05 +0000
(16:54 -0400)
committer
David Thompson
<davet@gnu.org>
Thu, 21 Aug 2014 20:54:05 +0000
(16:54 -0400)
2015/README.md
[new file with mode: 0644]
patch
|
blob
diff --git a/2015/README.md
b/2015/README.md
new file mode 100644
(file)
index 0000000..
fcb5433
--- /dev/null
+++ b/
2015/README.md
@@ -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.