XAMPP: localhost öffnet sich nicht

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

XAMPP: localhost öffnet sich nicht

Postby hakan78 » 01. July 2007 10:26

Hallo allerseits,

ich habe folgendes Problem:

http://localhost oder 127.0.0.1 öffnet sich nicht.

Ping funktioniert einwandfrei.

Bei XAMPP control panel laufen die Dienste apache und mysql.
Bei ausführen der netstat -a -n -o sind die Ports 80 und 443 für apache reserviert.

Windows Firewall ist inaktiv, kein IIS, Skype.

Alle voraussetzungen liegen vor, aber keine Verbindung über IE zum localhost.

Die datei acces.log in apache\logs ist leer.

Hier ein Auszug aus dem error.log:

[Sun Jul 01 10:53:29 2007] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sun Jul 01 10:53:29 2007] [notice] Child 2068: Exit event signaled. Child process is ending.
[Sun Jul 01 10:53:30 2007] [notice] Child 2068: Released the start mutex
[Sun Jul 01 10:53:31 2007] [notice] Child 2068: Waiting for 250 worker threads to exit.
[Sun Jul 01 10:53:31 2007] [notice] Child 2068: All worker threads have exited.
[Sun Jul 01 10:53:31 2007] [notice] Child 2068: Child process is exiting
Error in my_thread_global_end(): 1 threads didn't exit
[Sun Jul 01 10:53:36 2007] [notice] Parent: Child process exited successfully.
[Sun Jul 01 10:53:38 2007] [notice] Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.2 configured -- resuming normal operations
[Sun Jul 01 10:53:38 2007] [notice] Server built: Mar 5 2007 11:23:00
[Sun Jul 01 10:53:38 2007] [notice] Parent: Created child process 5400
[Sun Jul 01 10:53:40 2007] [notice] Child 5400: Child process is running
[Sun Jul 01 10:53:40 2007] [notice] Child 5400: Acquired the start mutex.
[Sun Jul 01 10:53:40 2007] [notice] Child 5400: Starting 250 worker threads.
[Sun Jul 01 10:53:40 2007] [notice] Child 5400: Starting thread to listen on port 443.
[Sun Jul 01 10:53:40 2007] [notice] Child 5400: Starting thread to listen on port 80



Ich bin beim verzweifeln und weiß nicht was ich machen soll?

Vielen Dank im Voraus für Ihre Unterstützung.
hakan78
 
Posts: 1
Joined: 01. July 2007 10:02

Postby Mintschi » 01. July 2007 15:40

Hallo,

ich schließe mich mal hier an, da ich ähnliches Problem seit kurzem habe.
Die Xampp Startseite läßt sich nicht mehr öffnen über o.g. Adressen. Es erscheint folgende Fehlermeldung im Browser:

Code: Select all
Warning: file_get_contents(lang.tmp) [function.file-get-contents]: failed to open stream: No such file or directory in C:\xampp\htdocs\xampp\index.php on line 2

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\xampp\index.php:2) in C:\xampp\htdocs\xampp\index.php on line 4


Apache und MySQL laufen hingegen tadellos!

Gruss,
Mintschi
Mintschi
 
Posts: 5
Joined: 01. July 2007 15:30

Postby Linuxcracker » 01. July 2007 16:55

ich schließe mich dem Problem an..
Bei mir wird genauso nichts angezeigt...

In den logs stehen keine Fehler...

Das System ist Windows XP64Bit...

MFG Linuxcracker
Linuxcracker
 
Posts: 1
Joined: 01. July 2007 16:52

Postby Hogy » 01. July 2007 17:01

Mit welchem Browser möchtet ihr den localhost denn erreichen?
IE 7.0 zufällig?

Grüße
Hogy
Hogy
 
Posts: 15
Joined: 01. July 2007 16:22

Postby Mintschi » 01. July 2007 17:30

Hogy wrote:Mit welchem Browser möchtet ihr den localhost denn erreichen?
IE 7.0 zufällig?


Nee, bei hatte es immer mit dem Firefox gefunzt. Ich hatte es auch mit dem IE 7.0 und dem aktuellen Opera Browser getestet, dort erscheint leider die gleiche Fehlermeldung. :cry:
Mintschi
 
Posts: 5
Joined: 01. July 2007 15:30

Postby Hogy » 01. July 2007 17:47

wie lautet denn der Code der index.php?
Hogy
 
Posts: 15
Joined: 01. July 2007 16:22

Postby Mintschi » 01. July 2007 20:19

Der Code der index.php unter htdocs lautet:

Code: Select all
<?php
   if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
      $uri = 'https://';
   } else {
      $uri = 'http://';
   }
   $uri .= $_SERVER['HTTP_HOST'];
   header('Location: '.$uri.'/xampp/');
   exit;
Mintschi
 
Posts: 5
Joined: 01. July 2007 15:30

Postby roger_morgan » 01. July 2007 20:40

In Command Box

ipconfig /all

eingeben.

Danach herauslesen dein IP-Addresse

(meine ist zB 192.168.21.22 )

dann in Browser http://192.168.21.22
eingeben

Manchmal ein Antivirusprogramm schutzt 127.0.0.1
roger_morgan
 
Posts: 5
Joined: 19. December 2005 18:02
Location: St.Ulrich bei Steyr, Österreich

Postby Mintschi » 01. July 2007 23:29

Funzt leider nicht mit der Eingabe meiner LAN IP, da erscheint die gleiche Fehlermeldung.
Als Antivir Programm habe ich seit Ewigkeiten Avast am laufen, welches das Ausführen der index.php nie beeinträchtigt hatte.
Mintschi
 
Posts: 5
Joined: 01. July 2007 15:30

Postby Mintschi » 02. July 2007 00:18

Die Seite öffnet sich jetzt wieder!
Es fehlte die Datei lang.tmp unter "xampp/htdocs/xampp" und "xampp/security/htdocs". Ich hatte die Datei aus dem Installationspackage in die Ordner kopiert, et voila´. :D
Mintschi
 
Posts: 5
Joined: 01. July 2007 15:30


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 49 guests