RE: uploading web pages to your server...
Hi all,
I just wanted to clarify a couple of things, so bear with me please.
Using the Mac OS X Server (10.8.x), when you start the web service from the Server.app then the default web site's page is in the directory:
/Library/Server/Web/Data/Sites/Default
although you can change this if you wish. (Note that this is not in the user's ~/Library/... . The default system web site would only be in a user's directory if you changed the default settings to do so.) You can also arrange any subdirectories under this Default directory (and the index.html with links to point to them) for additional system web pages, as you please.
Let's say your machine's name is "mymachine.private". Then if you point a web browser at "mymachine.private" it will read the default page from the above directory.
At the same time, if you wish for each user to have an individual web page, then the user creates a directory, ~/Sites, and puts his/her own personal web pages in this directory (once again subdirectories are allowed). Say the user creates a podcast web page in the Test/Podcasts subdirectory (~/Sites/Test/Podcasts/), and let's say the user's account name is "username". Then if you point a web browser at "mymachine.private/~username/Test/Podcasts/Podcast.html", the browser will load username's podcast web page.
Lastly, if you also turn ON the Wiki server, then the wiki databases are stored in the directory and its subdirectories:
/Library/Server/Wiki
and if you point your web browser to "mymachine.private/wiki" it will load the index page for the wikis that you or your other users have created on "mymachine.private".
So, in summary, by starting the web and wiki services, you have access to three different types of web/wiki pages served from your computer: the system-wide web pages from your server (mymachine.private), the individual web pages created by each user (mymachine.private/~username), and all of the system-wide wikis created by whomever you give permission to create and view (mymachine.private/wiki).
Regards,
Switon
P.S. Of course, directory/file permissions and access permissions setup in the wiki service pane and in the settings of each individual wiki are important for specifying who has access and what type of access they have (read/write/none). Wikis can be either public so anyone can view them, or private so that only those you give permission to can view them.