HTTP 헤더 Server

1 개요[ | ]

HTTP 헤더 Server
root@zetawiki:~# curl -I -s http://naver.com | grep Server
Server: nginx
root@zetawiki:~# curl -I -s http://mediawiki.org | grep Server
Server: Varnish
root@zetawiki:~# curl -I -s http://mediawiki.org | grep Via
Via: 1.1 varnish

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}