httpd
Verisign Which Certificate Chain
Submitted by adam on Thu, 2008-10-09 12:12.How to know which intermediate certificate to use with a verisign certificate
Oops - Downtime
Submitted by adam on Wed, 2008-10-08 21:47.Always check the results of /etc/init.d/httpd reload
Apache Block Backup Files
Submitted by adam on Wed, 2008-10-08 14:19.How to block visitors from accessing old/backup versions of files
Network Solutions Create SSLCertificateChainFile
Submitted by adam on Sun, 2008-09-14 02:46.How to create a SSLCertificateChainFile from the 3 additional files Network Solutions provides with a certificate.
ISPConfig Remove User Directories
Submitted by adam on Wed, 2008-04-02 13:40.ISPConfig allows users to have their own directories in the domain. Most sites don't need/want this.
Disable SSLv2 System Wide
Submitted by adam on Tue, 2008-01-29 04:08.Disabling SSLv2 everywhere. Well, almost everywhere.
Checking if TRACE is enabled
Submitted by adam on Thu, 2007-05-31 17:48.How to test your httpd server for the TRACE option.
Reload httpd via PHP (sorta)
Submitted by adam on Fri, 2006-10-27 10:27.The problem:
Apache forked processes (PHP, CGI, etc) runs as a different user (usually www or some variant) which doesn't have permission to restart Apache. To further compound the problem, PHP doesn't allow you to sudo to a user that does have the privileges (they call this a "security feature"). Also, if it did have the privileges, it cannot reload httpd directly because that's it's parent process.
