Entries tagged security | Hugonweb Annotated Link Bibliography

Apache SSLPolicy Directive

https://httpd.apache.org/docs/trunk/mod/mod_ssl.html#sslpolicy

Makes configuring SSL simple by enabling a whole set of security policy directives in one command.

Apache includes policies from the Mozilla organization, including the most secure option: "modern"

2025-07-29 update: SSLPolicy is only in Apache 2.5.0 or later. It's currently not even in Debian Sid :-(

OWASP Security Cheat Sheets

https://cheatsheetseries.owasp.org/index.html

Cheet sheets on all kinds of security, from C-based toolchain hardening to HTTP headers.

Stack Overflow Definitive Guide to Form-based Website Authentication

https://stackoverflow.com/questions/549/the-definitive-guide-to-form-based-website-authentication

A really nice guide to the best, most secure ways to do website authentication. Lots of nice links