Sorry for a lack of jargon knowledge and experience. I've recently become a very new sys admin for my research group's cluster in my graduate program. We have a server name
bar.foo.edu
with about 10 nodes named like
bar01.foo.edu
bar02.foo.edu
...
What is the process for creating access to something like
http://bar.foo.edu/
http://bar.foo.edu/~user/index.html
On another cluster it was as simple as creating public_html/index.html
with permissions that allow access, but how do you execute this setup?