Author Topic: Apache Webserver wont start after latest upgrade [SOLVED]  (Read 7824 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Apache Webserver wont start after latest upgrade [SOLVED]
« 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 ?
« Last Edit: March 15, 2017, 09:12:41 AM by Igor S. »

Offline
*****
Re: Apache Webserver wont start after latest upgrade
« Reply #1 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
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Apache Webserver wont start after latest upgrade
« Reply #2 on: March 15, 2017, 09:08:55 AM »
That seems to have done the trick thank you  ;D


Offline
*****
Re: Apache Webserver wont start after latest upgrade
« Reply #3 on: March 15, 2017, 09:12:01 AM »
You are welcome.
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services