0
If Lion server runs on OS X Lion, what is accessible from the "outside"?
If I open a port and connect it to the ip of the Lion server, will that traffic be intercepted by the server app and limiting the scope of the access to what the server app allows access too?
Will my entire file directory be available to the outside if I open the port? E.g. the Lion OS running has some other apps running and files stored on it, will this be accessible from the outside? Or does the server app intercept the incoming requests and, depending on what has been made available as a service through the server app, that is only what the outside can access?
Great, thanks. So how does it work running other services from the machine that arent managed by the server app, such as svn, git, databases etc? Do they just get setup as normal? Can MAMP be used along side OSX lion server, is it needed? – user773578 – 2012-02-15T21:10:40.190
Git and SVN both can be configured with work over SSH and/or HTTP, so you can enable the relevant transport services using Server.app and then configure your source control system to use the transport(s) of your choice. Databases often want their own port, which will require you to manually tweak the firewall settings. Server.app may notice your tweaks and preserve them, but I would test that carefully before relying on it. I'm not familiar with MAMP, so I can't help you there. – Kaelin Colclasure – 2012-02-16T22:48:18.907