I’ve just run into a strange situation. We’re running Nodeworx v4.7.1 on a CentOS 5.5 box. We recently upgraded PHP to v5.2.17 using the iworx unsupported PHP5 repo.
The problem is that now ONE site won’t parse PHP pages. Every other site on this server that is running PHP works just fine. But on this one domain, php pages are simply displayed as text files in the browser. Even a simple <?php phpinfo(); ?> page doesn’t parse.
There is nothing in the .htaccess file for this domain that should affect this, and I’ve compared the /etc/httpd/conf.d/vhost_*.conf files for this domain with one that works, and I can’t see anything of any significance between them.
Any thoughts?