ISPConfig 3 funktioniert nicht - Internal Server Error

Alle weiteren Dienste, die nicht in die drei oberen Foren gehören.
Antworten
JanK
Beiträge: 1
Registriert: 04.02.2009 14:10:47

ISPConfig 3 funktioniert nicht - Internal Server Error

Beitrag von JanK » 07.03.2009 16:15:30

Hallo,

hab ebend nach dieser Anleitung:
http://www.howtoforge.de/howto/der-perf ... pconfig-3/
ISPConfig installiert.
Hab mich genau an die Anleitung gehalten, aber wenn ich dann im Browser http://192.168.178.31:8080/ aufrufe kommt nur:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Ich war mir nicht ganz sicher was in /etc/network/interface hinein soll.
Ich hab eingetragen:

Code: Alles auswählen

#iface eth0 inet dhcp
auto eth0
iface eth0 inet static
        address 192.168.178.31
        netmask 255.255.255.0
        network 192.168.178.0
        broadcast 192.168.178.255
        gateway 192.168.178.32
Die address, broadcast und netmask bekomm ich ja über ifconfig heraus.
Woher weis ich was in network und gateway kommt?

Achja vielleicht noch wichtig:
Der Server läuft in VirtualBox.

Hier mal /var/log/apache2/error.log
[error] [client 192.168.178.30] SoftException in Application.cpp:202: Script "/usr/local/ispconfig/interface/web/index.php" resolving to "/usr/local/ispconfig/interface/web/index.php" not within configured docroot
[error] [client 192.168.178.30] Premature end of script headers: index.php
[error] [client ::1] SoftException in Application.cpp:202: Script "/usr/local/ispconfig/interface/web/index.php" resolving to "/usr/local/ispconfig/interface/web/index.php" not within configured docroot
[error] [client ::1] Premature end of script headers: index.php

Antworten