EasyApache 4 - Include Editor error

Eli L

Well-Known Member
Aug 9, 2007
61
1
58
Bellingham, Washington, United States
cPanel Access Level
Root Administrator
Since updating to easyapache 4 when I try to use the Apache Include Editor I get the following when I try to save any of the files with changes:

Sorry, your changes have introduced a syntax error in post_virtualhost_global.conf. Please correct the issue.

Error:
AH00534: httpd: Configuration error: No MPM loaded.​

The worker MPM is definitely loaded and working..
 

cotswoldphoto

Active Member
Feb 20, 2015
25
3
3
cPanel Access Level
Root Administrator
In my case I wanted to add some hardening to the Pre Main Include, so I went to this folder:

/etc/apache2/conf.d/includes/ and created a file called pre_main_global.conf and in this I put the code I wanted:

Code:
SSLProtocol -All +TLSv1 +TLSv1.1 +TLSv1.2
SSLHonorCipherOrder On
SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
and saved. I restarted Apache and then checked back in WHM and sure enough, there it was.