Apache Fehler. Page wird nicht mehr angzeigt.

beeborg

New Member
Hallo,
ich habe folgendes Problem und bräuchte dringen Hilfe

Bin eben mit Putty auf den Server und wollte mit dem befehl
Code:
apache2 -k restart
Apache restarten...

nun hab ich das Problem das die Page nicht mehr angezeigt bzw. folgendes statt der normalen Page kommt:
PHP:
<?
header("Location: /v3/");
?>

Putty zeigt mir folgende Error's an:
Code:
apache2 -k restart

[Sat Jun 27 20:14:12 2009] [error] VirtualHost 88.198.23.114:0 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Sat Jun 27 20:14:12 2009] [error] VirtualHost 88.198.23.114:0 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Sat Jun 27 20:14:12 2009] [error] VirtualHost 88.198.23.114:0 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Sat Jun 27 20:14:12 2009] [error] VirtualHost 88.198.23.114:0 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Sat Jun 27 20:14:12 2009] [error] VirtualHost 88.198.23.114:0 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Sat Jun 27 20:14:12 2009] [error] VirtualHost 88.198.23.114:0 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Sat Jun 27 20:14:12 2009] [warn] NameVirtualHost 88.198.23.114:0 has no VirtualHosts
hab eig nichts verändert gehabt nur eine Zusätzliche VHost.Conf eingefügt (die ich auch eben wieder gelöscht habe) deswegen bin ich jetzt etwas überfordert.

ojjeee bin am verzweifeln -___-

Danke schonmal für eure Hilfe

greetz
beeborg
 
Last edited by a moderator:
/etc/init.d/apache restart

hab eig nichts verändert
Ja das sagen sie alle...
Du hast bestimmt was an VirtualHost oder NameVirtualHost oder an SSL geaendert.
 
Back
Top