From: David Thompson Date: Thu, 21 Aug 2014 20:54:05 +0000 (-0400) Subject: Add README. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e35dd66e4940cf94f1c8c1223d69923f4d37ba6f;p=libreplanet-static.git Add README. --- diff --git a/2015/README.md b/2015/README.md new file mode 100644 index 00000000..fcb5433a --- /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.