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
-- 
View this message in context: 
http://old.nabble.com/Apache2-sporadically-not-interpreting-php-code-tp32722281p32722281.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
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