<div><div>I actually posted several of these details, but for whatever reason, they didn't show up in the email when it hit the listserv.</div><div> </div><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">
1. Do you have php installed? 2. Do you have php-mysql and the other likely php packages which may be required, installed. (rpm -qa php\*)</blockquote><div><br> </div><div><div>[root@nagios-server init.d]# rpm -qa php*</div>
<div>php-mysql-4.3.9-3.22.5</div><div>php-pgsql-4.3.9-3.22.5</div><div>php-odbc-4.3.9-3.22.5</div><div>php-pear-4.3.9-3.22.5</div><div>php-imap-4.3.9-3.22.5</div><div>php-4.3.9-3.22.5</div><div>php-ldap-4.3.9-3.22.5</div>
<div>[root@nagios-server init.d]#</div><br class="webkit-block-placeholder"></div><div> </div><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">3. Have you looked in your logs to see WHY it's not working?  (what
<br>error messages are being generated)</blockquote><div><br class="webkit-block-placeholder"></div><div><div>[root@nagios-server logs]# tail error_log</div><div>[Wed Jun 27 13:57:49 2007] [notice] Digest: generating secret for digest authentication ...
</div><div>[Wed Jun 27 13:57:49 2007] [notice] Digest: done</div><div>[Wed Jun 27 13:57:49 2007] [notice] LDAP: Built with OpenLDAP LDAP SDK</div><div>[Wed Jun 27 13:57:49 2007] [notice] LDAP: SSL support unavailable</div>
<div>[Wed Jun 27 13:57:49 2007] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.</div><div>[Wed Jun 27 13:57:49 2007] [notice] Apache/2.0.52 (CentOS) configured -- resuming normal operations
</div><div>[Wed Jun 27 13:58:30 2007] [error] [client <a href="http://10.200.200.54">10.200.200.54</a>] File does not exist: /var/www/html/nagiosql</div><div>[Wed Jun 27 14:04:51 2007] [error] [client <a href="http://10.200.200.54">
10.200.200.54</a>] File does not exist: /var/www/html/nagiosql</div><div>[Wed Jun 27 14:05:01 2007] [error] [client <a href="http://10.200.200.54">10.200.200.54</a>] File does not exist: /var/www/html/nagiosql</div><div>[Wed Jun 27 14:21:19 2007] [error] [client 
<a href="http://10.200.200.54">10.200.200.54</a>] File does not exist: /var/www/html/nagiosql</div></div><div> </div><br><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">
4. Is selinux affecting your page loads? Do you have selinux<br>enabled/disabled/permissive?</blockquote><div><br class="webkit-block-placeholder"></div><div>I actually disabled it (I found that it was enabled by the person who previously installed it).
</div><div> </div></div>I suspect that it's a permissions issue, as index.php *does* exist in that spot. Should I perhaps chown or chmod (using Apache?)