From 748f14652593b828b1cd1556cd4a405c7172619e Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Sun, 16 Jan 2011 08:08:00 -0800 Subject: [PATCH] Updated Setting up Dynamic Map with Apache httpd under Arch Linux (markdown) --- Setting-up-Dynamic-Map-with-Apache-httpd-under-Arch-Linux.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Setting-up-Dynamic-Map-with-Apache-httpd-under-Arch-Linux.md b/Setting-up-Dynamic-Map-with-Apache-httpd-under-Arch-Linux.md index 762ee12..27c490b 100644 --- a/Setting-up-Dynamic-Map-with-Apache-httpd-under-Arch-Linux.md +++ b/Setting-up-Dynamic-Map-with-Apache-httpd-under-Arch-Linux.md @@ -5,6 +5,9 @@ This page assumes: This example shows how to put dynmap on your apache webserver in *http://mywebserver/dynmap/*. +* To start, create the directory `/srv/http/dynmap/`. +* Copy the contents of the `web` directory found in the zip to `/srv/http/dynmap/`. + In `/etc/httpd/conf/httpd.conf`, make sure you have the following (uncommented) lines. Note that they don't have to be adjacent: ```apache LoadModule proxy_module modules/mod_proxy.so