I am currently proxying requests to the ntop web server through Apache (i.e. any requests to "my.domain.com/ntop" will get forwarded to "localhost:3000" or wherever I have ntop). I cannot, due to security reasons, allow access to ntop directly from the outside; it must be proxied through Apache to use existing security mechanisms.
This is a problem because many of the URL's that ntop uses assume they are absolute. It would be nice to have a command-line option that specifies an absolute path that should be prefixed to all other absolute paths. For example, if I specify "--baseurl /ntop", then a URL such as "/modifyURL?2showU" becomes "/ntop/modifyURL?2showU". Is this feasible? Toby Johnson _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://lists.ntop.org/mailman/listinfo/ntop
