Apache 2.x and SSL

Mod_SSL is no longer needed with the advent of Apache 2.x as all the SSL code is now included in the distribution. This makes setting up an SSL enabled web server very simple.

./configure --prefix=/www --enable-ssl make make install
If you use PHP as a module adding PHP support is as simple as adding a line to the httpd.conf file stating to load PHP. Badass!
Leave A Reply
All content licensed under the Creative Commons License