I am trying to reverse proxy ntop through apache. I keep getting a 502 Bad Gateway error. ntop and apache are running on the same computer. I have configured httpd.conf with the follow:

<IfModule mod_proxy.c>
     ProxyRequests Off

    <Proxy *>
        Order deny,allow
#      Deny from all
        Allow from all
    </Proxy>

     ProxyVia Off
     ProxyBadHeader Ignore
    ProxyErrorOverride On
</IfModule>

ProxyPass /ntop/ http://localhost:15123/
ProxyPassReverse /ntop/ http://localhost:15123/


I know this is more a apache problem, but I was thinking that someone here has hit this problem before and would know the solution.

Thank you
Gary Douglas

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

Reply via email to