Quantcast
Channel: Can't start Apache: Invalid command 'SSLCipherSuite' - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Alexander for Can't start Apache: Invalid command 'SSLCipherSuite'

In the httpd.conf, need to turn on mod_ssl.so:LoadModule ssl_module modules/mod_ssl.soThen the next problem is to turn on mod_socache_shmcb.so:LoadModule socache_shmcb_module modules/mod_socache_shmcb.so

View Article



Answer by Pandurang for Can't start Apache: Invalid command 'SSLCipherSuite'

Did you compile Apache httpd with enable-ssl option. If not, then recompile httpd with ssl and then add mod_ssl configuration.

View Article

Answer by hfunes.com for Can't start Apache: Invalid command 'SSLCipherSuite'

I had the same problem, and solved running the command:sudo a2enmod sslHope it helps someone :)

View Article

Can't start Apache: Invalid command 'SSLCipherSuite'

I'm trying to get SSL working with WampServer. I'm following this answer, and I get to the section: Now test your Apache installation by calling httpd -t.Apache will not restart at this point. Windows...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images