Difference between revisions of "Secure Website"

Jump to navigation Jump to search
479 bytes added ,  23:03, 11 September 2014
→‎Set-up Secured Website: Added fix for shmcb error in Ubuntu 12.04
m (Minor typo corrections)
(→‎Set-up Secured Website: Added fix for shmcb error in Ubuntu 12.04)
 
Line 128: Line 128:
# Restart Apache to apply (you'll get prompted for the server key passphrase - see [[#Remove_Key_PassPhrase|Remove Key PassPhrase]]
# Restart Apache to apply (you'll get prompted for the server key passphrase - see [[#Remove_Key_PassPhrase|Remove Key PassPhrase]]
#* <code> service apache2 restart </code>
#* <code> service apache2 restart </code>
#* If you receive the following error
#** <code> AH00526: Syntax error on line 43 of /etc/apache2/mods-enabled/ssl.conf:</code>
#** <code> SSLSessionCache: 'shmcb' session cache not supported (known names: ). Maybe you need to load the appropriate socache module (mod_socache_shmcb?).</code>
#* Load the <code>socache_shmcb</code> module to resolve..
#** In <code>/etc/apache2/mods-enabled</code> run <code> ln -s ../mods-available/socache_shmcb.load socache_shmcb.load</code>


  <IfModule mod_ssl.c>
  <IfModule mod_ssl.c>

Navigation menu