<div dir="ltr">Hi all,<div><br></div><div>I hope this is the right place to ask these questions. Seemed to be from <a href="https://github.com/twain47/Nominatim">https://github.com/twain47/Nominatim</a></div><div><br></div><div>Some background: Working on getting Nominatim setup on a private server for reverse geocoding. I've been following the installation guides at <a href="http://wiki.openstreetmap.org/wiki/Nominatim/Installation_on_Debian_or_Ubuntu">http://wiki.openstreetmap.org/wiki/Nominatim/Installation_on_Debian_or_Ubuntu</a> and <a href="http://wiki.openstreetmap.org/wiki/Nominatim/Installation_on_CentOS">http://wiki.openstreetmap.org/wiki/Nominatim/Installation_on_CentOS</a> . Fortunately they seem the exact same, save for some directory and CentOS/Debian specific differences. </div><div><br></div><div>So the issue I'm experiencing is part of the raw php files are put in the body of the html when going to <a href="http://myserver/nominatim/{file.php}">http://myserver/nominatim/{file.php}</a> for any of the files included in the website directory. There doesn't appear to be anything of this sort on <a href="http://wiki.openstreetmap.org/wiki/Nominatim/Installation/Troubleshooting">http://wiki.openstreetmap.org/wiki/Nominatim/Installation/Troubleshooting</a> . </div><div><br></div><div>If the specific parts that are shown are important/helpful then:</div><div><br></div><div><a href="http://myserver/nominatim/status.php">http://myserver/nominatim/status.php</a>:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="color:rgb(0,0,0);font-family:Times;font-size:medium">getOne("select make_standard_name('a')"); if (PEAR::isError($sStandardWord)) { statusError("Module failed"); } if ($sStandardWord != 'a') { statusError("Module call failed"); } $iWordID = $oDB->getOne("select word_id,word_token, word, class, type, country_code, operator, search_name_count from word where word_token in (' a')"); if (PEAR::isError($iWordID)) { statusError("Query failed"); } if (!$iWordID) { statusError("No value"); } echo "OK"; exit;</span></blockquote><div><br></div><div>versus: <a href="http://nominatim.openstreetmap.org/status.php">nominatim.openstreetmap.org/status.php</a> just giving the OK echo'd. </div><div><br></div><div>Others are longer, so I'll omit them now, but I'm not opposed to showing them if useful.</div><div><br></div><div>Does anyone have guidance on this? Admittedly, my php skills are pretty low, so perhaps it is something obvious to someone better at that.</div><div><br></div><div>Thank you for reading and for any assistance!</div><div><br></div><div>Trevis </div><div> </div></div>