fcb5433ab3d2ea5397a44e4921ed58616aee0e41
[libreplanet-static.git] / 2015 / README.md
1 LibrePlanet 2015
2 ================
3
4 Setting Up Apache
5 -----------------
6
7 * Enable server-side include module
8 ```
9 a2enmod include
10 ```
11
12 * Create virtual host
13 *WRITEME*
14
15 Using Server-side Includes
16 --------------------------
17
18 Files that contain include directives must be marked as executable
19 otherwise Apache will not parse them. The directive `XBitHack on`
20 enables this behavior.