Skip to content

Instantly share code, notes, and snippets.

@saturday
Created August 21, 2014 17:41
Show Gist options
  • Save saturday/7b5a40e19939411cda16 to your computer and use it in GitHub Desktop.
Save saturday/7b5a40e19939411cda16 to your computer and use it in GitHub Desktop.
* Adding handle: conn: 0x7ff280803a00
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7ff280803a00) send_pipe: 1, recv_pipe: 0
* About to connect() to localhost port 8080 (#0)
* Trying ::1...
* Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 8080 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.30.0
> Host: localhost:8080
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Date: Thu, 21 Aug 2014 17:41:30 GMT
* Server Apache/2.2.15 (CentOS) is not blacklisted
< Server: Apache/2.2.15 (CentOS)
< X-Powered-By: PHP/5.3.3
< X-Pingback: http://localhost/xmlrpc.php
< Location: http://localhost/
< Content-Length: 127
< Connection: close
< Content-Type: text/html; charset=UTF-8
<
Warning: Invalid argument supplied for foreach() in /var/www/html/wp-content/themes/MedReleaf-Theme/functions.php on line 763
* Closing connection 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment