I have noticed some errors in my log file today. I found it because my web server was not running. It just died for no reason... Here's what my log shows:
[Thu Apr 17 18:05:48 2003] [notice] SIGUSR1 received. Doing graceful restart
Syntax error on line 108 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/mod_env.so into server: /etc/httpd/modules/mod_env.so: failed to map segment from shared object: Cannot allocate memory
[Thu Apr 17 18:08:21 2003] [error] mod_ssl: Init: Private key not found (OpenSSL library error follows)
[Thu Apr 17 18:08:21 2003] [error] OpenSSL: error:0D084069:asn1 encoding routines:d2i_ASN1_SET:bad tag
[Thu Apr 17 18:08:21 2003] [error] OpenSSL: error:0D09D082:asn1 encoding routines:d2i_RSAPrivateKey:parsing
[Thu Apr 17 18:08:21 2003] [error] OpenSSL: error:0D09B00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
[Thu Apr 17 18:10:52 2003] [error] mod_ssl: Init: Private key not found (OpenSSL library error follows)
[Thu Apr 17 18:10:52 2003] [error] OpenSSL: error:0D084069:asn1 encoding routines:d2i_ASN1_SET:bad tag
[Thu Apr 17 18:10:52 2003] [error] OpenSSL: error:0D09D082:asn1 encoding routines:d2i_RSAPrivateKey:parsing
[Thu Apr 17 18:10:52 2003] [error] OpenSSL: error:0D09B00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
[Thu Apr 17 18:12:29 2003] [error] mod_ssl: Init: Private key not found (OpenSSL library error follows)
[Thu Apr 17 18:12:29 2003] [error] OpenSSL: error:0D084069:asn1 encoding routines:d2i_ASN1_SET:bad tag
[Thu Apr 17 18:12:29 2003] [error] OpenSSL: error:0D09D082:asn1 encoding routines:d2i_RSAPrivateKey:parsing
[Thu Apr 17 18:12:29 2003] [error] OpenSSL: error:0D09B00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
[Thu Apr 17 18:51:56 2003] [error] mod_ssl: Init: Private key not found (OpenSSL library error follows)
[Thu Apr 17 18:51:56 2003] [error] OpenSSL: error:0D084069:asn1 encoding routines:d2i_ASN1_SET:bad tag
[Thu Apr 17 18:51:56 2003] [error] OpenSSL: error:0D09D082:asn1 encoding routines:d2i_RSAPrivateKey:parsing
[Thu Apr 17 18:51:56 2003] [error] OpenSSL: error:0D09B00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
[Thu Apr 17 18:52:14 2003] [notice] Apache configured -- resuming normal operations
[Thu Apr 17 18:52:14 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Apr 17 18:52:14 2003] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Thu Apr 17 18:53:03 2003] [error] [client 192.168.1.66] File does not exist: /home/e-smith/files/primary/html/Profiles
Anyone know what is wrong here? I have the mod_ssl module on the system and I can connect securely.
Thanks!
Tom