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

mikeprimm 2011-08-30 20:04:44 -07:00
parent fe1a58f673
commit f54c021dcb

@ -14,7 +14,7 @@ First, we need to enable the modules we need. Type in bash:
sudo a2enmod rewrite proxy_http
```
Next, we must 'redirect' `/dynmap/up/` and `/dynmap/standalone` to dynmap's internal webserver. To do this, make sure you have the following at the end of `/etc/apache2/sites-available/default`:
Next, we must 'redirect' `/dynmap/up/` and `/dynmap/standalone/` to dynmap's internal webserver. To do this, make sure you have the following at the end of `/etc/apache2/sites-available/default`:
```apache
...