DynmapForge icon indicating copy to clipboard operation
DynmapForge copied to clipboard

No map when using apache2 as webserver

Open Nightreaver opened this issue 11 years ago • 2 comments
trafficstars

Hello

The built-in server is working fine.

But i'm running a apache2 on the server and would rather use this as the map-server. Since 2.0 or one version before this is not working anymore.

That page stays blank, nothing happens at all.

I used firebug to figure out whats wrong and this I came up with

2x - "NetworkError: 404 Not Found - http://xxx.com/world/standalone/config.js?_=2.0.0-2009"

i dont have a config.js in /world/standalone, its located in /world and i haven't changed anything here

and

ReferenceError: config is not defined }, config));

in /world/ line 43 (index.html line 43)

where /world is web path /world/tiles is the tiles path

i moved all the contents from the /dynmap/web to /world.

i think something went wrong in the last weeks

cheers

Nightreaver avatar Nov 09 '14 13:11 Nightreaver

Same issue. The only documentation about setting up apache with dynmap is to proxy forward everything to the internal webserver. I don't want to use the internal webserver at all. Any way for apache to do everything?

th3wyatt avatar Nov 27 '14 18:11 th3wyatt

See https://github.com/webbukkit/dynmap/wiki/Setting-up-without-the-Internal-Web-Server

mikeprimm avatar Nov 29 '14 02:11 mikeprimm