@amerika @mint @Pawlicker @kirby @pomstan > PHP is the fastest way to get stuff working on the web$ ed /var/www/htdocs/cgi-bin/ontheweb.cgi/var/www/htdocs/cgi-bin/ontheweb.cgi: No such file or directorya#!/usr/bin/awk -fBEGIN{ print "Content-Type: text/html\r\n\r" print "<html><body>Like hell it is.</body></html>"}.wq119$ chmod 755 /var/www/htdocs/cgi-bin/ontheweb.cgi$ w3m http://localhost/cgi-bin/ontheweb.cgi