Guest User

Untitled

a guest
Jun 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. [root@hermes html]# curl -v localhost/foo.php
  2. * About to connect() to localhost port 80 (#0)
  3. * Trying 127.0.0.1... connected
  4. * Connected to localhost (127.0.0.1) port 80 (#0)
  5. > GET /foo.php HTTP/1.1
  6. > User-Agent: curl/7.21.3 (x86_64-redhat-linux-gnu) libcurl/7.21.3 NSS/3.12.10.0 zlib/1.2.5 libidn/1.19 libssh2/1.2.7
  7. > Host: localhost
  8. > Accept: */*
  9. >
  10. < HTTP/1.1 200 OK
  11. < Date: Fri, 10 Feb 2012 02:14:46 GMT
  12. < Server: Apache/2.2.21 (Fedora)
  13. < X-Powered-By: PHP/5.3.9
  14. < Content-Length: 17
  15. < Connection: close
  16. < Content-Type: text/html; charset=UTF-8
  17. <
  18. <?
  19. phpinfo();
  20. ?>
  21. * Closing connection #0
Add Comment
Please, Sign In to add comment