mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-29 11:44:17 +00:00
Fix/improve X-Forwarded-For/throttling testing (#410)
* Previously it was not actually sending the header * Now runs in serial, regardless of parallel specification * Now runs only once, rather than for each map layer _Also_: * Removed no-longer used `storage_mutex` * Was only used for Apache HTTP Server < v2.4
This commit is contained in:
2
docs/build/building_on_freebsd.md
vendored
2
docs/build/building_on_freebsd.md
vendored
@ -34,6 +34,8 @@ sudo pkg install --yes \
|
||||
|
||||
# Download, Build, Test & Install `mod_tile`
|
||||
export CMAKE_BUILD_PARALLEL_LEVEL=$(sysctl -n hw.ncpu)
|
||||
export CTEST_CLIENT_HOST="::1"
|
||||
export CTEST_SERVER_HOST="localhost"
|
||||
export LIBRARY_PATH="/usr/local/lib"
|
||||
rm -rf /tmp/mod_tile_src /tmp/mod_tile_build
|
||||
mkdir /tmp/mod_tile_src /tmp/mod_tile_build
|
||||
|
Reference in New Issue
Block a user