Linux: Testowanie usług – curl i strony internetowe

Program curl to ciekawe narzędzie pozwalające łatwo podejrzeć strony (szybciej niż telnet 127.0.0.1:80), przykład niżej (na razie spójrz w kod strony, później to pozamieniam 😉 ):

root@server:/etc/apache2/sites-available# curl 127.0.0.1
It works!
This is the default web page for this server.
The web server software is running but no content has been added, yet.

Dodaj komentarz