Hi, this is my first Thread here-.
A few month ago i managed to set up an apache2 + php + tomcat environment on a virtual host.
It's a private server, hosting some plain html-pages with Fotos and a php-calendar-application.
I am using a software firewall and the server provides: ssl-Access only (am using an own-created certificate).
Everything worked fine until the host-service-provider did a lunix kernel update.
The new situation is:
If i try to open the web-page after restarting apache, apache seems to crash after fullfilling some requests.
That means some parts of my test-website get delivered to the server, but not all of them.
This is the corr. content of the file:
/var/log/apache2/error_log:
And this is the new kerneversion:
uname -a:
apache2ctl -t
apache2ctl -V
What could i do to solve the problem?
I hope someone can help me / guide me in the right direction-.
A few month ago i managed to set up an apache2 + php + tomcat environment on a virtual host.
It's a private server, hosting some plain html-pages with Fotos and a php-calendar-application.
I am using a software firewall and the server provides: ssl-Access only (am using an own-created certificate).
Everything worked fine until the host-service-provider did a lunix kernel update.
The new situation is:
If i try to open the web-page after restarting apache, apache seems to crash after fullfilling some requests.
That means some parts of my test-website get delivered to the server, but not all of them.
This is the corr. content of the file:
/var/log/apache2/error_log:
Code:
[Sat Jun 28 07:10:10 2014] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Jun 28 07:10:10 2014] [warn] RSA server certificate CommonName (CN) `###########' does NOT match server name!?
[Sat Jun 28 07:10:10 2014] [warn] module proxy_module is already loaded, skipping
[Sat Jun 28 07:10:10 2014] [warn] module proxy_ajp_module is already loaded, skipping
[Sat Jun 28 07:10:10 2014] [warn] module proxy_module is already loaded, skipping
[Sat Jun 28 07:10:10 2014] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Jun 28 07:10:10 2014] [warn] RSA server certificate CommonName (CN) `#############' does NOT match server name!?
[Sat Jun 28 07:10:11 2014] [warn] pid file /var/run/httpd2.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Jun 28 07:10:11 2014] [notice] Apache/2.2.22 (Linux/SUSE) mod_ssl/2.2.22 OpenSSL/1.0.1e PHP/5.3.17 mod_jk/1.2.30 configured -- resuming normal operations
[Sat Jun 28 07:10:23 2014] [emerg] (1)Operation not permitted: couldn't release the accept mutex
[Sat Jun 28 07:10:23 2014] [alert] Child 23603 returned a Fatal error... Apache is exiting!
uname -a:
Code:
Linux #############.stratoserver.net 3.7.10-042stab090.3 #1 SMP Fri Jun 6 09:35:21 MSK 2014 i686 athlon i386 GNU/Linux
Code:
which: no w3m in (/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games)
[Sat Jun 28 07:22:16 2014] [warn] module proxy_module is already loaded, skipping
[Sat Jun 28 07:22:16 2014] [warn] module proxy_ajp_module is already loaded, skipping
[Sat Jun 28 07:22:16 2014] [warn] module proxy_module is already loaded, skipping
Syntax OK
Code:
which: no w3m in (/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games)
Server version: Apache/2.2.22 (Linux/SUSE)
Server built: 2013-07-30 09:44:48.000000000 +0000
Server's Module Magic Number: 20051115:30
Server loaded: APR 1.4.6, APR-Util 1.4.1
Compiled using: APR 1.4.6, APR-Util 1.4.1
Architecture: 32-bit
Server MPM: Prefork
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_PROC_PTHREAD_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=128
-D HTTPD_ROOT="/srv/www"
-D SUEXEC_BIN="/usr/sbin/suexec2"
-D DEFAULT_PIDLOG="/var/run/httpd2.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="/var/run/accept.lock"
-D DEFAULT_ERRORLOG="/var/log/apache2/error_log"
-D AP_TYPES_CONFIG_FILE="/etc/apache2/mime.types"
-D SERVER_CONFIG_FILE="/etc/apache2/httpd.conf"
I hope someone can help me / guide me in the right direction-.