[users@httpd] Apache2 sporadically not interpreting php code

2011-10-26 Thread dubbelpunt
My httpdserver is sporadically not interpreting some of my php code. For example: today it can be function a() from page1.php that he doesn't find and tomorrow it can be function b() from page2.php that isn't interpeted. After restarting the httpd service, it works for a couple of hours and then

Re: [users@httpd] Apache2 sporadically not interpreting php code

2011-10-26 Thread fedora
Hi Andi we once had the following problem: The home-page of a specific Web was erased at unspecified times, sometimes at 2 o'clock at night, sometimes at 4.35 in the morning. We then found out, that the devolopper of this Web had left a php-script in the cgi-area of this Web, which erased the

Re: [users@httpd] Apache2 sporadically not interpreting php code

2011-10-26 Thread Jeroen Geilman
On 2011-10-26 10:06, dubbelpunt wrote: My httpdserver is sporadically not interpreting some of my php code. Apache never, ever interprets PHP code. You are talking about mod_php, which is a third-party module. That said, you are also using APC and mod_python. I suggest you look into that.