Hello everyone,
Can anyone tell me the quickest way to get my Apache 2.2 server set up so that it serves SSL connections only?
this is how I configured apache:
./configure --prefix=/usr/local/apache2 \
--mandir=/usr/local/man \
--enable-so \
--enable-ssl=shared \
--enable-rewrite
What do I have to edit/change in httpd.conf to run an SSL ONLY server?
Thankyou.
