How to make a Nominatim OSM instance work on my server at the same time as WHM and Easy Pache?
The configuration that appears in the nominatim documentation is
<Directory "/srv/nominatim/build/website">
Options FollowSymLinks MultiViews
AddType text/html .php
DirectoryIndex search.php
Require all granted
</Directory> Alias /nominatim /srv/nominatim/build/website
But the PHP code does not execute it and shows it as html
The configuration that appears in the nominatim documentation is
<Directory "/srv/nominatim/build/website">
Options FollowSymLinks MultiViews
AddType text/html .php
DirectoryIndex search.php
Require all granted
</Directory> Alias /nominatim /srv/nominatim/build/website
But the PHP code does not execute it and shows it as html