[Mapbender-users] New in Mapbender
"Jäger, Frank (KRZ)"
F.Jaeger at KRZ.DE
Mon May 7 02:53:48 EDT 2012
Hallo William ;-)
mapbender can be everywhere in your filesystem.
But you have to define an alias to the http-directory of the mapbender-path.
Example for Apache2:
Alias /mapbender /data/mapbender/http/
<Directory /data/mapbender/http>
Options MultiViews
DirectoryIndex index.php
Order allow,deny
Allow from all
# Insert filter
SetOutputFilter DEFLATE
# Netscape 4.x has some problems...
BrowserMatch ^Mozilla/4 gzip-only-text/html
# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4\.0[678] no-gzip
# Don't compress images
SetEnvIfNoCase Request_URI \
\.(?:gif|jpe?g|png)$ no-gzip dont-vary
# Make sure proxies don't deliver the wrong content
Header append Vary User-Agent env=!dont-vary
</Directory>
Hmmm ... I Think "Netscape 4" is a historic Option, that can be omitted now?
Putting Mapbender into the web-root would make all directories accesible from the web. This is not, what you want. Only http-subdirectory schould be accessible.
There is nothing to compile.
Frank
________________________________
From: mapbender_users-bounces at lists.osgeo.org [mailto:mapbender_users-bounces at lists.osgeo.org]
Sent: Monday, May 07, 2012 1:13 AM
To: mapbender_users at lists.osgeo.org
Subject: [Mapbender-users] New in Mapbender
...
A simple question: Is the rigth place for Mapbender folder inside the folder "htdocs" xamppserver and compile it from there?
Thanks in advance.
--
...
William Shakespeare
More information about the Mapbender_users
mailing list