From 1e6353330db0840137a391c4cf7110190bf13d61 Mon Sep 17 00:00:00 2001 From: Julian Harty Date: Thu, 6 Apr 2017 00:05:08 +0100 Subject: [PATCH] Please discount (ignore) my last commit, it was intended for the kiwix-apache repo. --- src/server/README.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/server/README.md diff --git a/src/server/README.md b/src/server/README.md deleted file mode 100644 index f9e558f..0000000 --- a/src/server/README.md +++ /dev/null @@ -1,17 +0,0 @@ -This is the home of what's currently a proof-of-concept (p-o-c) experiment to create a module for Apache 2 Web Servers that serves content from ZIM files. - -== Prerequisites == - -== Building the code == -The build is currently performed by a crude, limited bash script `build.sh` - -== Loading the new module == -Run `sudo service apache restart` - -== Known limitations == -Here are our known limitations, some will be removed or addressed as we enhance the code. - -- Hardcoded behaviour and ZIM file -- Not designed for multi-use or repeated-use -- No logging and no integration with Apache logging or error reporting -- No way to test the functionality except interactively and manually