Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

I wanted to setup a confluence for me and some limited organization, but confluence does not have that feature at the moment. 


In that case, you can allow access to only certain IP Addresses by adding following line in server.xml:

Code Block
<Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.0.0.1|192.168.10.*|116.112.149.2"/>

...