Ich habe ein Problem mit "IPC 11.4 Webinterface / Graph"
Ich habe den Pfad in "graph.php" wie beschrieben von:
ipc/munin/localdomain/localhost.localdomain.htm
auf:
ipc/munin/localdomain/localhost.localdomain/index.html
geändert.
So sieht das script jetzt aus:
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="robots" content="disallow">
<link rel="stylesheet" href="format.css" type="text/css">
<?php
//$_TARGET="".$_SERVER['HTTP_REFERER']."munin/";
$_TARGET="".$_SERVER['HTTP_REFERER']."munin/localdomain/localhost.localdomain/index.html";
echo '<meta http-equiv="refresh" content="0; URL='.$_TARGET.'"';
?>
</head>
<body>
</body>
</html>
The requested URL /ipc/index.phpmunin/localdomain/localhost.localdomain/index.html was not found on this server.
was mich stört ist "index.phpmunin" in der Url
warum wird die Url nicht richtig ausgelesen ?
Wer kann mir auf die Sprünge helfen oder weis eine Lösung ?
Ich benutzte einen Alix3d3 mit Aktuellem Debian Squezze 6.0.5
Gruß