I've just installed Neo4j on Debian Lenny and I'm trying to expose the Web
Admin on a sub-domain via Apache2 proxypass. Web Admin is served but I'm
getting a "Unknown connection problem" message. Do you have any suggestions
to resolve this? What error logs or configuration files should I be checking
to see whats going wrong?

My settings are:

ProxyRequests Off

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

ProxyVia On

<VirtualHost *:80>
ServerName graph.example.com
ProxyPass / http://localhost:7474/
ProxyPassReverse / http://localhost:7474/
</VirtualHost>


I'm not sure if it's helpful but the url has localhost in it like this:

http://graph.example.com/webadmin/#p=dashboard&s=http%3A//localhost%3A7474/db/manage/

Thanks
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to