Apache is the most popular web server across the entire World Wide Web, currently used by around 60% of web domains. Its released under an Apache License, which requires preservation of the copyright notices and disclaimers, but doesn’t require modified versions to be distributed using the same license. Though most prevalent on Unix-like operating system, [...]
Archive for the ‘Apache’ Category
How to install apache and mod_ssl on Centos
Dec-16th-2010
How To Generate SSL Key, CSR and Self Signed Certificate
Dec-28th-2008
The process of creating a key and a CSR is easy and it will only take a few minutes.In this article, we will see how to generate private key file (example.key), certificate signing request file (example.csr) and webserver certificate file (example.crt) that can be used on Apache server with mod_ssl. SSL is a protocol for [...]
