May be someone here might be able to shed some light on this topic.
I am experiencing a strange problem with the new dev server we installed. When I edit the Apache Configuration file and restart Apache, every so often, PHP quits working. Instead of running the scripts on the server, it simply returns the code back to the browser as if Apache sees the file as a text file and not a server side script.
The entries I am making are very simple simple. Here they are:
<Directory "/var/www/scard/qa">
AllowOverride None
order allow,deny
allow from all
</Directory>
Alias /scard "/var/www/scard/qa"
Rebooting the server WITHOUT modification to the .conf file fixes the problem.
The server config is as follows:
RH Linux 7.2
Apache 1.322
PHP 4.0.6-7
Any ideas?