when does apache write to the access log?
If a given GET/POST is not recorded in access_log, does this guarantee
that apache did not receive the incoming request on the network side?
Or does apache delay writing to access_log until the underlying module
(e.g. mod_php) returns? The second scenario would suggest that
absence of an access_log record could be due either to a problem
before apache received the request, or within the called module.
Thanks.
.
Relevant Pages
- Re: IP routing with remote DNS, but server & client on same subnet - how?
... One Linux server running Apache2 ... I have a website running on the Apache server, ... On the Linksys router, I have my cable modem IP address port-forwarded ... network, on one of my WinXP clients and I browse to www.mydomain.net, ... (comp.os.linux.networking) - Re: IP routing with remote DNS, but server & client on same subnet - how?
... One Linux server running Apache2 ... there" and on the internet, ... towww.mydomain.netand I'm redirected to my little Apache server. ... network, on one of my WinXP clients and I browse towww.mydomain.net, ... (comp.os.linux.networking) - Re: RE: Cannot access file on Network Drive (Windows 2003)
... Folder on another Windows Machine on the Network contains some files ... PHP trying to read file on X:\ from Apache on Windows 2003. ... Windows Machine, and do anything I want with files there. ... to run as a service under a user that can access the network resource. ... (php.general) - Re: Trouble using Apache 2.0 to proxy IIS 6.0
... Use a Network Trace program like NetMon, included with Windows Server 2003, ... I would first look at whether the Apache reverse proxy is properly ... I am having multiple issues using Apache 2.0 to proxy requests to IIS ... (microsoft.public.inetserver.iis) - RE: RE: Running apache twice on the same system
... I have it a similar setup and can access mine fine on both IPs. ... One is connected on the outside of the network and the other is inside ... I can get to the website on the inside IP address but not the outside ... For some reasion apache doesn't want to listen on the other network card. ... (freebsd-questions) |
|