Hi All,
After ISP changed my webserver IP on linux to set up hardware firewall, httpd service usually stops at night. I can access to web server by SSH and checked the existence of Httpd by command:
/var/log/httpd/error_log file is empty and the content of /var/log/httpd/error_log.1 is:
I can't restart httpd service and have to reboot linux server.
I also check the task schedule in linux by command:
but not find anything.
Please help me to solve the problem.
Thanks!
After ISP changed my webserver IP on linux to set up hardware firewall, httpd service usually stops at night. I can access to web server by SSH and checked the existence of Httpd by command:
Code:
service httpd start
Starting httpd: [Wed Dec 15 06:19:42 2010] [warn] NameVirtualHost xxx.xxx.xxx.xxx:443 has no VirtualHosts
(30)Read-only file system: httpd: could not open error log file /var/log/httpd/error_log.
Unable to open logs
/var/log/httpd/error_log file is empty and the content of /var/log/httpd/error_log.1 is:
Code:
tail error_log.1
[Sun Dec 12 00:10:01 2010] [warn] NameVirtualHost xxx.xxx.xxx.xxx:443 has no VirtualHosts
[Sun Dec 12 00:10:02 2010] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Dec 12 00:10:02 2010] [notice] Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Sun Dec 12 00:11:01 2010] [notice] caught SIGTERM, shutting down
[Sun Dec 12 00:11:02 2010] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Dec 12 00:11:02 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Dec 12 00:11:03 2010] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Dec 12 00:11:03 2010] [notice] Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 DAV/2 configured -- resuming normal operations
[Sun Dec 12 04:02:04 2010] [notice] SIGHUP received. Attempting to restart
[Sun Dec 12 04:02:04 2010] [warn] NameVirtualHost xxx.xxx.xxx.xxx:443 has no VirtualHosts
I can't restart httpd service and have to reboot linux server.
I also check the task schedule in linux by command:
Code:
crontab -l
but not find anything.
Please help me to solve the problem.
Thanks!