I have tried to proxy ntop through apache according to this link: http://www.ntop.org/trac/wiki/ntop I have slightly modified ntop.conf: ----------------------------------------------------------------------------------- ProxyHTMLLogVerbose On LogLevel warn ProxyHTMLExtended On
ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass /private/ntop/ http://localhost:3000/ ProxyPassReverse /private/ntop/ http://localhost:3000/ <Location /private/ntop> SetOutputFilter proxy-html ProxyHTMLURLMap / /private/ntop/ ProxyHTMLURLMap /private/ntop/plugins/ntop/ /private/ntop/plugins/ RequestHeader unset Accept-Encoding </Location> ----------------------------------------------------------------------------------- But proxying is not working correctly - pie graphs are missing, after removing ProxyHTMLExtended directive, pie graphs are OK, but menu is not working. It seems to be a problem with proxying javascript... Any advice? _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
