Skip to content

Instantly share code, notes, and snippets.

@Torxed
Created July 18, 2013 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Torxed/6028350 to your computer and use it in GitHub Desktop.
Save Torxed/6028350 to your computer and use it in GitHub Desktop.
General snippets of nothingness?
GET /test.php HTTP/1.1
Host: 127.0.0.1
Connection: keep-alive
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
2013-07-18 12:33:07: (configfile-glue.c.467) SERVER["socket"] ( 0.0.0.0:80 ) compare to [::]:80
2013-07-18 12:33:07: (configfile-glue.c.530) 1 (uncached) result: false
2013-07-18 12:33:07: (configfile-glue.c.579) === start of condition block ===
2013-07-18 12:33:07: (configfile-glue.c.273) 2 global/HTTPurl=~\.pdf$ nej
2013-07-18 12:33:07: (configfile-glue.c.530) 2 (uncached) result: unknown
2013-07-18 12:33:07: (response.c.300) -- splitting Request-URI
2013-07-18 12:33:07: (response.c.301) Request-URI : /test.php
2013-07-18 12:33:07: (response.c.302) URI-scheme : http
2013-07-18 12:33:07: (response.c.303) URI-authority: 127.0.0.1
2013-07-18 12:33:07: (response.c.304) URI-path : /test.php
2013-07-18 12:33:07: (response.c.305) URI-query :
2013-07-18 12:33:07: (response.c.349) -- sanatising URI
2013-07-18 12:33:07: (response.c.350) URI-path : /test.php
2013-07-18 12:33:07: (mod_access.c.135) -- mod_access_uri_handler called
2013-07-18 12:33:07: (response.c.470) -- before doc_root
2013-07-18 12:33:07: (response.c.471) Doc-Root : htdocs/
2013-07-18 12:33:07: (response.c.472) Rel-Path : /test.php
2013-07-18 12:33:07: (response.c.473) Path :
2013-07-18 12:33:07: (response.c.521) -- after doc_root
2013-07-18 12:33:07: (response.c.522) Doc-Root : htdocs/
2013-07-18 12:33:07: (response.c.523) Rel-Path : /test.php
2013-07-18 12:33:07: (response.c.524) Path : htdocs/test.php
2013-07-18 12:33:07: (response.c.541) -- logical -> physical
2013-07-18 12:33:07: (response.c.542) Doc-Root : htdocs/
2013-07-18 12:33:07: (response.c.543) Rel-Path : /test.php
2013-07-18 12:33:07: (response.c.544) Path : htdocs/test.php
2013-07-18 12:33:07: (response.c.561) -- handling physical path
2013-07-18 12:33:07: (response.c.562) Path : htdocs/test.php
2013-07-18 12:33:07: (response.c.569) -- file found
2013-07-18 12:33:07: (response.c.570) Path : htdocs/test.php
2013-07-18 12:33:07: (response.c.721) -- handling subrequest
2013-07-18 12:33:07: (response.c.722) Path : htdocs/test.php
2013-07-18 12:33:07: (mod_fastcgi.c.3677) handling it in mod_fastcgi
2013-07-18 12:33:07: (mod_fastcgi.c.3036) got proc: pid: 0 socket: tcp:127.0.0.1:9123 load: 1
2013-07-18 12:33:07: (mod_fastcgi.c.1491) released proc: pid: 0 socket: tcp:127.0.0.1:9123 load: 0
2013-07-18 12:33:07: (response.c.128) Response-Header:
HTTP/1.1 404 Not Found
X-Powered-By: PHP/5.3.21
Content-type: text/html
Transfer-Encoding: chunked
Date: Thu, 18 Jul 2013 10:33:07 GMT
Server: lighttpd/1.4.32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment