Ich bin langsam echt am Verzweifeln - es ist ja nicht so, dass ich zum ersten Mal den Apache und PHP installiere, nur dieses Mal bin ich wirklich mit meinem Latein am Ende.
Sobald ich über localhost eine PHP-Datei im Browser aufrufe, erhalte ich einen Internen Serverfehler 500.
Verwendet wird folgende PHP-Version: 5.2.11 VC6 x86 Thread Safe
Aber auch ein Downgrade schaffte keinerlei Abhilfe, also auch die Verwendung einer zuvor erfolgreich betriebenen Versionskombination von Apache & PHP erzeugt dasselbe Problem.
Ich habe auch testweise mal auf den Installer zurückgegriffen, keinerlei Extensions installiert - ebenfalls kein Erfolg.
Der IIS ist nicht installiert.
Die PHP.ini ist testweise unverändert.
MySQL läuft ordnungsgemäß.
C++ Redistributables sind installiert.
Die httpd.conf (gekürzt)
Apache logs7error.log
Wenn irgendwer eine Ahnung hat bzw. einen Hinweis geben kann, dann bin ich wirklich dankbar.
Sobald ich über localhost eine PHP-Datei im Browser aufrufe, erhalte ich einen Internen Serverfehler 500.
Verwendet wird folgende PHP-Version: 5.2.11 VC6 x86 Thread Safe
Aber auch ein Downgrade schaffte keinerlei Abhilfe, also auch die Verwendung einer zuvor erfolgreich betriebenen Versionskombination von Apache & PHP erzeugt dasselbe Problem.
Ich habe auch testweise mal auf den Installer zurückgegriffen, keinerlei Extensions installiert - ebenfalls kein Erfolg.
Der IIS ist nicht installiert.
Die PHP.ini ist testweise unverändert.
MySQL läuft ordnungsgemäß.
C++ Redistributables sind installiert.
Die httpd.conf (gekürzt)
ServerName 127.0.0.1:80
DocumentRoot "D:/Inetpub/wwwroot"
<Directory "D:/Inetpub/wwwroot">
AllowOverride None
Order allow,deny
Allow from all
</Directory>
PHPIniDir "D:/PHP/"
LoadModule php5_module "D:/PHP/php5apache2_2.dll"
AddType application/x-httpd-php .php
DocumentRoot "D:/Inetpub/wwwroot"
<Directory "D:/Inetpub/wwwroot">
AllowOverride None
Order allow,deny
Allow from all
</Directory>
PHPIniDir "D:/PHP/"
LoadModule php5_module "D:/PHP/php5apache2_2.dll"
AddType application/x-httpd-php .php
[Mon Sep 28 02:11:43 2009] [notice] Parent: Received restart signal -- Restarting the server.
[Mon Sep 28 02:11:43 2009] [notice] Child 3508: Exit event signaled. Child process is ending.
[Mon Sep 28 02:11:43 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.10 configured -- resuming normal operations
[Mon Sep 28 02:11:43 2009] [notice] Server built: Dec 10 2008 00:10:06
[Mon Sep 28 02:11:43 2009] [notice] Parent: Created child process 2508
[Mon Sep 28 02:11:44 2009] [notice] Child 2508: Child process is running
[Mon Sep 28 02:11:44 2009] [notice] Child 2508: Acquired the start mutex.
[Mon Sep 28 02:11:44 2009] [notice] Child 2508: Starting 64 worker threads.
[Mon Sep 28 02:11:44 2009] [notice] Child 3508: Released the start mutex
[Mon Sep 28 02:11:45 2009] [notice] Child 2508: Starting thread to listen on port 80.
[Mon Sep 28 02:11:45 2009] [notice] Child 3508: All worker threads have exited.
[Mon Sep 28 02:11:45 2009] [notice] Child 3508: Child process is exiting
[Mon Sep 28 02:11:43 2009] [notice] Child 3508: Exit event signaled. Child process is ending.
[Mon Sep 28 02:11:43 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.10 configured -- resuming normal operations
[Mon Sep 28 02:11:43 2009] [notice] Server built: Dec 10 2008 00:10:06
[Mon Sep 28 02:11:43 2009] [notice] Parent: Created child process 2508
[Mon Sep 28 02:11:44 2009] [notice] Child 2508: Child process is running
[Mon Sep 28 02:11:44 2009] [notice] Child 2508: Acquired the start mutex.
[Mon Sep 28 02:11:44 2009] [notice] Child 2508: Starting 64 worker threads.
[Mon Sep 28 02:11:44 2009] [notice] Child 3508: Released the start mutex
[Mon Sep 28 02:11:45 2009] [notice] Child 2508: Starting thread to listen on port 80.
[Mon Sep 28 02:11:45 2009] [notice] Child 3508: All worker threads have exited.
[Mon Sep 28 02:11:45 2009] [notice] Child 3508: Child process is exiting
Kommentar