
The code in my Language.php file matched yours. I made some changes to no avail and restarted apache a couple times. It looks like apachectl wasn't restarting the entire http stack. The old date on the httpd parent process caught my eye.
Code:
# ps -ef | grep http
apache 17667 23972 0 15:24 ? 00:00:00 /usr/sbin/httpd
apache 17668 23972 0 15:24 ? 00:00:00 /usr/sbin/httpd
apache 17669 23972 0 15:24 ? 00:00:00 /usr/sbin/httpd
apache 17670 23972 0 15:24 ? 00:00:00 /usr/sbin/httpd
apache 17671 23972 0 15:24 ? 00:00:00 /usr/sbin/httpd
apache 17672 23972 0 15:24 ? 00:00:00 /usr/sbin/httpd
apache 17673 23972 0 15:24 ? 00:00:00 /usr/sbin/httpd
apache 17674 23972 0 15:24 ? 00:00:00 /usr/sbin/httpd
root 17676 17599 0 15:24 pts/0 00:00:00 grep http
root 23972 1 0 Jan11 ? 00:00:00 /usr/sbin/httpd
apache 24913 1 0 Jan11 ? 00:00:01 mono /var/www/deki-hayes/bin/mindtouch.host.exe apikey 169snL0n0uYzzdwspp6anZKUQCzRzirO script /etc/dekiwiki/mindtouch.deki.startup.xml path-prefix @api http-port 8081 ip localhost notty
I forced a complete restart with
Code:
cd /etc/init.d
./httpd stop
./dekihost stop
./httpd start
./dekihost start
I backed out my changes in Language.php. Now I get in. Thanks for taking to time to assist. I'm off to find my next install problem.
-mike