Directadmin Error httpd?

Cad0s

Verified User
Joined
May 6, 2012
Messages
11
Hi, DirectAdmin installation was successful but the logs show an error
Code:
/var/log/httpd/error_log
HTML:
Thu Dec 29 04:24:01.149090 2016] [core:error] [pid 29914] (2)No such file or directory: AH00095: failed to remove PID file /var/run/httpd.pid
[Thu Dec 29 04:24:01.149153 2016] [mpm_prefork:notice] [pid 29914] AH00169: caught SIGTERM, shutting down
[Thu Dec 29 04:24:04.240452 2016] [ssl:warn] [pid 543] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Dec 29 04:24:04.240700 2016] [suexec:notice] [pid 543] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Dec 29 04:24:04.468164 2016] [auth_digest:notice] [pid 544] AH01757: generating secret for digest authentication ...
[Thu Dec 29 04:24:05.239606 2016] [ssl:warn] [pid 544] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Dec 29 04:24:05.239914 2016] [lbmethod_heartbeat:notice] [pid 544] AH02282: No slotmem from mod_heartmonitor
[Thu Dec 29 04:24:05.240173 2016] [:notice] [pid 544] mod_ruid2/0.9.8 enabled
[Thu Dec 29 04:24:05.261242 2016] [mpm_prefork:notice] [pid 544] AH00163: Apache/2.4.25 (Unix) OpenSSL/1.0.1t PHP/5.6.29 configured -- resuming normal operations
[Thu Dec 29 04:24:05.261295 2016] [core:notice] [pid 544] AH00094: Command line: '/usr/sbin/httpd -D SSL'
libpng warning: iCCP: known incorrect sRGB profile


I can not handle two days. PLease HELP
 
Hello,

There is only one error (not critical actually) can be seen:

Code:
[COLOR=#333333]Thu Dec 29 04:24:01.149090 2016] [core:error] [pid 29914] (2)No such file or directory: AH00095: failed to remove PID file /var/run/httpd.pid[/COLOR]

the others are notices and warnings, and they not errors, none of them requires fixing.
 
Hello,

There is only one error (not critical actually) can be seen:

Code:
[COLOR=#333333]Thu Dec 29 04:24:01.149090 2016] [core:error] [pid 29914] (2)No such file or directory: AH00095: failed to remove PID file /var/run/httpd.pid[/COLOR]

the others are notices and warnings, and they not errors, none of them requires fixing.


Hi
The problem was solved with httpd

2.
Hi I'm trying to get rid of this error.



Sun Jan 01 23:33:29.003582 2017] [ssl:warn] [pid 22292:tid 139955509806848] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jan 01 23:33:30.006469 2017] [ssl:warn] [pid 22293:tid 139955509806848] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
 
Last edited:
That's not an error, that's warning and it does not affect anything. To get rid of the warning you should remove "www.example.com" from apache configs, which is presented there by default.
 
That's not an error, that's warning and it does not affect anything. To get rid of the warning you should remove "www.example.com" from apache configs, which is presented there by default.

Which file and line I should remove "www.example.com" in apache config?

I also am getting many warnings like above and I think your way will solve my issues.
 
I have the same problem:
[ssl:warn] [pid 17028:tid 139970697046336] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
 
Please read first before upping an ancient thread of 4 years ago. ;)

You don't have a problem, you can safely ignore it. Check post #2.
We all have this in our logs, because it's an example setup of the httpd-ssl.conf file, no need to worry.
 
Back
Top