Hallo Zusammen!
Zunächst einmal vielen Dank für eure bisherigen Vorschläge.
Leider funktioniert es immer noch nicht. Ich habe mal das Apache eigene Errorlogging eingeschaltet und auf debug gestellt. Unten findet ihr den kompletten Log des Starts mit eingeschalteter PHP Unterstützung.
Was mich stutzig macht, ist das PHP nirgends erwähnt wird.
Code:
[Tue Nov 16 10:21:50 2010] [info] Init: Seeding PRNG with 144 bytes of entropy
[Tue Nov 16 10:21:51 2010] [info] Loading certificate & private key of SSL-aware server
[Tue Nov 16 10:21:51 2010] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
[Tue Nov 16 10:21:51 2010] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Nov 16 10:21:51 2010] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Nov 16 10:21:51 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Nov 16 10:21:51 2010] [info] Configuring server for SSL protocol
[Tue Nov 16 10:21:51 2010] [debug] ssl_engine_init.c(387): Creating new SSL context (protocols: SSLv3, TLSv1)
[Tue Nov 16 10:21:51 2010] [debug] ssl_engine_init.c(583): Configuring permitted SSL ciphers [ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM]
[Tue Nov 16 10:21:51 2010] [debug] ssl_engine_init.c(711): Configuring RSA server certificate
[Tue Nov 16 10:21:51 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Nov 16 10:21:51 2010] [debug] ssl_engine_init.c(750): Configuring RSA server private key
[Tue Nov 16 10:21:51 2010] [info] mod_ssl/2.2.13 compiled against Server: Apache/2.2.13, Library: OpenSSL/0.9.8l
[Tue Nov 16 10:21:52 2010] [warn] pid file C:/Repositories/server.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Nov 16 10:21:52 2010] [info] Init: Seeding PRNG with 144 bytes of entropy
[Tue Nov 16 10:21:53 2010] [info] Loading certificate & private key of SSL-aware server
[Tue Nov 16 10:21:53 2010] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
[Tue Nov 16 10:21:53 2010] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Nov 16 10:21:53 2010] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(253): shmcb_init allocated 524288 bytes of shared memory
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(272): for 524240 bytes (524288 including header), recommending 32 subcaches, 136 indexes each
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(306): shmcb_init_memory choices follow
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(308): subcache_num = 32
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(310): subcache_size = 16380
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(312): subcache_data_offset = 3280
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(314): subcache_data_size = 13100
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(316): index_num = 136
[Tue Nov 16 10:21:53 2010] [info] Shared memory session cache initialised
[Tue Nov 16 10:21:53 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Nov 16 10:21:53 2010] [info] Configuring server for SSL protocol
[Tue Nov 16 10:21:53 2010] [debug] ssl_engine_init.c(387): Creating new SSL context (protocols: SSLv3, TLSv1)
[Tue Nov 16 10:21:53 2010] [debug] ssl_engine_init.c(583): Configuring permitted SSL ciphers [ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM]
[Tue Nov 16 10:21:53 2010] [debug] ssl_engine_init.c(711): Configuring RSA server certificate
[Tue Nov 16 10:21:53 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Nov 16 10:21:53 2010] [debug] ssl_engine_init.c(750): Configuring RSA server private key
[Tue Nov 16 10:21:53 2010] [info] mod_ssl/2.2.13 compiled against Server: Apache/2.2.13, Library: OpenSSL/0.9.8l
Zum Vergleich ein "normaler" Start und Stop, ohne PHP Einbindung:
Code:
[Tue Nov 16 10:28:22 2010] [info] Init: Seeding PRNG with 144 bytes of entropy
[Tue Nov 16 10:28:23 2010] [info] Loading certificate & private key of SSL-aware server
[Tue Nov 16 10:28:23 2010] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
[Tue Nov 16 10:28:23 2010] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Nov 16 10:28:23 2010] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Nov 16 10:28:23 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Nov 16 10:28:23 2010] [info] Configuring server for SSL protocol
[Tue Nov 16 10:28:23 2010] [debug] ssl_engine_init.c(387): Creating new SSL context (protocols: SSLv3, TLSv1)
[Tue Nov 16 10:28:23 2010] [debug] ssl_engine_init.c(583): Configuring permitted SSL ciphers [ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM]
[Tue Nov 16 10:28:23 2010] [debug] ssl_engine_init.c(711): Configuring RSA server certificate
[Tue Nov 16 10:28:23 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Nov 16 10:28:23 2010] [debug] ssl_engine_init.c(750): Configuring RSA server private key
[Tue Nov 16 10:28:23 2010] [info] mod_ssl/2.2.13 compiled against Server: Apache/2.2.13, Library: OpenSSL/0.9.8l
[Tue Nov 16 10:28:23 2010] [warn] pid file C:/Repositories/server.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Nov 16 10:28:23 2010] [info] Init: Seeding PRNG with 144 bytes of entropy
[Tue Nov 16 10:28:24 2010] [info] Loading certificate & private key of SSL-aware server
[Tue Nov 16 10:28:24 2010] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
[Tue Nov 16 10:28:24 2010] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Nov 16 10:28:24 2010] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(253): shmcb_init allocated 524288 bytes of shared memory
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(272): for 524240 bytes (524288 including header), recommending 32 subcaches, 136 indexes each
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(306): shmcb_init_memory choices follow
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(308): subcache_num = 32
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(310): subcache_size = 16380
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(312): subcache_data_offset = 3280
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(314): subcache_data_size = 13100
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(316): index_num = 136
[Tue Nov 16 10:28:24 2010] [info] Shared memory session cache initialised
[Tue Nov 16 10:28:24 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Nov 16 10:28:24 2010] [info] Configuring server for SSL protocol
[Tue Nov 16 10:28:24 2010] [debug] ssl_engine_init.c(387): Creating new SSL context (protocols: SSLv3, TLSv1)
[Tue Nov 16 10:28:24 2010] [debug] ssl_engine_init.c(583): Configuring permitted SSL ciphers [ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM]
[Tue Nov 16 10:28:24 2010] [debug] ssl_engine_init.c(711): Configuring RSA server certificate
[Tue Nov 16 10:28:24 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Nov 16 10:28:24 2010] [debug] ssl_engine_init.c(750): Configuring RSA server private key
[Tue Nov 16 10:28:24 2010] [info] mod_ssl/2.2.13 compiled against Server: Apache/2.2.13, Library: OpenSSL/0.9.8l
[Tue Nov 16 10:28:24 2010] [notice] Apache/2.2.13 (Win32) DAV/2 SVN/1.6.13 mod_ssl/2.2.13 OpenSSL/0.9.8l configured -- resuming normal operations
[Tue Nov 16 10:28:24 2010] [notice] Server built: Oct 4 2010 20:49:25
[Tue Nov 16 10:28:24 2010] [notice] Parent: Created child process 6008
[Tue Nov 16 10:28:24 2010] [debug] mpm_winnt.c(487): Parent: Sent the scoreboard to the child
[Tue Nov 16 10:28:25 2010] [info] Init: Seeding PRNG with 144 bytes of entropy
[Tue Nov 16 10:28:25 2010] [info] Loading certificate & private key of SSL-aware server
[Tue Nov 16 10:28:25 2010] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
[Tue Nov 16 10:28:25 2010] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Nov 16 10:28:26 2010] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Nov 16 10:28:26 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Nov 16 10:28:26 2010] [info] Configuring server for SSL protocol
[Tue Nov 16 10:28:26 2010] [debug] ssl_engine_init.c(387): Creating new SSL context (protocols: SSLv3, TLSv1)
[Tue Nov 16 10:28:26 2010] [debug] ssl_engine_init.c(583): Configuring permitted SSL ciphers [ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM]
[Tue Nov 16 10:28:26 2010] [debug] ssl_engine_init.c(711): Configuring RSA server certificate
[Tue Nov 16 10:28:26 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Nov 16 10:28:26 2010] [debug] ssl_engine_init.c(750): Configuring RSA server private key
[Tue Nov 16 10:28:26 2010] [info] mod_ssl/2.2.13 compiled against Server: Apache/2.2.13, Library: OpenSSL/0.9.8l
[Tue Nov 16 10:28:26 2010] [info] Init: Seeding PRNG with 144 bytes of entropy
[Tue Nov 16 10:28:27 2010] [info] Loading certificate & private key of SSL-aware server
[Tue Nov 16 10:28:27 2010] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
[Tue Nov 16 10:28:27 2010] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Nov 16 10:28:27 2010] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(253): shmcb_init allocated 524288 bytes of shared memory
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(272): for 524240 bytes (524288 including header), recommending 32 subcaches, 136 indexes each
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(306): shmcb_init_memory choices follow
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(308): subcache_num = 32
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(310): subcache_size = 16380
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(312): subcache_data_offset = 3280
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(314): subcache_data_size = 13100
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(316): index_num = 136
[Tue Nov 16 10:28:27 2010] [info] Shared memory session cache initialised
[Tue Nov 16 10:28:27 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Nov 16 10:28:27 2010] [info] Configuring server for SSL protocol
[Tue Nov 16 10:28:27 2010] [debug] ssl_engine_init.c(387): Creating new SSL context (protocols: SSLv3, TLSv1)
[Tue Nov 16 10:28:27 2010] [debug] ssl_engine_init.c(583): Configuring permitted SSL ciphers [ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM]
[Tue Nov 16 10:28:27 2010] [debug] ssl_engine_init.c(711): Configuring RSA server certificate
[Tue Nov 16 10:28:27 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Nov 16 10:28:27 2010] [debug] ssl_engine_init.c(750): Configuring RSA server private key
[Tue Nov 16 10:28:27 2010] [info] mod_ssl/2.2.13 compiled against Server: Apache/2.2.13, Library: OpenSSL/0.9.8l
[Tue Nov 16 10:28:27 2010] [notice] Child 6008: Child process is running
[Tue Nov 16 10:28:27 2010] [debug] mpm_winnt.c(408): Child 6008: Retrieved our scoreboard from the parent.
[Tue Nov 16 10:28:27 2010] [info] Parent: Duplicating socket 360 and sending it to child process 6008
[Tue Nov 16 10:28:27 2010] [debug] mpm_winnt.c(605): Parent: Sent 1 listeners to child 6008
[Tue Nov 16 10:28:27 2010] [debug] mpm_winnt.c(564): Child 6008: retrieved 1 listeners from parent
[Tue Nov 16 10:28:27 2010] [notice] Child 6008: Acquired the start mutex.
[Tue Nov 16 10:28:27 2010] [notice] Child 6008: Starting 64 worker threads.
[Tue Nov 16 10:28:27 2010] [notice] Child 6008: Listening on port 443.
[Tue Nov 16 10:28:39 2010] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Tue Nov 16 10:28:39 2010] [notice] Child 6008: Exit event signaled. Child process is ending.
[Tue Nov 16 10:28:40 2010] [notice] Child 6008: Released the start mutex
[Tue Nov 16 10:28:40 2010] [notice] Child 6008: All worker threads have exited.
[Tue Nov 16 10:28:40 2010] [notice] Child 6008: Child process is exiting
[Tue Nov 16 10:28:40 2010] [notice] Parent: Child process exited successfully.
[Tue Nov 16 10:28:40 2010] [info] removed PID file C:/Repositories/server.pid (pid=3608)