Add new comment

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Submitted by Anonymous (not registered) on Fri, 2009-01-16 15:17.

Graet post, I wanted to add two things :

- ssl modules must be loaded in the httpd.conf. This is generally performed by adding :

LoadModule ssl_module         libexec/apache/libssl.so
AddModule mod_ssl.c

- The VirtualHost directive can be used in case multiple websites are served by the same Apache instance for a fine-grained SSL configuration.

I also came across a similar article that discusses these topics :

http://www.codealias.info/technotes/howto_add_ssl_support_to_apache_web_server

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.