I am using ntop v.3.2 SourceForge .tgz, which is the version distributed
by Ubuntu linux. Everything works great except for the Data Dump page,
/dump.html, which never fully loads menuHead.html due to the server side
included (<!--#include virtual="/menuBody.html" -->) stopping about half
way through. All other pages have no problems including menuHead.html.

To be specific, it cuts off at:
<!-- BEGIN SSI menuHead.html -->
 
<link rel="stylesheet" href="/theme.css" TYPE="text/css">
<script type="text/javascript" language="JavaScript"
src="/theme.js"></script>
<script type="text/javascript" language="JavaScript"
SRC="/JSCookMenu.js"></script>
<script type="text/javascript" language="JavaScript"><!--
var ntopMenu =
[
...
...
...
        [null,'Round-Robin Databases',null,null,null,
               
[null,'Deactivate','/showPlugins.html?rrdPlugin=0',null,null],
                [null,'Configure','/plugins/rrdPlugin',null,null],
                [null,'Describe','/showPlugins.html?rrdPlugin',null,null],
               
[null,'Statistics','/plugins/rrdPlugin/statistics.html',null,null],
                ['<img src="/graph.gif">','Arbitrary Graphs',

Wherein the page on disk, /usr/share/ntop/html/dump.html has this:
<!--#include virtual="/menuBody.html" -->

<center><H1>ntop Data Dump</H1></center>
<p><b>ntop</b> is able to dump traffic data in various formats...
...
...

I can use dump.html fine when I generate the URL/arguments by using the
file on disk:
file://localhost/dumpData.html?language=text&view=long 
and change these to:
http://localhost:3000/dumpData.html?language=text&view=long

I have attempted to find menuHead.html on disk but ... I can't find it.
Regardless, since it displays fine on all other pages I don't see why it
should be the problem here.

Any ideas on how I might fix the dump.html display problem?

Thanks, superkuh.




_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to