LoadModule
line will need to be updated.
mod_userdir
module will only act on requests if you provide a UserDir
directive indicating a directory name. If you wish to maintain the procedures used in version 2.0, add the directive UserDir public_html
in your configuration file.
httpd.conf
file adding the necessary mod_ssl
directives. Use apachectl start
as apachectl startssl
is unavailable in version 2.2. You can view an example of SSL configuration for httpd in conf/extra/httpd-ssl.conf
.
service httpd configtest
which will detect configuration errors.