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 home-page of the Web. But of course he had removed any link to this eraser-script. BUT: we used an internal search-engine on that Web, which remembered the link to this eraser-script. And each time the internal search-engine crawled this Web, the home-page was erased.

could it be a simliar effect in your case?

suomi

On 2011-10-26 10:06, dubbelpunt wrote:

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
the problems are coming back.

I found the following errors in my httpd/error_log file:

[Wed Oct 26 08:52:01 2011] [notice] caught SIGTERM, shutting down
[Wed Oct 26 08:52:02 2011] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/suexec)
[Wed Oct 26 08:52:02 2011] [notice] Digest: generating secret for digest
authentication ...
[Wed Oct 26 08:52:02 2011] [notice] Digest: done
PHP Warning:  Module 'apc' already loaded in Unknown on line 0
[Wed Oct 26 08:52:02 2011] [notice] mod_python: Creating 4 session mutexes
based on 256 max processes and 0 max threads.
[Wed Oct 26 08:52:02 2011] [notice] mod_python: using mutex_directory /tmp
[Wed Oct 26 08:52:02 2011] [notice] Apache/2.2.8 (Unix) DAV/2 PHP/5.2.6
mod_python/3.3.1 Python/2.5 mod_ssl/2.2.8 OpenSSL/0.9.8b mod_perl/2.0.3
Perl/v5.8.8 configured -- resuming normal operations

It is a dedicated server with Fedora 7.
PHP version: 5.2.6
Apache version: 2.2.8
I am also using RewriteCond

Some help would be nice :).
Thanks

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to