Updated Setting up Dynamic Map with apache2 under Debian (markdown)

FrozenCow 2011-01-16 08:08:09 -08:00
parent 748f146525
commit ee3178ff46

@ -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