<div><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">the files/directories should be readable by the user that your apache<br>process is running as, but not owned or writable by it.
</blockquote><div><br class="webkit-block-placeholder"></div><div>So, does that mean (something like) the following?</div><div><br class="webkit-block-placeholder"></div><div>chmod 600 /var/www/html/nagiosQL (where the index.php
 file is located)</div><div> </div><br><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">also, have you added "index.php" to the appropriate DirectoryIndex
<br>directive line in your httpd.conf? [when you install php via an rpm<br>that may get done by default, but you'll want to check.]</blockquote><div><br class="webkit-block-placeholder"></div><div>Actually, I do have that setup
</div><div><br class="webkit-block-placeholder"></div><div><div>httpd.conf -> DirectoryIndex index.html index.html.var index.php</div><br class="webkit-block-placeholder"></div><div>And afterwards, I ran "/etc/init.d/httpd reload"
</div></div>