Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin webmaster@localhost
  3. DocumentRoot /var/www/html
  4. ProxyRequests On
  5. ProxyVia On
  6. <Proxy *>
  7. Order Deny,Allow
  8. Deny from all
  9. Allow from all
  10. </Proxy>
  11. ErrorLog ${APACHE_LOG_DIR}/error.log
  12. CustomLog ${APACHE_LOG_DIR}/access.log combined
  13. </VirtualHost>
  14.  
  15. curl -x 104.224.147.201:80 -I www.yahoo.com
  16. HTTP/1.1 301 Redirect
  17. Date: Wed, 27 Jul 2016 03:20:12 GMT
  18. Server: ATS
  19. Via: https/1.1 ir25.fp.ir2.yahoo.com (ApacheTrafficServer)
  20. Location: https://www.yahoo.com/
  21. Content-Type: text/html
  22. Content-Language: en
  23. Cache-Control: no-store, no-cache
  24. Content-Length: 304
  25. Via: 1.1 localhost.localdomain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement