From ee3178ff46d638a1162500c97b2fdc6ad1b4c0fa Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Sun, 16 Jan 2011 08:08:09 -0800 Subject: [PATCH] Updated Setting up Dynamic Map with apache2 under Debian (markdown) --- Setting-up-Dynamic-Map-with-apache2-under-Debian.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Setting-up-Dynamic-Map-with-apache2-under-Debian.md b/Setting-up-Dynamic-Map-with-apache2-under-Debian.md index 8295c21..2014dbf 100644 --- a/Setting-up-Dynamic-Map-with-apache2-under-Debian.md +++ b/Setting-up-Dynamic-Map-with-apache2-under-Debian.md @@ -1,10 +1,14 @@ This page assumes: + * You have apache2 installed. * Your www-root directory to be: `/srv/http/`. * You could access your Dynmap-map succesfully through *http://localhost:8123/*. This example shows how to put dynmap on your apache2 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/`. + First, we need to enable the modules we need. Type in bash: ```bash sudo a2enmod rewrite proxy_http