mkdir /afs/cs/user/`whoami`/www cd /afs/cs/user/`whoami`/www fs setacl -dir . -acl system:anyuser read -acl wwwsrv:http-ftp read fs setacl -dir .. -acl system:anyuser l -acl wwwsrv:http-ftp l cp /afs/cs/Web/.htaccess .(The second setacl command gives global "lookup" access to your afs home directory. This means anyone can list the contents of your home directory, but not (necessarily) read the files in that directory.)
cp /afs/cs/user/dkindred/www/ic96/template.html index.html
ln -s `pwd` /afs/cs/Web/People/`whoami`
echo "www/index.html" > ../.www.home.url
You're done! You can advertise your home page to people outside CMU CS as either of these:
http://www.cs.cmu.edu/Web/People/<userid>/ http://www.cs.cmu.edu/~<userid>/People within CMU CS should link to
/afs/cs.cmu.edu/Web/People/<userid>/index.html
For more details about offering web pages through www.cs.cmu.edu, see the "exporting pages" information.
If you are considering setting up a web server on a CMU SCS machine, be sure to read this information on server-maintainer responsibilities first.