Does anyone know, while using DokuWiki on stick, how to put the Apache microserver in the background, that is remove it from the taskbar without actually shutting it down.

I wish to be able to access the Wiki via localhost, but don't want to have an open application down in the taskbar all the time.

link|improve this question

58% accept rate
feedback

1 Answer

You can use VBScript to run mapache.exe in hidden window.

In DokuWikiStick root create file run.vbs, fill it with

WScript.CreateObject("WScript.Shell").Run("mapache.exe"),0

and use it to run your DokuWikiStick server.

Unfortunatelly there is a problem with stopping server started this way, because there is no window to close. You can use Task Manager to terminate mapache.exe processes.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.