When I looked at that a few years ago it was really just a method to get a simple webserver running so that you could surface the HTML files that the SAS/Studio repository linkages require.
It might just be easier to stand up your own webserver. You might even already have one running for something else. For example many apache installations will let you create a public_html folder under your personal home directory and just link to http:servername/~username
... View more