Advertisement
Guest User

ganglia_500

a guest
Sep 16th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. [user@host ~]$ curl -vvv http://example.com/ganglia-web-3.6.2/aggregate_graphs.php
  2. * About to connect() to example.com port 80
  3. * Trying 10.5.xx.xxx… connected
  4. * Connected to example.com (10.5.xx.xxx) port 80
  5. > GET /ganglia-web-3.6.2/aggregate_graphs.php HTTP/1.1
  6. > User-Agent: curl/7.15.5 (x86_64-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
  7. > Host: example.com
  8. > Accept: */*
  9. >
  10. < HTTP/1.0 500 Internal Server Error
  11. < Date: Tue, 16 Sep 2014 21:28:17 GMT
  12. < Server: Apache/2.2.3 (CentOS)
  13. < X-Powered-By: PHP/5.3.3
  14. < Content-Length: 1019
  15. < Connection: close
  16. < Content-Type: text/html; charset=UTF-8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement