浏览代码

Create a guide for Apache 2 http server

Create only a section to configure and enable websites.
DricomDragon 5 年之前
父节点
当前提交
dd39a20a22
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      Guides/httpd.md

+ 13 - 0
Guides/httpd.md

@@ -0,0 +1,13 @@
+# Apache 2 HTTP server
+
+[Official documentation](http://httpd.apache.org/docs)
+
+## Config available sites
+
+Go to `/etc/apache2/`
+
+Create a new configuration in `/etc/apache2/sites-available`
+
+Enable a configuration by creating a likn in `/etc/apache2/sites-enabled`
+
+`sudo ln --symbolic ../sites-available/kanboard.jovian-hersemeule.eu.conf kanboard.jovian-hersemeule.eu.conf`