@justonemore the web server in mm is in code, not config files. it uses the JavaScript express lib
you could create a module that adds extra paths/routes for the files you wish to share
but you can run apache and mm on the same machine. just use different ports. typically apache is on port 80
while mm is on port 8080