Tags
android apache awstats beans clearcase clearquest dev dreamhost dvb eclipse ffmpeg gradle htaccess html http java javascript jni licensing linux mac macfuse mpeg mysql mythtv network networking openoffice php random root ruby samba scripting soap spring sshfs ssh linux sudoers requiretty touch tr ubuntu vpn vsftp WOL xmltv
Tag Archives: http
HTTP Basic authentication
A lot of people know that “basic” authentication for websites is secure, but how insecure? How difficult is it to intercept? Adam investigates… Background first. Here is an apache setup of basic authentication to go into a .htaccess file. AuthName … Continue reading
HTTP caching
Often browsers cache when you do not wish them to do so. POST requests by forms are exempt according to RFC 2616, so we only need worry about GET requests. A default installation of apache by default will not serve … Continue reading