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:
ec67a55
)
Modified for apache 2.4
author
jantwisted
<janith@member.fsf.org>
Sun, 6 Sep 2015 19:57:12 +0000
(
01:27
+0530)
committer
jantwisted
<janith@member.fsf.org>
Sun, 6 Sep 2015 19:57:12 +0000
(
01:27
+0530)
2016/README.md
patch
|
blob
|
blame
|
history
diff --git
a/2016/README.md
b/2016/README.md
index 80a6b583a77ab42325aa2ac678e74808aa850fb1..ef1a5a2f8a4ca186cc9db15e32573a959811c8db 100644
(file)
--- a/
2016/README.md
+++ b/
2016/README.md
@@
-36,7
+36,7
@@
package apache2 from your package manager.
### Create virtual host
-Create a new file called libreplanet in `/etc/apache2/sites-available` with the following contents:
+Create a new file called libreplanet
(libreplanet.conf for Apache 2.4)
in `/etc/apache2/sites-available` with the following contents:
```
<VirtualHost *:80>
@@
-53,6
+53,7
@@
Create a new file called libreplanet in `/etc/apache2/sites-available` with the
XBitHack on
AllowOverride All
Order allow,deny
+ # Directive needed in Apache 2.4
allow from all
</Directory>