Ankündigung

Einklappen
Keine Ankündigung bisher.

Datenbankzugriff Fehler: Verbindung unterbrochen

Einklappen

Neue Werbung 2019

Einklappen
X
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Datenbankzugriff Fehler: Verbindung unterbrochen

    Guten Tag zusammen,

    ich bin mittlerweile ziemlich ratlos und hoffe nun hier einen kleines bisschen Hilfe zu erhalten.

    Zur Situation:

    Zu Testzwecken habe ich meinen Online-Shop "Offline" eingerichtet, nach einigen Startschwierigkeiten hat das ganz gut geklappt. "Kundendaten" werden problemlos angezeigt, da diese ja in der Datenbank gespeichert sind, bedeutet das ja dass der Aufruf problemlos ausgeführt wird.

    Möchte ich nun Belege bzw Bestellungen aufrufen, was auch Online etwas Zeit in Anspruch nimmt, wird der Zugriff auf die Datenbank unterbrochen.

    die error.log spuckt folgendes aus: [notice] Parent: child process exited with status 255 -- Restarting

    Der Fehler steht meiner Meinung im Zusammenhang mit der Dauer des Aufrufs, sprich mit einer Laufzeitbeschränkung in der httpd.conf bzw php.ini oder in sonst einer konf.-Datei.

    Das System läuft über Xampp 1.6.7 auf PHP 5.2.6 und MySQL 5.0.51

    die httpd.conf und php.ini hab ich nun schon des öfteren durchgeschaut auch was die "MaxExecutionTime" u.A. betrifft. Wie gesagt, herrscht mittlerweile totale Ratlosigkeit, doch glaube ich dass es mit einer kleinen Umstellung schon gemacht wäre.

    Achja was ich komisch finde ist das in der phpinfo() als "Configuration File (php.ini) Path" c:\Windows angegeben ist

    auch bin ich schon auf den Beitrag hier im Forum gestoßen ( http://www.php.de/server-hosting-und...estarting.html ), bei dem empfohlen wird die libmysql.dll zu ersetzen leider alles ohne Erfolg.

  • #2
    Das wird kein Timeout Problem sein. Der Apache stürtzt ab und das sehr wahrscheinlich durch mod_php (da immer beim selben Script).
    Einfach mal ins Blaue: setzt mal das Memory Limit von PHP höher.

    Kommentar


    • #3
      der geehrte mitforist mixmastertobsi hat mehreree thread aufgemacht leztens(?) zu dem thema. hab auf die schnelle nur eins gefunden, in jedem sind aber tips - meist andere- wie man das problem eingrezen könnte; hier mal einer:
      http://www.php.de/server-hosting-und...elbst-neu.html

      Kommentar


      • #4
        Danke schon mal für eure Antworten!

        Also Memory Limit ist schon zuvor auf 48M gesetzt wurden, jetzt auf 1024, keine veränderung.

        die Beiträge von mixmastertobsi hab ich mir angeschaut und die Vorschläge versucht umzusetzenl, leider ohne erfolg.

        ich hab mal den LogLevel auf debug gesetzt, vll sagt euch das mehr als mir

        [Mon Sep 15 17:06:06 2014] [notice] Parent: child process exited with status 255 -- Restarting.
        [Mon Sep 15 17:06:06 2014] [debug] util_ldap.c(1977): LDAP merging Shared Cache conf: shm=0x9af658 rmm=0x9af688 for VHOST: localhost
        [Mon Sep 15 17:06:06 2014] [debug] util_ldap.c(1977): LDAP merging Shared Cache conf: shm=0x9af658 rmm=0x9af688 for VHOST: www.xyz.com
        [Mon Sep 15 17:06:06 2014] [info] APR LDAP: Built with Microsoft Corporation. LDAP SDK
        [Mon Sep 15 17:06:06 2014] [info] LDAP: SSL support unavailable: LDAP: CA certificates cannot be set using this method, as they are stored in the registry instead.
        [Mon Sep 15 17:06:06 2014] [info] Init: Seeding PRNG with 0 bytes of entropy
        [Mon Sep 15 17:06:07 2014] [info] Loading certificate & private key of SSL-aware server
        [Mon Sep 15 17:06:07 2014] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
        [Mon Sep 15 17:06:07 2014] [info] Init: Generating temporary RSA private keys (512/1024 bits)
        [Mon Sep 15 17:06:07 2014] [info] Init: Generating temporary DH parameters (512/1024 bits)
        [Mon Sep 15 17:06:07 2014] [debug] ssl_scache_dbm.c(40: Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0
        [Mon Sep 15 17:06:07 2014] [info] Init: Initializing (virtual) servers for SSL
        [Mon Sep 15 17:06:07 2014] [info] Configuring server for SSL protocol
        [Mon Sep 15 17:06:07 2014] [debug] ssl_engine_init.c(384): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1)
        [Mon Sep 15 17:06:07 2014] [debug] ssl_engine_init.c(580): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSL v2:+EXP:+eNULL]
        [Mon Sep 15 17:06:07 2014] [debug] ssl_engine_init.c(70: Configuring RSA server certificate
        [Mon Sep 15 17:06:07 2014] [debug] ssl_engine_init.c(747): Configuring RSA server private key
        [Mon Sep 15 17:06:07 2014] [info] mod_ssl/2.2.9 compiled against Server: Apache/2.2.9, Library: OpenSSL/0.9.8h
        [Mon Sep 15 17:06:08 2014] [notice] Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h mod_autoindex_color PHP/5.2.6 configured -- resuming normal operations
        [Mon Sep 15 17:06:08 2014] [notice] Server built: Jun 14 2008 19:02:12
        [Mon Sep 15 17:06:08 2014] [notice] Parent: Created child process 8616
        [Mon Sep 15 17:06:08 2014] [debug] mpm_winnt.c(487): Parent: Sent the scoreboard to the child
        [Mon Sep 15 17:06:08 2014] [info] Init: Seeding PRNG with 0 bytes of entropy
        [Mon Sep 15 17:06:08 2014] [info] Loading certificate & private key of SSL-aware server
        [Mon Sep 15 17:06:08 2014] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
        [Mon Sep 15 17:06:08 2014] [info] Init: Generating temporary RSA private keys (512/1024 bits)
        [Mon Sep 15 17:06:09 2014] [info] Init: Generating temporary DH parameters (512/1024 bits)
        [Mon Sep 15 17:06:09 2014] [debug] ssl_scache_dbm.c(40: Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0
        [Mon Sep 15 17:06:09 2014] [info] Init: Initializing (virtual) servers for SSL
        [Mon Sep 15 17:06:09 2014] [info] Configuring server for SSL protocol
        [Mon Sep 15 17:06:09 2014] [debug] ssl_engine_init.c(384): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1)
        [Mon Sep 15 17:06:09 2014] [debug] ssl_engine_init.c(580): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSL v2:+EXP:+eNULL]
        [Mon Sep 15 17:06:09 2014] [debug] ssl_engine_init.c(70: Configuring RSA server certificate
        [Mon Sep 15 17:06:09 2014] [debug] ssl_engine_init.c(747): Configuring RSA server private key
        [Mon Sep 15 17:06:09 2014] [info] mod_ssl/2.2.9 compiled against Server: Apache/2.2.9, Library: OpenSSL/0.9.8h
        [Mon Sep 15 17:06:09 2014] [debug] util_ldap.c(1977): LDAP merging Shared Cache conf: shm=0x79c538 rmm=0x79c568 for VHOST: localhost
        [Mon Sep 15 17:06:09 2014] [debug] util_ldap.c(1977): LDAP merging Shared Cache conf: shm=0x79c538 rmm=0x79c568 for VHOST: www.xyz.com
        [Mon Sep 15 17:06:09 2014] [info] APR LDAP: Built with Microsoft Corporation. LDAP SDK
        [Mon Sep 15 17:06:09 2014] [info] LDAP: SSL support unavailable: LDAP: CA certificates cannot be set using this method, as they are stored in the registry instead.
        [Mon Sep 15 17:06:09 2014] [info] Init: Seeding PRNG with 0 bytes of entropy
        [Mon Sep 15 17:06:09 2014] [info] Loading certificate & private key of SSL-aware server
        [Mon Sep 15 17:06:09 2014] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
        [Mon Sep 15 17:06:09 2014] [info] Init: Generating temporary RSA private keys (512/1024 bits)
        [Mon Sep 15 17:06:10 2014] [info] Init: Generating temporary DH parameters (512/1024 bits)
        [Mon Sep 15 17:06:10 2014] [debug] ssl_scache_dbm.c(40: Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0
        [Mon Sep 15 17:06:10 2014] [info] Init: Initializing (virtual) servers for SSL
        [Mon Sep 15 17:06:10 2014] [info] Configuring server for SSL protocol
        [Mon Sep 15 17:06:10 2014] [debug] ssl_engine_init.c(384): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1)
        [Mon Sep 15 17:06:10 2014] [debug] ssl_engine_init.c(580): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSL v2:+EXP:+eNULL]
        [Mon Sep 15 17:06:10 2014] [debug] ssl_engine_init.c(70: Configuring RSA server certificate
        [Mon Sep 15 17:06:10 2014] [debug] ssl_engine_init.c(747): Configuring RSA server private key
        [Mon Sep 15 17:06:10 2014] [info] mod_ssl/2.2.9 compiled against Server: Apache/2.2.9, Library: OpenSSL/0.9.8h
        [Mon Sep 15 17:06:10 2014] [notice] Child 8616: Child process is running
        [Mon Sep 15 17:06:10 2014] [debug] mpm_winnt.c(40: Child 8616: Retrieved our scoreboard from the parent.
        [Mon Sep 15 17:06:10 2014] [info] Parent: Duplicating socket 496 and sending it to child process 8616
        [Mon Sep 15 17:06:10 2014] [info] Parent: Duplicating socket 484 and sending it to child process 8616
        [Mon Sep 15 17:06:10 2014] [debug] mpm_winnt.c(605): Parent: Sent 2 listeners to child 8616
        [Mon Sep 15 17:06:10 2014] [debug] mpm_winnt.c(564): Child 8616: retrieved 2 listeners from parent
        [Mon Sep 15 17:06:10 2014] [notice] Child 8616: Acquired the start mutex.
        [Mon Sep 15 17:06:10 2014] [notice] Child 8616: Starting 1920 worker threads.
        [Mon Sep 15 17:06:11 2014] [notice] Child 8616: Starting thread to listen on port 443.
        [Mon Sep 15 17:06:11 2014] [notice] Child 8616: Starting thread to listen on port 80.

        Kommentar


        • #5
          ein paar dinge sind mit nicht klar ist ja auch micisoft.
          an dich aber zwei tips:

          - es wäre nett explizit zu sagen was du gemacht hast, mit welchem ergebniss und was du folglich ausschliessen kannst.
          das hilft deinen helfern, dir und allen nächsten

          - der log file vor dem restarting ist wesentlich interesanter als danach.

          Kommentar


          • #6
            Alles klar, dann versuch ichs mal...

            ersteinmal hab ich die threadsperchild hoch gesetzt

            ThreadsPerChild 1920
            MaxRequestsPerChild 0

            das hat aber auch zum server restart geführt weshalb ich die
            MaxRequestsPerChild 10000 gesetzt hab

            die #LoadModule cache_module modules/mod_cache.so
            hab ich aktiviert hat aber zu keiner Veränderung geführt

            und hier die vollständige error.log ab server neustart, wobei das nur den neustart und den Seitenaufruf mit Zugriff auf die Datenbank einschließt

            [Mon Sep 15 17:36:40 2014] [info] Init: Seeding PRNG with 0 bytes of entropy
            [Mon Sep 15 17:36:40 2014] [info] Loading certificate & private key of SSL-aware server
            [Mon Sep 15 17:36:40 2014] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
            [Mon Sep 15 17:36:40 2014] [info] Init: Generating temporary RSA private keys (512/1024 bits)
            [Mon Sep 15 17:36:40 2014] [info] Init: Generating temporary DH parameters (512/1024 bits)
            [Mon Sep 15 17:36:40 2014] [debug] ssl_scache_dbm.c(40: Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0
            [Mon Sep 15 17:36:40 2014] [info] Init: Initializing (virtual) servers for SSL
            [Mon Sep 15 17:36:40 2014] [info] Configuring server for SSL protocol
            [Mon Sep 15 17:36:40 2014] [debug] ssl_engine_init.c(384): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1)
            [Mon Sep 15 17:36:40 2014] [debug] ssl_engine_init.c(580): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSL v2:+EXP:+eNULL]
            [Mon Sep 15 17:36:40 2014] [debug] ssl_engine_init.c(70: Configuring RSA server certificate
            [Mon Sep 15 17:36:40 2014] [debug] ssl_engine_init.c(747): Configuring RSA server private key
            [Mon Sep 15 17:36:40 2014] [info] mod_ssl/2.2.9 compiled against Server: Apache/2.2.9, Library: OpenSSL/0.9.8h
            [Mon Sep 15 17:36:40 2014] [debug] util_ldap.c(1977): LDAP merging Shared Cache conf: shm=0x8ba558 rmm=0x8ba588 for VHOST: localhost
            [Mon Sep 15 17:36:40 2014] [debug] util_ldap.c(1977): LDAP merging Shared Cache conf: shm=0x8ba558 rmm=0x8ba588 for VHOST: www.xyz.com
            [Mon Sep 15 17:36:40 2014] [info] APR LDAP: Built with Microsoft Corporation. LDAP SDK
            [Mon Sep 15 17:36:40 2014] [info] LDAP: SSL support unavailable: LDAP: CA certificates cannot be set using this method, as they are stored in the registry instead.
            [Mon Sep 15 17:36:40 2014] [info] Init: Seeding PRNG with 0 bytes of entropy
            [Mon Sep 15 17:36:41 2014] [info] Loading certificate & private key of SSL-aware server
            [Mon Sep 15 17:36:41 2014] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
            [Mon Sep 15 17:36:41 2014] [info] Init: Generating temporary RSA private keys (512/1024 bits)
            [Mon Sep 15 17:36:42 2014] [info] Init: Generating temporary DH parameters (512/1024 bits)
            [Mon Sep 15 17:36:42 2014] [debug] ssl_scache_dbm.c(40: Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0
            [Mon Sep 15 17:36:42 2014] [info] Init: Initializing (virtual) servers for SSL
            [Mon Sep 15 17:36:42 2014] [info] Configuring server for SSL protocol
            [Mon Sep 15 17:36:42 2014] [debug] ssl_engine_init.c(384): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1)
            [Mon Sep 15 17:36:42 2014] [debug] ssl_engine_init.c(580): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSL v2:+EXP:+eNULL]
            [Mon Sep 15 17:36:42 2014] [debug] ssl_engine_init.c(70: Configuring RSA server certificate
            [Mon Sep 15 17:36:42 2014] [debug] ssl_engine_init.c(747): Configuring RSA server private key
            [Mon Sep 15 17:36:42 2014] [info] mod_ssl/2.2.9 compiled against Server: Apache/2.2.9, Library: OpenSSL/0.9.8h
            [Mon Sep 15 17:36:42 2014] [notice] Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h mod_autoindex_color PHP/5.2.6 configured -- resuming normal operations
            [Mon Sep 15 17:36:42 2014] [notice] Server built: Jun 14 2008 19:02:12
            [Mon Sep 15 17:36:43 2014] [notice] Parent: Created child process 19572
            [Mon Sep 15 17:36:43 2014] [debug] mpm_winnt.c(487): Parent: Sent the scoreboard to the child
            [Mon Sep 15 17:36:43 2014] [info] Init: Seeding PRNG with 0 bytes of entropy
            [Mon Sep 15 17:36:43 2014] [info] Loading certificate & private key of SSL-aware server
            [Mon Sep 15 17:36:43 2014] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
            [Mon Sep 15 17:36:43 2014] [info] Init: Generating temporary RSA private keys (512/1024 bits)
            [Mon Sep 15 17:36:44 2014] [info] Init: Generating temporary DH parameters (512/1024 bits)
            [Mon Sep 15 17:36:44 2014] [debug] ssl_scache_dbm.c(40: Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0
            [Mon Sep 15 17:36:44 2014] [info] Init: Initializing (virtual) servers for SSL
            [Mon Sep 15 17:36:44 2014] [info] Configuring server for SSL protocol
            [Mon Sep 15 17:36:44 2014] [debug] ssl_engine_init.c(384): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1)
            [Mon Sep 15 17:36:44 2014] [debug] ssl_engine_init.c(580): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSL v2:+EXP:+eNULL]
            [Mon Sep 15 17:36:44 2014] [debug] ssl_engine_init.c(70: Configuring RSA server certificate
            [Mon Sep 15 17:36:44 2014] [debug] ssl_engine_init.c(747): Configuring RSA server private key
            [Mon Sep 15 17:36:44 2014] [info] mod_ssl/2.2.9 compiled against Server: Apache/2.2.9, Library: OpenSSL/0.9.8h
            [Mon Sep 15 17:36:44 2014] [debug] util_ldap.c(1977): LDAP merging Shared Cache conf: shm=0x84c538 rmm=0x84c568 for VHOST: localhost
            [Mon Sep 15 17:36:44 2014] [debug] util_ldap.c(1977): LDAP merging Shared Cache conf: shm=0x84c538 rmm=0x84c568 for VHOST: www.xyz.com
            [Mon Sep 15 17:36:44 2014] [info] APR LDAP: Built with Microsoft Corporation. LDAP SDK
            [Mon Sep 15 17:36:44 2014] [info] LDAP: SSL support unavailable: LDAP: CA certificates cannot be set using this method, as they are stored in the registry instead.
            [Mon Sep 15 17:36:44 2014] [info] Init: Seeding PRNG with 0 bytes of entropy
            [Mon Sep 15 17:36:44 2014] [info] Loading certificate & private key of SSL-aware server
            [Mon Sep 15 17:36:44 2014] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
            [Mon Sep 15 17:36:44 2014] [info] Init: Generating temporary RSA private keys (512/1024 bits)
            [Mon Sep 15 17:36:45 2014] [info] Init: Generating temporary DH parameters (512/1024 bits)
            [Mon Sep 15 17:36:45 2014] [debug] ssl_scache_dbm.c(40: Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0
            [Mon Sep 15 17:36:45 2014] [info] Init: Initializing (virtual) servers for SSL
            [Mon Sep 15 17:36:45 2014] [info] Configuring server for SSL protocol
            [Mon Sep 15 17:36:45 2014] [debug] ssl_engine_init.c(384): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1)
            [Mon Sep 15 17:36:45 2014] [debug] ssl_engine_init.c(580): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSL v2:+EXP:+eNULL]
            [Mon Sep 15 17:36:45 2014] [debug] ssl_engine_init.c(70: Configuring RSA server certificate
            [Mon Sep 15 17:36:45 2014] [debug] ssl_engine_init.c(747): Configuring RSA server private key
            [Mon Sep 15 17:36:45 2014] [info] mod_ssl/2.2.9 compiled against Server: Apache/2.2.9, Library: OpenSSL/0.9.8h
            [Mon Sep 15 17:36:45 2014] [notice] Child 19572: Child process is running
            [Mon Sep 15 17:36:45 2014] [info] Parent: Duplicating socket 496 and sending it to child process 19572
            [Mon Sep 15 17:36:45 2014] [debug] mpm_winnt.c(40: Child 19572: Retrieved our scoreboard from the parent.
            [Mon Sep 15 17:36:45 2014] [info] Parent: Duplicating socket 484 and sending it to child process 19572
            [Mon Sep 15 17:36:45 2014] [debug] mpm_winnt.c(605): Parent: Sent 2 listeners to child 19572
            [Mon Sep 15 17:36:45 2014] [debug] mpm_winnt.c(564): Child 19572: retrieved 2 listeners from parent
            [Mon Sep 15 17:36:45 2014] [notice] Child 19572: Acquired the start mutex.
            [Mon Sep 15 17:36:45 2014] [notice] Child 19572: Starting 1920 worker threads.
            [Mon Sep 15 17:36:46 2014] [notice] Child 19572: Starting thread to listen on port 443.
            [Mon Sep 15 17:36:46 2014] [notice] Child 19572: Starting thread to listen on port 80.
            [Mon Sep 15 17:37:03 2014] [notice] Parent: child process exited with status 255 -- Restarting.
            [Mon Sep 15 17:37:04 2014] [debug] util_ldap.c(1977): LDAP merging Shared Cache conf: shm=0x8eb5d8 rmm=0x8eb608 for VHOST: localhost
            [Mon Sep 15 17:37:04 2014] [debug] util_ldap.c(1977): LDAP merging Shared Cache conf: shm=0x8eb5d8 rmm=0x8eb608 for VHOST: www.xyz.com
            [Mon Sep 15 17:37:04 2014] [info] APR LDAP: Built with Microsoft Corporation. LDAP SDK
            [Mon Sep 15 17:37:04 2014] [info] LDAP: SSL support unavailable: LDAP: CA certificates cannot be set using this method, as they are stored in the registry instead.
            [Mon Sep 15 17:37:04 2014] [info] Init: Seeding PRNG with 0 bytes of entropy
            [Mon Sep 15 17:37:05 2014] [info] Loading certificate & private key of SSL-aware server
            [Mon Sep 15 17:37:05 2014] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
            [Mon Sep 15 17:37:05 2014] [info] Init: Generating temporary RSA private keys (512/1024 bits)
            [Mon Sep 15 17:37:05 2014] [info] Init: Generating temporary DH parameters (512/1024 bits)
            [Mon Sep 15 17:37:05 2014] [debug] ssl_scache_dbm.c(40: Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0
            [Mon Sep 15 17:37:05 2014] [info] Init: Initializing (virtual) servers for SSL
            [Mon Sep 15 17:37:05 2014] [info] Configuring server for SSL protocol
            [Mon Sep 15 17:37:05 2014] [debug] ssl_engine_init.c(384): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1)
            [Mon Sep 15 17:37:05 2014] [debug] ssl_engine_init.c(580): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSL v2:+EXP:+eNULL]
            [Mon Sep 15 17:37:05 2014] [debug] ssl_engine_init.c(70: Configuring RSA server certificate
            [Mon Sep 15 17:37:05 2014] [debug] ssl_engine_init.c(747): Configuring RSA server private key
            [Mon Sep 15 17:37:05 2014] [info] mod_ssl/2.2.9 compiled against Server: Apache/2.2.9, Library: OpenSSL/0.9.8h
            [Mon Sep 15 17:37:05 2014] [notice] Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h mod_autoindex_color PHP/5.2.6 configured -- resuming normal operations
            [Mon Sep 15 17:37:05 2014] [notice] Server built: Jun 14 2008 19:02:12
            [Mon Sep 15 17:37:05 2014] [notice] Parent: Created child process 9432
            [Mon Sep 15 17:37:05 2014] [debug] mpm_winnt.c(487): Parent: Sent the scoreboard to the child
            [Mon Sep 15 17:37:05 2014] [info] Init: Seeding PRNG with 0 bytes of entropy
            [Mon Sep 15 17:37:06 2014] [info] Loading certificate & private key of SSL-aware server
            [Mon Sep 15 17:37:06 2014] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
            [Mon Sep 15 17:37:06 2014] [info] Init: Generating temporary RSA private keys (512/1024 bits)
            [Mon Sep 15 17:37:07 2014] [info] Init: Generating temporary DH parameters (512/1024 bits)
            [Mon Sep 15 17:37:07 2014] [debug] ssl_scache_dbm.c(40: Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0
            [Mon Sep 15 17:37:07 2014] [info] Init: Initializing (virtual) servers for SSL
            [Mon Sep 15 17:37:07 2014] [info] Configuring server for SSL protocol
            [Mon Sep 15 17:37:07 2014] [debug] ssl_engine_init.c(384): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1)
            [Mon Sep 15 17:37:07 2014] [debug] ssl_engine_init.c(580): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSL v2:+EXP:+eNULL]
            [Mon Sep 15 17:37:07 2014] [debug] ssl_engine_init.c(70: Configuring RSA server certificate
            [Mon Sep 15 17:37:07 2014] [debug] ssl_engine_init.c(747): Configuring RSA server private key
            [Mon Sep 15 17:37:07 2014] [info] mod_ssl/2.2.9 compiled against Server: Apache/2.2.9, Library: OpenSSL/0.9.8h
            [Mon Sep 15 17:37:07 2014] [debug] util_ldap.c(1977): LDAP merging Shared Cache conf: shm=0x8cc538 rmm=0x8cc568 for VHOST: localhost
            [Mon Sep 15 17:37:07 2014] [debug] util_ldap.c(1977): LDAP merging Shared Cache conf: shm=0x8cc538 rmm=0x8cc568 for VHOST: www.xyz.com
            [Mon Sep 15 17:37:07 2014] [info] APR LDAP: Built with Microsoft Corporation. LDAP SDK
            [Mon Sep 15 17:37:07 2014] [info] LDAP: SSL support unavailable: LDAP: CA certificates cannot be set using this method, as they are stored in the registry instead.
            [Mon Sep 15 17:37:07 2014] [info] Init: Seeding PRNG with 0 bytes of entropy
            [Mon Sep 15 17:37:07 2014] [info] Loading certificate & private key of SSL-aware server
            [Mon Sep 15 17:37:07 2014] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
            [Mon Sep 15 17:37:07 2014] [info] Init: Generating temporary RSA private keys (512/1024 bits)
            [Mon Sep 15 17:37:07 2014] [info] Init: Generating temporary DH parameters (512/1024 bits)
            [Mon Sep 15 17:37:07 2014] [debug] ssl_scache_dbm.c(40: Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0
            [Mon Sep 15 17:37:07 2014] [info] Init: Initializing (virtual) servers for SSL
            [Mon Sep 15 17:37:07 2014] [info] Configuring server for SSL protocol
            [Mon Sep 15 17:37:07 2014] [debug] ssl_engine_init.c(384): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1)
            [Mon Sep 15 17:37:07 2014] [debug] ssl_engine_init.c(580): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSL v2:+EXP:+eNULL]
            [Mon Sep 15 17:37:07 2014] [debug] ssl_engine_init.c(70: Configuring RSA server certificate
            [Mon Sep 15 17:37:07 2014] [debug] ssl_engine_init.c(747): Configuring RSA server private key
            [Mon Sep 15 17:37:07 2014] [info] mod_ssl/2.2.9 compiled against Server: Apache/2.2.9, Library: OpenSSL/0.9.8h
            [Mon Sep 15 17:37:08 2014] [notice] Child 9432: Child process is running
            [Mon Sep 15 17:37:08 2014] [debug] mpm_winnt.c(40: Child 9432: Retrieved our scoreboard from the parent.
            [Mon Sep 15 17:37:08 2014] [info] Parent: Duplicating socket 496 and sending it to child process 9432
            [Mon Sep 15 17:37:08 2014] [info] Parent: Duplicating socket 484 and sending it to child process 9432
            [Mon Sep 15 17:37:08 2014] [debug] mpm_winnt.c(605): Parent: Sent 2 listeners to child 9432
            [Mon Sep 15 17:37:08 2014] [debug] mpm_winnt.c(564): Child 9432: retrieved 2 listeners from parent
            [Mon Sep 15 17:37:08 2014] [notice] Child 9432: Acquired the start mutex.
            [Mon Sep 15 17:37:08 2014] [notice] Child 9432: Starting 1920 worker threads.
            [Mon Sep 15 17:37:08 2014] [notice] Child 9432: Starting thread to listen on port 443.
            [Mon Sep 15 17:37:08 2014] [notice] Child 9432: Starting thread to listen on port 80.

            Kommentar


            • #7
              ThreadsPerChild 1920
              MaxRequestsPerChild 10000
              du weisst was du da eingestellt hast?
              wieso hast du eoin modul zusätzloich aktiviert, anstatt um den fehler einzugrenzen mehr zu deaktivieren?
              Code:
              [Mon Sep 15 17:36:45 2014] [notice] Child 19572: Starting 1920 worker threads.
              [Mon Sep 15 17:36:46 2014] [notice] Child 19572: Starting thread to listen on port 443.
              [Mon Sep 15 17:36:46 2014] [notice] Child 19572: Starting thread to listen on port 80.
              [Mon Sep 15 17:37:03 2014] [notice] Parent: child process exited with status 255 -- Restarting.
              im errrolog steht logischerweise nichts von erfolgreichen zugriffen und dass du so schnell deinen indianjer abgeschossen hast, ich glaubs ja irgendwie nicht.

              wieso benüzt du eigentlich so nen alten indianer und so altes php?
              auf die schnelle hab ich bei google zwei expoilts mit crash gefunden->
              http://httpd.apache.org/security/vul...lities_22.html

              ich steig mal aus.

              Kommentar


              • #8
                der online shop läuft auf der gleichen php version deshalb...

                kannst du mir noch erklären was du mit dem exploits meinst?

                Kommentar

                Lädt...
                X