Local References (* works-in-progress)
Workstation Security Server Other
Setting up custom terminal windows * Explanation of inetd and rc.conf usage with links to hardening the box Quick Perl setup within Apache Chroot of OpenBSD Various loopback wiring diagrams
Making gtk-gnutella 0.93.3 on OpenBSD 3.3 * IPF and the examples from /usr/share/ipf/ Additional Setup for MySQL/Perl within Apache Chroot of OpenBSD * ICMP types and codes
       
       
Misc Links (some here, some there)
Info
The FBI filed 3501 secret subpoenas last year
Government Accountability Office Report on 2004 U.S. Presidential Elections (PDF)
Douchebaggery apparent when lawmakers work against the wishes of citizens - John Perzel R-Philadelphia, uncaring for the health of Pennsylvanians, obviously an Incumbent
Uhhh, Mr. Gates?
Innovation is no longer fostered by capitalism, it is capped.
Katrina Relief Efforts Failing
21 Administration Officials Involved In Plame Leak
The conservative elite versus Cindy (But this is shameful)
RFIDs can be swapped
In Iraq Al Qaeda no doubt sees a replay of Russia in Afghanistan.
American Justice
What kind of country destroys the job market for its own citizens?
No, the people don't deserve getting hurt.
Claria and Homeland Security and computer snooping (Claria a/k/a Gator)
Media Coverage in the U.S.A.
Email virus scanners - one question certification
Total Info Awareness and Aviation Security Screening Records Database.
Copyright Act Consequences
DeCSS news "...re-affirms the right of a DVD owner to play it on any system he sees fit."
...God given right...
CyberInsecurity
Reliance on Microsoft Called Risk to U.S. Security. (original reuters story no longer available)
Analysis of Symantec's Stance on Censorship
boycott this kind of [Samsung] completely
Tougher privacy laws - People have to realize that privacy isn't just some criminal's ideal to keep from getting caught. If the data is out there it will be seen, hacked, sold and abused.
December's evil-est tech companies and executives
spread the dot

Apache Admin Resources

Apache-SSL
Apache-SSL is a secure Webserver, based on Apache and SSLeay/OpenSSL.
O'Reilly Network Weblogs: Nicer Indexes in Apache
Good article on using .htaccess file to autoindex directories.
Userland Frontier: HTTP Authentication Schemes
This document describes two schemes for the authentication of HTTP clients. Familiarity with the basic structure of HTTP requests, responses, status codes, and message headers is assumed.
Apache Today - Using .htaccess Files with Apache
More indepth piece of .htaccess, and how the server handles them.
User Authentication: Restricting web access to a directory
I basically created this tutorial to both meet a requirement of a college web class and in response to the many mediocre tutorials about user authentication which are available on the web...
Stopping, Starting, and Restarting the service.
Security Tips from Apache.org
W3C Validator
Free service to validate HTML code to the W3C guidelines.
ModMySQLauth instructions
Instructions for installing and using MySQL for Apache Authentication. See also this tutorial.

Other useful tidbits for httpd.conf (changes from default)

# Optionally add a line containing the server version and virtual host
# name to server-generated pages (error documents, FTP directory listings,
# mod_status and mod_info output etc., but not CGI generated documents).
# Set to "EMail" to also include a mailto: link to the ServerAdmin.
# Set to one of:  On | Off | EMail
#
ServerSignature On
ServerTokens Min

Created July 22, 2001

Modified September 4th, 2001 (in progress)