Skip to content

Instantly share code, notes, and snippets.

@mmalmeida
Created August 4, 2012 14:22
Show Gist options
  • Select an option

  • Save mmalmeida/3258070 to your computer and use it in GitHub Desktop.

Select an option

Save mmalmeida/3258070 to your computer and use it in GitHub Desktop.
apache2 log
[Sat Aug 04 16:21:39 2012] [debug] mod_proxy_ajp.c(45): proxy: AJP: canonicalising URL //localhost:8009/manager
[Sat Aug 04 16:21:39 2012] [debug] proxy_util.c(1506): [client 85.138.123.80] proxy: ajp: found worker ajp://localhost:8009/manager for ajp://localhost:8009/manager
[Sat Aug 04 16:21:39 2012] [debug] mod_proxy.c(1020): Running scheme ajp handler (attempt 0)
[Sat Aug 04 16:21:39 2012] [debug] mod_proxy_ajp.c(681): proxy: AJP: serving URL ajp://localhost:8009/manager
[Sat Aug 04 16:21:39 2012] [debug] proxy_util.c(2011): proxy: AJP: has acquired connection for (localhost)
[Sat Aug 04 16:21:39 2012] [debug] proxy_util.c(2067): proxy: connecting ajp://localhost:8009/manager to localhost:8009
[Sat Aug 04 16:21:39 2012] [debug] proxy_util.c(2193): proxy: connected /manager to localhost:8009
[Sat Aug 04 16:21:39 2012] [debug] proxy_util.c(2444): proxy: AJP: fam 2 socket created to connect to localhost
[Sat Aug 04 16:21:39 2012] [debug] ajp_header.c(224): Into ajp_marshal_into_msgb
[Sat Aug 04 16:21:39 2012] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[0] [Host] = [clotitc.com]
[Sat Aug 04 16:21:39 2012] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[1] [User-Agent] = [Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0) Gecko/20100101 Firefox/14.0.1]
[Sat Aug 04 16:21:39 2012] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[2] [Accept] = [text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]
[Sat Aug 04 16:21:39 2012] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[3] [Accept-Language] = [en-us,en;q=0.5]
[Sat Aug 04 16:21:39 2012] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[4] [Accept-Encoding] = [gzip, deflate]
[Sat Aug 04 16:21:39 2012] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[5] [Connection] = [keep-alive]
[Sat Aug 04 16:21:39 2012] [debug] ajp_header.c(450): ajp_marshal_into_msgb: Done
[Sat Aug 04 16:21:39 2012] [debug] mod_proxy_ajp.c(268): proxy: APR_BUCKET_IS_EOS
[Sat Aug 04 16:21:39 2012] [debug] mod_proxy_ajp.c(273): proxy: data to read (max 8186 at 4)
[Sat Aug 04 16:21:39 2012] [debug] mod_proxy_ajp.c(288): proxy: got 0 bytes of data
[Sat Aug 04 16:21:39 2012] [debug] ajp_header.c(687): ajp_read_header: ajp_ilink_received 04
[Sat Aug 04 16:21:39 2012] [debug] ajp_header.c(697): ajp_parse_type: got 04
[Sat Aug 04 16:21:39 2012] [debug] ajp_header.c(516): ajp_unmarshal_response: status = 302
[Sat Aug 04 16:21:39 2012] [debug] ajp_header.c(537): ajp_unmarshal_response: Number of headers is = 1
[Sat Aug 04 16:21:39 2012] [debug] ajp_header.c(599): ajp_unmarshal_response: Header[0] [Location] = [http://clotitc.com/manager/]
[Sat Aug 04 16:21:39 2012] [debug] ajp_header.c(687): ajp_read_header: ajp_ilink_received 05
[Sat Aug 04 16:21:39 2012] [debug] ajp_header.c(697): ajp_parse_type: got 05
[Sat Aug 04 16:21:39 2012] [debug] mod_proxy_ajp.c(590): proxy: got response from (null) (localhost)
[Sat Aug 04 16:21:39 2012] [debug] proxy_util.c(2029): proxy: AJP: has released connection for (localhost)
[Sat Aug 04 16:21:39 2012] [error] [client 85.138.123.80] File does not exist: /etc/apache2/htdocs
[Sat Aug 04 16:21:39 2012] [debug] mod_deflate.c(615): [client 85.138.123.80] Zlib: Compressed 297 to 227 : URL /manager/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment