Advertisement
Guest User

Untitled

a guest
Sep 19th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. curl -v test.domain.co.uk
  2. * Rebuilt URL to: test.domain.co.uk/
  3. * Adding handle: conn: 0x1987190
  4. * Adding handle: send: 0
  5. * Adding handle: recv: 0
  6. * Curl_addHandleToPipeline: length: 1
  7. * - Conn 0 (0x1987190) send_pipe: 1, recv_pipe: 0
  8. % Total % Received % Xferd Average Speed Time Time Time Current
  9. Dload Upload Total Spent Left Speed
  10. 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0* About to connect() to test.domain.co.uk port 80 (#0)
  11. * Trying 137.205.210.240...
  12. 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0* Connected to test.domain.co.uk (137.205.210.240) port 80 (#0)
  13. > GET / HTTP/1.1
  14. > User-Agent: curl/7.32.0
  15. > Host: test.domain.co.uk
  16. > Accept: */*
  17. >
  18. < HTTP/1.1 302 Found
  19. < Date: Thu, 19 Sep 2013 15:06:50 GMT
  20. * Server lighttpd/1.4.28 is not blacklisted
  21. < Server: lighttpd/1.4.28
  22. < X-Powered-By: PHP/5.3.3-7+squeeze16
  23. < Location: http://test.domain.co.uk/install.php
  24. < Cache-Control: no-cache
  25. < Content-type: text/html
  26. < Content-Length: 0
  27. < Via: 1.1 domain.co.uk
  28. <
  29. 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0
  30. * Connection #0 to host test.domain.co.uk left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement