From fbb860024ddc50bfadb9b9ef40777cebea21caee Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Tue, 31 May 2016 16:39:50 +0200 Subject: [PATCH] Updated markdown text to conform strictly to kramdown syntax. --- doc/wiki/Spec-server-architecture.md | 2 +- doc/workbook/deployment/readme.md | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/wiki/Spec-server-architecture.md b/doc/wiki/Spec-server-architecture.md index 2960af9d..e44f4de1 100644 --- a/doc/wiki/Spec-server-architecture.md +++ b/doc/wiki/Spec-server-architecture.md @@ -1,3 +1,3 @@ ## Diagram: Overview of the server architecture ## -![server_architecture.png](server_architecture.png) \ No newline at end of file +![server_architecture.png](./server_architecture.png) diff --git a/doc/workbook/deployment/readme.md b/doc/workbook/deployment/readme.md index 2360a811..12706bfa 100644 --- a/doc/workbook/deployment/readme.md +++ b/doc/workbook/deployment/readme.md @@ -128,10 +128,13 @@ Copy the app.exe and the folder "www" into a folder served by apache2, for exam >NOTE: By default Apache does not come with fcgid module, so you will need to download it, and put the module under Apache2/modules -#.htaccess FCGI ->http://perishablepress.com/stupid-htaccess-tricks/ +# .htaccess FCGI -####.htaccess +``` +http://perishablepress.com/stupid-htaccess-tricks/ +``` + +#### .htaccess Options +ExecCGI +Includes +FollowSymLinks -Indexes