Control Web Panel

WebPanel => CentOS 6 Problems => Topic started by: Koevoet on March 15, 2017, 08:55:58 AM

Title: Apache Webserver wont start after latest upgrade [SOLVED]
Post by: Koevoet on March 15, 2017, 08:55:58 AM
Ran the upgrade scripts for CWP upgrade including the apache upgrade , the web panel itself took the upgrade ok but it did not want to start the Apache webserver , after rebuilding apache from within the web panel itself some errors cleared but now i am stuck on these errors

Code: [Select]
Stopping httpd: [FAILED]
Starting httpd: AH00526: Syntax error on line 2 of /usr/local/apache/conf.d/ssl.conf:
Invalid command 'SSLCipherSuite', perhaps misspelled or defined by a module not included in the server configuration
[FAILED]

Any ideas ?
Title: Re: Apache Webserver wont start after latest upgrade
Post by: Igor S. on March 15, 2017, 09:02:59 AM
Hello,

try command:
Code: [Select]
echo 'LoadModule ssl_module modules/mod_ssl.so' >> /usr/local/apache/conf.d/ssl.conf
Title: Re: Apache Webserver wont start after latest upgrade
Post by: Koevoet on March 15, 2017, 09:08:55 AM
That seems to have done the trick thank you  ;D

Title: Re: Apache Webserver wont start after latest upgrade
Post by: Igor S. on March 15, 2017, 09:12:01 AM
You are welcome.