From e35dd66e4940cf94f1c8c1223d69923f4d37ba6f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 21 Aug 2014 16:54:05 -0400 Subject: [PATCH] Add README. --- 2015/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 2015/README.md 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. -- 2.25.1