/etc/init.d/httpd: line 99: 377380 Segmentation fault (core dumped) $HTTPD -k $ARGV -DSSL

sreeninair

Well-Known Member
Dec 23, 2013
100
0
16
cPanel Access Level
Root Administrator
Hello,

I am getting the following error while starting apache. I ran easyapache , bur it fails and old backup was restored. Please let me know how to fix this.

/usr/local/apache]# /etc/init.d/httpd start
Warning: DocumentRoot [/home/alan03/public_html] does not exist
/etc/init.d/httpd: line 99: 377380 Segmentation fault (core dumped) $HTTPD -k $ARGV -DSSL


Thanks
Sreeni
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Could you let us know what's on line 99 of your /usr/local/apache/conf/httpd.conf file? Also, feel free to open a support ticket using the link in my signature so we can take a closer look. You can post the ticket number here so we can update this thread with the outcome.

Thank you.
 

cPanelPeter

Senior Technical Analyst
Staff member
Sep 23, 2013
586
25
153
cPanel Access Level
Root Administrator
Hello,

Please open a support ticket using the link in my signature. One of our analyst will investigate this issue for you.
Please post the ticket number below so that we can update this thread with the solution once one is found.
 

sreeninair

Well-Known Member
Dec 23, 2013
100
0
16
cPanel Access Level
Root Administrator
Hello Peter/Michael

I have fixed it by renaming ssl_scache.dir and ssl_scache.pag in /usr/local/apache/logs/ . It seems to be related with ssl in the server. Could you please let me know the exact use of the files in cPanel environment?.

Thanks
Sreeni
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Those are the SSL session cache files. It's likely those files contained corrupt data. Removing or emptying those files typically resolves the issue.

Thank you.