Apache on FreeBSD
Apache-MOD SSL (Not using a fake certificate)
Apache-MOD SSL
Creating a Certificate Signing Request
Install OpenSSL, if not found on server, and place it in PATH.
Read More
Locking down HTTPSD.conf File
securing apache using HTTPSD.conf
UseCanonicalName Off
ServerSignature Off
HostnameLookups Off
change Options Indexes FollowSymLinks MultiViews
to
Options -Indexes
on the Directory you need. There will be a default and another were your data a
Read More