Hi guys,
Can't seem to figure this one out. Any help would be appreciated.
So I ran: /scripts/rebuildhttpdconf
Any ideas to point me in the right direction?
Thank you in advance!
Can't seem to figure this one out. Any help would be appreciated.
Code:
/scripts/restartsrv_apache
Waiting for “httpd” to start ………info [restartsrv_base] The service 'httpd' failed to restart at least three times. The system will now rebuild the httpd.conf file.
……failed.
Service Error
(XID fwee3d) The “httpd” service failed to start.
Startup Log
AH00526: Syntax error on line 6205 of /usr/local/apache/conf/httpd.conf:
SSLCACertificateFile: file '/var/cpanel/ssl/installed/cabundles/COMODO_CA_Limited_dbe3e9376d3359020526b6bc3f725c0f_1865548799.cabundle' does not exist or is empty
httpd has failed. Contact your system administrator if the service does not automagically recover.
Code:
info [rebuildhttpdconf] Missing owner for domain removedfromhere.com, force lookup to root
Initial configuration generation failed with the following message:
Configuration problem detected on line 6198 of file /usr/local/apache/conf/httpd.conf.work.XfhKVOR8KD2zBWsA: SSLCACertificateFile: file '/var/cpanel/ssl/installed/cabundles/COMODO_CA_Limited_dbe3e9376d3359020526b6bc3f725c0f_1865548799.cabundle' does not exist or is empty
--- /usr/local/apache/conf/httpd.conf.work.XfhKVOR8KD2zBWsA ---
6192 </IfModule>
6193 <IfModule ssl_module>
6194 SSLEngine on
6195
6196 SSLCertificateFile /var/cpanel/ssl/installed/certs/example_com_b63b3_52ced_1565395199_d15cc5c64633132c3818589a49651cc2.crt
6197 SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/b63b3_52ced_f43c0cdf82571dac1200e0e22e202b34.key
6198 ===> SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/COMODO_CA_Limited_dbe3e9376d3359020526b6bc3f725c0f_1865548799.cabundle <===
6199 CustomLog /usr/local/apache/domlogs/removedfromhere.com-ssl_log combined
6200 SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
6201 <Directory "/home/removedfromhere/public_html/cgi-bin">
6202 SSLOptions +StdEnvVars
6203 </Directory>
6204 </IfModule>
--- /usr/local/apache/conf/httpd.conf.work.XfhKVOR8KD2zBWsA ---
Rebuilding configuration without any local modifications.
info [rebuildhttpdconf] Missing owner for domain removedfromhere.com, force lookup to root
Failed to generate a syntactically correct Apache configuration.
Bad configuration file located at /usr/local/apache/conf/httpd.conf.work.XfhKVOR8KD2zBWsA
Error:
Configuration problem detected on line 6198 of file /usr/local/apache/conf/httpd.conf.work.XfhKVOR8KD2zBWsA: SSLCACertificateFile: file '/var/cpanel/ssl/installed/cabundles/COMODO_CA_Limited_dbe3e9376d3359020526b6bc3f725c0f_1865548799.cabundle' does not exist or is empty
--- /usr/local/apache/conf/httpd.conf.work.XfhKVOR8KD2zBWsA ---
6192 </IfModule>
6193 <IfModule ssl_module>
6194 SSLEngine on
6195
6196 SSLCertificateFile /var/cpanel/ssl/installed/certs/removedfromehere_com_b63b3_52ced_1565395199_d15cc5c64633132c3818589a49651cc2.crt
6197 SSLCertificateKeyFile /var/cpanel/ssl/installed/keys/b63b3_52ced_f43c0cdf82571dac1200e0e22e202b34.key
6198 ===> SSLCACertificateFile /var/cpanel/ssl/installed/cabundles/COMODO_CA_Limited_dbe3e9376d3359020526b6bc3f725c0f_1865548799.cabundle <===
6199 CustomLog /usr/local/apache/domlogs/removedfromhere.com-ssl_log combined
6200 SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
6201 <Directory "/home/removedfromhere/public_html/cgi-bin">
6202 SSLOptions +StdEnvVars
6203 </Directory>
6204 </IfModule>
--- /usr/local/apache/conf/httpd.conf.work.XfhKVOR8KD2zBWsA ---
Thank you in advance!
Last edited by a moderator: