mod proxy - apache2 proxypass for neo4j webadmin -


i'm trying neo4j admin running through mod_proxy, can add password. instructions on http://docs.neo4j.org/chunked/milestone/security-server.html seem clear, , followed them.

the new webadmin seems working on http://[my-domain]/neo4jdb/webadmin/. queries not executed.

i've opened neo4j server other ip-adresses, , on http://[my-domain]:7474/webadmin/, works fine, including querying.

the lines in apache.conf

proxypass /neo4jdb/webadmin/ http://localhost:7474/webadmin/ proxypassreverse /neo4jdb/webadmin/ http://localhost:7474/webadmin/ 

what missing here? there no errors in browser console, button doesn't anything.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -