Member since May 2006 ·
697 posts · Location: Berlin Germany
Group memberships: Administrators, Members
Quote by mike08054 on 2008-05-16, 17:37:
I decided to go ahead and test this. I downloaded dokuwiki on a stick. Unzipped the file and copied the directory over to the network drive. I ran mapache.exe and I was able to login as admin and create an new user. From a separate computer my coworker also ran mapache and could login as the new user.
Yes it works running multiple Apaches from the same document root. However this doesn't make much sense because Apache is a webserver which can serve requests over the network. It is enough to start one Apache instance and access it from all computers.
Quote by mike08054 on 2008-05-16, 17:37:
Is this relatively secure? I want the wiki to only be accessible to users with access to the network drive. I think it is because I can only launch mapache if I have access to the network drive and then the pages are accessible only through http://localhost:8800/
No, the default config of DokuWiki on a Stick will start an Apache running on all network interfaces, so your DokuWiki is also available at http://youripaddress:880/ too. This is why your coworker could access the wiki you are running as I said above.
Quote by mike08054 on 2008-05-16, 17:37:
Unfortunately we all have real world IP addresses so I'm still slightly concerned about security.
In that case make sure you make correct use of the ACLs or configure your firewall to block access from the outside.
Read this if you don't get any useful answers.