Updated Setting up Dynamic Map with Apache httpd under Arch Linux (markdown)

FrozenCow 2011-01-16 08:08:00 -08:00
parent 5a91ac3af5
commit 748f146525

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