If I understand correctly, you want a user to hit apache and then apache
should go and get the NTOP pages and display it to the user ?

How about using "ProxyPass" functionality in apache ?

Consider the below config
+++++++++++++++++++++++++++++++++++++++++

<VirtualHost 172.17.4.51:80>
        ServerName ntop.x.x
        ProxyPass / http://nms.x.x:3000/
        ProxyPassReverse / http://nms.x.x:3000/
</VirtualHost>

++++++++++++++++++++++++++++++++++++++++

User resolves ntop.x.x as IP address of the Apache server and based on
the above config, Apache then fetches the info from NTOP webserver.
\\ Naman


-----Original Message-----
From: Lombardo, Federico [mailto:[EMAIL PROTECTED] 
Subject: [Ntop] Web user interface trought Apache Proxy

Is possible to configure ntop to change absolute url for using it
trought an Apache HTTP-proxy without editing by hand every single html
file ? :-)


Thanks in advance,

Federico

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

Reply via email to