Creating a apache-proxy webapp on OS X using Server.app. Just enable the webapp on the appropriate domains; the path etc is configured in the webapp plist
.
The examples below come from the config I used to get jenkins running on the Overture build server.
Frankly, I think the mechanism used has promise, but is very poorly documented. So it goes with much of Apple's Server.app stuff, though. Apple's "Advanced Topics" page at http://www.apple.com/support/osxserver/advancedtopics/ is not a bad place to find a bit of help, though.
- One for the webapp description
- Lives in
/Library/Server/Web/Config/apache2/webapps/
- Should be auto-detected by Server.app? Doesn't seem to be for me, no idea why.
- The magic invocation
webappctl restart
appears to force a reload.