Error parsing JSON data from http://localhost:8080/nominatim/status.php?format=json (SyntaxError: Unexpected token '<', "<?php @de"... is not valid JSON) #2947
Unanswered
jhrvalente
asked this question in
Q&A
Replies: 1 comment
-
Looks like you don't have a PHP interpreter in your apache installation. Please see https://nominatim.org/release-docs/latest/admin/Deployment/#nominatim-with-apache for instructions for deployment with apache. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have one container with nominatim and apache on alpine linux and another with postgres.
I have imported one map from Geofabrik to the postgres container and have restarted apache2 on the container with nominatim.
I have changed the httpd.conf file as below:
httpd.conf:
But when I access on the browser at http://localhost:8080/nominatim, I receive the following error:
These are the contents of config.theme.js file regarding nominatim-ui:
Any help on this would be appreciated.
Thanks in advance ;)
Beta Was this translation helpful? Give feedback.
All reactions