After generate SSL from LE Apache can't restart

explosive

Verified User
Joined
Dec 29, 2010
Messages
174
Location
PL/EU
I have problem with LE and Apache.

Latest LE, Apache 2.4.9 then 2.4.25.

- user make LE certificate, everything is ok
- but few second later Apache is down!!! every time. Can't restart, I don't know why, nothing special in logs. If I make something else for ex. add subdomain - everything is ok, Apache restarts, but after generate SSL - don't

Code:
[Mon Jan 09 10:25:09.037958 2017] [core:warn] [pid 213492:tid 139924540192704] AH00045: child process 213498 still did not exit, sending a SIGTERM
[Mon Jan 09 10:25:09.038000 2017] [core:warn] [pid 213492:tid 139924540192704] AH00045: child process 213611 still did not exit, sending a SIGTERM
[Mon Jan 09 10:25:11.039958 2017] [core:error] [pid 213492:tid 139924540192704] AH00046: child process 213498 still did not exit, sending a SIGKILL
[Mon Jan 09 10:25:11.040001 2017] [core:error] [pid 213492:tid 139924540192704] AH00046: child process 213611 still did not exit, sending a SIGKILL
[Mon Jan 09 10:25:12.041075 2017] [mpm_event:notice] [pid 213492:tid 139924540192704] AH00491: caught SIGTERM, shutting down
[Mon Jan 09 10:25:13.065964 2017] [fcgid:error] [pid 213496:tid 139924540192704] FastCGI process 213942 still did not exit, terminating forcefully
[Mon Jan 09 10:25:13.066001 2017] [fcgid:error] [pid 213496:tid 139924540192704] FastCGI process 215298 still did not exit, terminating forcefully

- I must manually start apache ;(

Code:
[Mon Jan 09 10:25:56.120728 2017] [:notice] [pid 215583:tid 139814993704896] mod_hostinglimits: use Min UID 500
[Mon Jan 09 10:25:56.120805 2017] [:notice] [pid 215583:tid 139814993704896] mod_hostinglimits: use filter for LVE exit
[Mon Jan 09 10:25:56.120810 2017] [:notice] [pid 215583:tid 139814993704896] mod_hostinglimits: version 1.0-27. LVE mechanism enabled
[Mon Jan 09 10:25:56.120815 2017] [:notice] [pid 215583:tid 139814993704896] mod_hostinglimits: found apr extention version 3
[Mon Jan 09 10:25:56.120822 2017] [:notice] [pid 215583:tid 139814993704896] mod_hostinglimits: apr_lve_environment_init_group_minuid check ok
[Mon Jan 09 10:25:57.136334 2017] [ssl:warn] [pid 215583:tid 139814993704896] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jan 09 10:25:57.137057 2017] [ssl:warn] [pid 215583:tid 139814993704896] AH01909: shared.domain:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jan 09 10:25:57.141645 2017] [ssl:warn] [pid 215583:tid 139814993704896] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Mon Jan 09 10:25:57.141665 2017] [suexec:notice] [pid 215583:tid 139814993704896] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jan 09 10:25:57.439200 2017] [:notice] [pid 215588:tid 139814993704896] mod_hostinglimits: use Min UID 500
[Mon Jan 09 10:25:57.439242 2017] [:notice] [pid 215588:tid 139814993704896] mod_hostinglimits: use filter for LVE exit
[Mon Jan 09 10:25:57.439252 2017] [:notice] [pid 215588:tid 139814993704896] mod_hostinglimits: version 1.0-27. LVE mechanism enabled
[Mon Jan 09 10:25:57.439257 2017] [:notice] [pid 215588:tid 139814993704896] mod_hostinglimits: found apr extention version 3
[Mon Jan 09 10:25:57.439263 2017] [:notice] [pid 215588:tid 139814993704896] mod_hostinglimits: apr_lve_environment_init_group_minuid check ok
[Mon Jan 09 10:25:57.439271 2017] [auth_digest:notice] [pid 215588:tid 139814993704896] AH01757: generating secret for digest authentication ...
[Mon Jan 09 10:25:58.136828 2017] [ssl:warn] [pid 215588:tid 139814993704896] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jan 09 10:25:58.137543 2017] [ssl:warn] [pid 215588:tid 139814993704896] AH01909: shared.domain:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jan 09 10:25:58.142185 2017] [ssl:warn] [pid 215588:tid 139814993704896] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 436
6)
[Mon Jan 09 10:25:58.142214 2017] [lbmethod_heartbeat:notice] [pid 215588:tid 139814993704896] AH02282: No slotmem from mod_heartmonitor
[Mon Jan 09 10:25:58.147916 2017] [mpm_event:notice] [pid 215588:tid 139814993704896] AH00489: Apache/2.4.9 (Unix) OpenSSL/1.0.1e-fips mod_fcgid/2.3.7 configured -- resuming normal operations
[Mon Jan 09 10:25:58.147976 2017] [core:notice] [pid 215588:tid 139814993704896] AH00094: Command line: '/usr/sbin/httpd'
 
Hello,

Try and downgrade it to 2.4.23 and see whether or not it solves your issue.

Code:
cd /usr/local/directadmin/custombuild
echo "apache2.4:2.4.23:" >> custom_versions.txt
./build apache
 
Back
Top