php.de

Zurück   php.de > Webentwicklung > Server, Hosting und Workstations

Server, Hosting und Workstations Server-Konfigurationsdateien (.htaccess/httpd.conf) und Arbeiten auf Serverebene

Antwort
 
LinkBack Themen-Optionen Thema bewerten
Alt 14.07.2010, 14:03  
Neuer Benutzer
 
Registriert seit: 14.07.2010
Beiträge: 2
PHP-Kenntnisse:
Anfänger
AwaKe befindet sich auf einem aufstrebenden Ast
Standard Apache2.2 & PHP5 mit MSSQL Extension Fehler

Hallo,

versuche jetzt vergeblich seit 2 Tagen PHP5 mit der mssql_extension für den Apache einzurichten, aber scheint nicht zu klappen.

Apache2.2 an sich funktioniert einwandfrei.
Apache2.2 + PHP5 auch..
Apache2.2 + PHP5 mit der installierten mssql_extension startet nichtmehr.

Jemand eine Idee woran das liegen kann?

Betriebssystem ist Windows Server 2008.

Hier mal der Error.log

Zitat:
Starting the Apache2.2 service
The Apache2.2 service is running.
] Apache/2.2.15 (Win32) configured -- resuming normal operations
[Wed Jul 14 00:18:44 2010] [notice] Server built: Mar 4 2010 11:27:46
[Wed Jul 14 00:18:44 2010] [notice] Parent: Created child process 1688
[Wed Jul 14 00:18:44 2010] [notice] Child 1688: Child process is running
[Wed Jul 14 00:18:44 2010] [notice] Child 1688: Acquired the start mutex.
[Wed Jul 14 00:18:44 2010] [notice] Child 1688: Starting 64 worker threads.
[Wed Jul 14 00:18:44 2010] [notice] Child 1688: Starting thread to listen on port 80.
[Wed Jul 14 00:21:26 2010] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Wed Jul 14 00:21:26 2010] [notice] Child 1688: Exit event signaled. Child process is ending.
[Wed Jul 14 00:21:27 2010] [notice] Child 1688: Released the start mutex
[Wed Jul 14 00:21:28 2010] [notice] Child 1688: All worker threads have exited.
[Wed Jul 14 00:21:28 2010] [notice] Child 1688: Child process is exiting
[Wed Jul 14 00:21:28 2010] [notice] Parent: Child process exited successfully.
[Wed Jul 14 00:21:53 2010] [notice] Apache/2.2.15 (Win32) configured -- resuming normal operations
[Wed Jul 14 00:21:53 2010] [notice] Server built: Mar 4 2010 11:27:46
[Wed Jul 14 00:21:53 2010] [notice] Parent: Created child process 464
[Wed Jul 14 00:21:53 2010] [notice] Child 464: Child process is running
[Wed Jul 14 00:21:53 2010] [notice] Child 464: Acquired the start mutex.
[Wed Jul 14 00:21:53 2010] [notice] Child 464: Starting 64 worker threads.
[Wed Jul 14 00:21:53 2010] [notice] Child 464: Starting thread to listen on port 80.
[Wed Jul 14 00:21:59 2010] [notice] Parent: child process exited with status 1 -- Restarting.
[Wed Jul 14 00:21:59 2010] [notice] Apache/2.2.15 (Win32) configured -- resuming normal operations
[Wed Jul 14 00:21:59 2010] [notice] Server built: Mar 4 2010 11:27:46
[Wed Jul 14 00:21:59 2010] [notice] Parent: Created child process 2764
[Wed Jul 14 00:21:59 2010] [notice] Child 2764: Child process is running
[Wed Jul 14 00:21:59 2010] [notice] Child 2764: Acquired the start mutex.
[Wed Jul 14 00:21:59 2010] [notice] Child 2764: Starting 64 worker threads.
[Wed Jul 14 00:21:59 2010] [notice] Child 2764: Starting thread to listen on port 80.
[Wed Jul 14 00:22:04 2010] [notice] Parent: child process exited with status 1 -- Restarting.
[Wed Jul 14 00:22:04 2010] [notice] Apache/2.2.15 (Win32) configured -- resuming normal operations
[Wed Jul 14 00:22:04 2010] [notice] Server built: Mar 4 2010 11:27:46
[Wed Jul 14 00:22:04 2010] [notice] Parent: Created child process 3032
[Wed Jul 14 00:22:04 2010] [notice] Child 3032: Child process is running
[Wed Jul 14 00:22:04 2010] [notice] Child 3032: Acquired the start mutex.
[Wed Jul 14 00:22:04 2010] [notice] Child 3032: Starting 64 worker threads.
[Wed Jul 14 00:22:04 2010] [notice] Child 3032: Starting thread to listen on port 80.
[Wed Jul 14 00:23:05 2010] [error] [client 127.0.0.1] File does not exist: C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/favicon.ico
[Wed Jul 14 00:25:42 2010] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Wed Jul 14 00:25:42 2010] [notice] Child 3032: Exit event signaled. Child process is ending.
[Wed Jul 14 00:25:43 2010] [notice] Child 3032: Released the start mutex
[Wed Jul 14 00:25:44 2010] [notice] Child 3032: All worker threads have exited.
[Wed Jul 14 00:25:44 2010] [notice] Child 3032: Child process is exiting
[Wed Jul 14 00:25:44 2010] [notice] Parent: Child process exited successfully.
[Wed Jul 14 00:26:12 2010] [warn] pid file C:/Program Files (x86)/Apache Software Foundation/Apache2.2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Jul 14 00:36:29 2010] [warn] pid file C:/Program Files (x86)/Apache Software Foundation/Apache2.2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Jul 14 00:38:17 2010] [warn] pid file C:/Program Files (x86)/Apache Software Foundation/Apache2.2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Jul 14 00:38:37 2010] [warn] pid file C:/Program Files (x86)/Apache Software Foundation/Apache2.2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Jul 14 00:40:21 2010] [warn] pid file C:/Program Files (x86)/Apache Software Foundation/Apache2.2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Jul 14 00:40:21 2010] [notice] Apache/2.2.15 (Win32) configured -- resuming normal operations
[Wed Jul 14 00:40:21 2010] [notice] Server built: Mar 4 2010 11:27:46
[Wed Jul 14 00:40:21 2010] [notice] Parent: Created child process 1624
[Wed Jul 14 00:40:21 2010] [notice] Child 1624: Child process is running
[Wed Jul 14 00:40:21 2010] [notice] Child 1624: Acquired the start mutex.
[Wed Jul 14 00:40:21 2010] [notice] Child 1624: Starting 64 worker threads.
[Wed Jul 14 00:40:21 2010] [notice] Child 1624: Starting thread to listen on port 80.
[Wed Jul 14 00:40:33 2010] [error] [client 127.0.0.1] File does not exist: C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/favicon.ico
[Wed Jul 14 00:40:35 2010] [error] [client 127.0.0.1] File does not exist: C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/test.php
[Wed Jul 14 09:41:37 2010] [error] [client 194.8.213.82] File does not exist: C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/favicon.ico
[Wed Jul 14 09:41:43 2010] [error] [client 194.8.213.82] File does not exist: C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/register
[Wed Jul 14 09:41:48 2010] [error] [client 194.8.213.82] File does not exist: C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/rose
[Wed Jul 14 11:25:50 2010] [error] [client 85.177.127.128] File does not exist: C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/favicon.ico
[Wed Jul 14 11:25:51 2010] [error] [client 85.177.127.128] File does not exist: C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/favicon.ico
[Wed Jul 14 11:25:52 2010] [error] [client 85.177.127.128] File does not exist: C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/favicon.ico
[Wed Jul 14 11:31:26 2010] [error] [client 79.223.25.94] File does not exist: C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/favicon.ico
[Wed Jul 14 11:31:29 2010] [error] [client 79.223.25.94] File does not exist: C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/favicon.ico
[Wed Jul 14 12:32:18 2010] [error] [client 79.223.25.94] File does not exist: C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/webdav
[Wed Jul 14 13:10:48 2010] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Wed Jul 14 13:10:48 2010] [notice] Child 1624: Exit event signaled. Child process is ending.
[Wed Jul 14 13:10:49 2010] [notice] Child 1624: Released the start mutex
[Wed Jul 14 13:10:50 2010] [notice] Child 1624: All worker threads have exited.
[Wed Jul 14 13:10:50 2010] [notice] Child 1624: Child process is exiting
[Wed Jul 14 13:10:50 2010] [notice] Parent: Child process exited successfully.
[Wed Jul 14 13:10:53 2010] [notice] Apache/2.2.15 (Win32) configured -- resuming normal operations
[Wed Jul 14 13:10:53 2010] [notice] Server built: Mar 4 2010 11:27:46
[Wed Jul 14 13:10:53 2010] [notice] Parent: Created child process 2072
[Wed Jul 14 13:10:53 2010] [notice] Child 2072: Child process is running
[Wed Jul 14 13:10:53 2010] [notice] Child 2072: Acquired the start mutex.
[Wed Jul 14 13:10:53 2010] [notice] Child 2072: Starting 64 worker threads.
[Wed Jul 14 13:10:53 2010] [notice] Child 2072: Starting thread to listen on port 80.
[Wed Jul 14 13:10:55 2010] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Wed Jul 14 13:10:55 2010] [notice] Child 2072: Exit event signaled. Child process is ending.
[Wed Jul 14 13:10:56 2010] [notice] Child 2072: Released the start mutex
[Wed Jul 14 13:10:57 2010] [notice] Child 2072: All worker threads have exited.
[Wed Jul 14 13:10:57 2010] [notice] Child 2072: Child process is exiting
[Wed Jul 14 13:10:57 2010] [notice] Parent: Child process exited successfully.
[Wed Jul 14 13:11:52 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.13 configured -- resuming normal operations
[Wed Jul 14 13:11:52 2010] [notice] Server built: Mar 4 2010 11:27:46
[Wed Jul 14 13:11:52 2010] [notice] Parent: Created child process 1080
[Wed Jul 14 13:11:52 2010] [notice] Child 1080: Child process is running
[Wed Jul 14 13:11:52 2010] [notice] Child 1080: Acquired the start mutex.
[Wed Jul 14 13:11:52 2010] [notice] Child 1080: Starting 64 worker threads.
[Wed Jul 14 13:11:53 2010] [notice] Child 1080: Starting thread to listen on port 80.
[Wed Jul 14 13:11:55 2010] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Wed Jul 14 13:11:55 2010] [notice] Child 1080: Exit event signaled. Child process is ending.
[Wed Jul 14 13:11:56 2010] [notice] Child 1080: Released the start mutex
[Wed Jul 14 13:11:57 2010] [notice] Child 1080: All worker threads have exited.
[Wed Jul 14 13:11:57 2010] [notice] Child 1080: Child process is exiting
[Wed Jul 14 13:11:57 2010] [notice] Parent: Child process exited successfully.

Geändert von AwaKe (14.07.2010 um 14:08 Uhr).
AwaKe ist offline   Mit Zitat antworten
Sponsor Mitteilung
PHP Code Flüsterer

Registriert seit: 21.08.2005
Beiträge: 4682
PHP-Kenntnisse:
Fortgeschritten

Alt 14.07.2010, 14:08  
moderatives Dielektrikum
 
Benutzerbild von nikosch
 
Registriert seit: 21.05.2008
Beiträge: 35.991
PHP-Kenntnisse:
Fortgeschritten
nikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunft
Standard

Das sollte Dir das Apache-Log verraten..
__________________
--
One pixel is still too big. Please make it smaller. ASAP.

Initiative Mittelstand.
Die wichtigste Gestaltungsregel im Screendesign ist Pi mal Daumen des Arbeitgebers.
--
nikosch ist offline   Mit Zitat antworten
Alt 14.07.2010, 14:10  
Erfahrener Benutzer
 
Benutzerbild von lstegelitz
 
Registriert seit: 07.09.2009
Beiträge: 4.005
PHP-Kenntnisse:
Fortgeschritten
lstegelitz ist einfach richtig nettlstegelitz ist einfach richtig nettlstegelitz ist einfach richtig nettlstegelitz ist einfach richtig nett
Standard

Fehlermeldung? scheint nicht zu klappen ist jedenfalls Käse, damit kann keiner was anfangen...

Richtige Version der ntdwdblib verwendet?
__________________
Über 90% aller Gewaltverbrechen passieren innerhalb von 24 Stunden nach dem Konsum von Brot.
lstegelitz ist offline   Mit Zitat antworten
Alt 14.07.2010, 14:15  
Neuer Benutzer
 
Registriert seit: 14.07.2010
Beiträge: 2
PHP-Kenntnisse:
Anfänger
AwaKe befindet sich auf einem aufstrebenden Ast
Standard

Zitat:
Zitat von lstegelitz Beitrag anzeigen
Fehlermeldung? scheint nicht zu klappen ist jedenfalls Käse, damit kann keiner was anfangen...

Richtige Version der ntdwdblib verwendet?
Ja, auf meinem anderen Server funktioniert das ganze.

Mir gehen nur langsam die Ideen aus, aus welchem Grund der Apache bzw PHP sich mit der mssql_extension nicht vertragen will..
AwaKe ist offline   Mit Zitat antworten
Alt 14.07.2010, 14:36  
Erfahrener Benutzer
 
Benutzerbild von lstegelitz
 
Registriert seit: 07.09.2009
Beiträge: 4.005
PHP-Kenntnisse:
Fortgeschritten
lstegelitz ist einfach richtig nettlstegelitz ist einfach richtig nettlstegelitz ist einfach richtig nettlstegelitz ist einfach richtig nett
Standard

Kannst du die nicht vergleichen?

httpd.conf und php.ini, sowie die Verzeichnisinhalte vom apache\bin und php + ph\ext Verzeichnis vergleichen... wie gesagt: Achte auf die richtige Versionsnummer bei der ntwdblib, damit hatte ich auch schon Probleme.

Eventuell hilft dir auch das hier weiter
Installing MSSQL for PHP - MoodleDocs
__________________
Über 90% aller Gewaltverbrechen passieren innerhalb von 24 Stunden nach dem Konsum von Brot.
lstegelitz ist offline   Mit Zitat antworten
Antwort


Themen-Optionen
Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an
Gehe zu

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Mysql fehler bei externen Zugriff SteiniKeule Datenbanken 4 18.06.2010 12:54
CMS php4 fehler mit PHP5? Nosferatu PHP Tipps 2010 14 19.02.2010 20:36
Connection zu MSSQL Server 2008 DonBolli Datenbanken 2 11.04.2009 16:57
Erstellung einer Extension mit Einbindung externer DLL Han Solo PHP Tipps 2008 15 10.04.2008 15:36
MSSQL und PHP, Fehler beim Connect! duerov PHP Tipps 2007 4 30.06.2006 11:58
[Erledigt] PHP5 mit Apache zum Laufen bringen... PHP Tipps 2005-2 11 22.10.2005 17:52
PHP4 auf PHP5 Fehler PHP Tipps 2005 3 08.05.2005 20:18
IIS6 & PHP5 kann nicht zu mssql verbinden nautiluS PHP-Fortgeschrittene 10 30.03.2005 16:04
Fehlermeldung - aber kein fehler... Tschuu HTML, Usability und Barrierefreiheit 16 14.03.2005 15:56
PHP5 Extension PHP Tipps 2005 1 11.01.2005 09:03
von PHP 4 auf PHP5 geswitch nun non-object fehler PHP Tipps 2004-2 3 14.12.2004 12:59
[Erledigt] SOAP/Client.php: PHP Fatal error: Method SOAP_Client::__call PHP-Fortgeschrittene 6 25.11.2004 09:48
[Erledigt] mysql fehler PHP Tipps 2004 2 03.11.2004 00:32
array_push nur in begrenzter Anzahl ausführen ? PHP Tipps 2004 2 07.09.2004 09:05
[Erledigt] Probleme beim PHP5 kompilieren / zlib fehler? Server, Hosting und Workstations 4 03.09.2004 15:39

Besucher kamen über folgende Suchanfragen bei Google auf diese Seite
php mssql extension, apache mssql, unclean shutdown of previous apache run windows, mssql extension, file does not exist: c:/program files (x86)/apache software foundation/apache2.2/htdocs/favicon.ico, mssql extension php, file does not exist: c:/program files/apache software foundation/apache2.2/htdocs/favicon.ico, httpd.pid overwritten -- unclean shutdown of previous apache run?, acquired the start mutex, apache programm mit mssql, php 5 mssql, apache2 mssql, php mssql extions kann nicht installiert werden, parent: received shutdown signal -- shutting down the server., mssql php5, apache php mssql, apache all worker threads have exited., [warn] pid file c:/program files (x86)/apache software foundation/apache2.2/logs/httpd.pid overwritten -- unclean shutdown of previous apache run?, apache2.2/logs/httpd.pid overwritten -- unclean shutdown of previous apache run?, apache mssql extension

Alle Zeitangaben in WEZ +2. Es ist jetzt 22:56 Uhr.




Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Aprilia-Forum, Aquaristik-Forum, Liebeskummer-Forum, Zierfisch-Forum, Geizkragen-Forum