[uMap] did the IPaddr change from 164.132.171.101 to 164.132.171.132 for umap.openstreetmap.fr
Harald Linden
harald.linden at 7183.org
Tue Jan 10 20:16:37 UTC 2023
Idea: Generate the allow list regularly with:
for IP in $(for i in {1..99}; do host osm$i.openstreetmap.fr | grep -oP
'(?<=(address )).*$'; done | sort | uniq); do echo "Allow from $IP"; done
...and include the result in your config using the Include directive.
On 10.01.23 17:28, Jelle de Jong wrote:
> I tried using the dns host in apache as "Allow from umap.openstreetmap.fr" but
> this does not work and create an access denied from the umap when accessing the
> geojson data.
>
> <Directory "/var/www/example.org/geojson/">
> Options FollowSymLinks
> AllowOverride None
> Order Deny,Allow
> Deny from all
> Allow from 164.132.171.132
> Allow from umap.openstreetmap.fr
> </Directory>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0x5D4E9B001A24BA03.asc
Type: application/pgp-keys
Size: 7152 bytes
Desc: OpenPGP public key
URL: <http://lists.openstreetmap.org/pipermail/umap/attachments/20230110/a510c900/attachment.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openstreetmap.org/pipermail/umap/attachments/20230110/a510c900/attachment.sig>
More information about the Umap
mailing list