Mike Dwiggins wrote: > > Yep, I can ping them, dig them and host them. This is a box stock > install using straight BIND and defaults all around. Am I looking at a > PHP problem? > > Mike > That is always a possibility. Is there anything in the Apache error_log? You might trying strace'ing the process as you load the page and see if there is an error message. Example: while true; do declare CHK=$(ps aufx|grep USER-SITE-RUNS-UNDER|grep -v grep |awk '{print $2}'); if [ ! -z "${CHK}" ]; then strace -ffv -s 256 -p ${CHK};break; fi; done; -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines