aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2016-10-04 19:02:13 +0200
committerThomas Lange <code@nerdmind.de>2016-10-04 19:02:13 +0200
commite28ea51c261bf75f3c1a546935623160879786d9 (patch)
tree70ac0b42964c15e479b8892dc2b3a0ca15069888 /readme.md
downloadapache-errorpage-e28ea51c261bf75f3c1a546935623160879786d9.tar.gz
apache-errorpage-e28ea51c261bf75f3c1a546935623160879786d9.tar.xz
apache-errorpage-e28ea51c261bf75f3c1a546935623160879786d9.zip
Initial commit.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..b459088
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,18 @@
+# Errorpage customization for Apache HTTP server
+This package configures your Apache HTTP server to use custom error pages instead of the default ones (with old and invalid HTML markup).
+
+## Dependencies
+This customization requires that your Apache HTTP server is equal to or greater than **2.4** in the version. In addition, the following modules needs to be enabled:
+
+* `mod_alias`: <https://httpd.apache.org/docs/2.4/mod/mod_alias.html>
+* `mod_include`: <https://httpd.apache.org/docs/2.4/mod/mod_include.html>
+
+## SSI variables
+The following variables are defined within each `xxx.shtml` file within the `customization/errorpage/` directory:
+
+* `ERRORPAGE_CODE`: This variable contains the HTTP status code for the current error or information page.
+* `ERRORPAGE_TEXT`: This variable contains the description of the HTTP status code defined with `ERRORPAGE_CODE`.
+* `ERRORPAGE_INFO`: This variable contains an additional and *meaningful* description for the user about the current page.
+
+## Installation
+All files and directories provided in this package are relative to the `/etc/apache2/` (depends on the system you use) directory. To activate the configuration, just execute `a2enconf errorpage` and reload the configuration with `systemctl reload apache2`. \ No newline at end of file