[PLUG-TALK] Finding PHP Expert
Rich Shepard
rshepard at appl-ecosys.com
Fri Apr 8 18:23:34 UTC 2011
On Fri, 8 Apr 2011, Russell Johnson wrote:
> But do you still get the 404 error in the logs? If not, then part of the
> issue is where the files live on the filesystem.
Russell,
I just restarted httpd with empty log files. Yes, I do:
127.0.0.1 - - [08/Apr/2011:11:19:15 -0700] "GET /cmsms/index.php HTTP/1.1" 404 195
What's interesting now is all the entries in the error log that weren't
there before:
[Fri Apr 08 11:19:07 2011] [info] mod_unique_id: using ip addr 192.168.55.1
[Fri Apr 08 11:19:08 2011] [notice] Digest: generating secret for digest authentication ...
[Fri Apr 08 11:19:08 2011] [notice] Digest: done
[Fri Apr 08 11:19:08 2011] [info] APR LDAP: Built with OpenLDAP LDAP SDK
[Fri Apr 08 11:19:08 2011] [info] LDAP: SSL support available
[Fri Apr 08 11:19:08 2011] [info] mod_unique_id: using ip addr 192.168.55.1
[Fri Apr 08 11:19:09 2011] [debug] proxy_util.c(1818): proxy: grabbed scoreboard slot 0 in child 4113 for worker proxy:reverse
[Fri Apr 08 11:19:09 2011] [debug] proxy_util.c(1934): proxy: initialized single connection worker 0 in child 4113 for (*)
[Fri Apr 08 11:19:09 2011] [notice] Apache/2.2.17 (Unix) DAV/2 PHP/5.2.17 configured -- resuming normal operations
[Fri Apr 08 11:19:09 2011] [info] Server built: Feb 9 2011 23:52:24
[Fri Apr 08 11:19:09 2011] [debug] prefork.c(1018): AcceptMutex: sysvsem (default: sysvsem)
[Fri Apr 08 11:19:09 2011] [debug] proxy_util.c(1818): proxy: grabbed scoreboard slot 0 in child 4111 for worker proxy:reverse
[Fri Apr 08 11:19:09 2011] [debug] proxy_util.c(1837): proxy: worker proxy:reverse already initialized
[Fri Apr 08 11:19:09 2011] [debug] proxy_util.c(1934): proxy: initialized single connection worker 0 in child 4111 for (*)
[Fri Apr 08 11:19:09 2011] [debug] proxy_util.c(1818): proxy: grabbed scoreboard slot 0 in child 4114 for worker proxy:reverse
[Fri Apr 08 11:19:09 2011] [debug] proxy_util.c(1837): proxy: worker proxy:reverse already initialized
[Fri Apr 08 11:19:09 2011] [debug] proxy_util.c(1934): proxy: initialized single connection worker 0 in child 4114 for (*)
[Fri Apr 08 11:19:09 2011] [debug] proxy_util.c(1818): proxy: grabbed scoreboard slot 0 in child 4115 for worker proxy:reverse
[Fri Apr 08 11:19:09 2011] [debug] proxy_util.c(1837): proxy: worker proxy:reverse already initialized
[Fri Apr 08 11:19:09 2011] [debug] proxy_util.c(1934): proxy: initialized single connection worker 0 in child 4115 for (*)
[Fri Apr 08 11:19:09 2011] [debug] proxy_util.c(1818): proxy: grabbed scoreboard slot 0 in child 4112 for worker proxy:reverse
[Fri Apr 08 11:19:09 2011] [debug] proxy_util.c(1837): proxy: worker proxy:reverse already initialized
[Fri Apr 08 11:19:09 2011] [debug] proxy_util.c(1934): proxy: initialized single connection worker 0 in child 4112 for (*)
Are these httpd errors or informational (but meaningless) entries from my
turning up the logging level?
Rich
More information about the PLUG-talk
mailing list