Is there any way to set the access to a wiki like application only for some known users and known IP adress.
my requirement is, I want to store/share some of the my project installation details and setting to my colleague. But don’t want to show it to the public.
what i need is mediaWiki like application.
but the login and access are restricted.
Yup, that’s no problem.
My very favorite wiki, DokuWiki, is really simple to install and it will let you restrict access based on username/password pairs, and if I was to add IP-based filtering, I would do that though Apache.
A bit more: I like DokuWiki because the install is so, so simple (untar it and you’re done), it’s targeted towards programmers and it’s got just about every feature I want. It’s one of the few applications that makes me happy every time I go to use it.