ocelot.aul.fiu.edu
chmod 715 ~
mkdir ~/cgs4854
chmod 715 ~/cgs4854
cd ~/cgs4854
mkdir serverRoot
mkdir docRoot
mkdir group
group is
715.chmod 705 serverRoot
chmod 705 docRoot
chmod 715 group
serverRoot directory and create the conf, logs,
and errors directoriescd ~/cgs4854/serverRoot
mkdir conf
mkdir logs
mkdir errors
chmod 705 conf logs errors
cd conf
cp ~downeyt/cs/public/conf/* ./
cgs4854/serverRoot/conf directorycd ~/cgs4854/serverRoot/conf
httpd.conf filepico -w httpd.conf
LockFile /tmp/dlette07.lock
Listen 65432
ServerSignature Email
/aul/homes/dlette07/cgs4854/serverRoot)ServerRoot /aul/homes/dlette07/cgs4854/serverRoot
MinSpareServers 1
MaxSpareServers 1
StartServers 1
ServerAdmin dlette07@fiu.edu
ServerName to your student host: replace XX with your host numberServerName studentXX.cgs4854.cs.fiu.edupico -w srm.conf
/aul/homes/dlette07/cgs4854/docRoot)DocumentRoot /aul/homes/dlette07/cgs4854/docRoot
cgs4854/groupUserDir cgs4854/group
pico -w access.conf
<Directory /aul/homes/dlette07/cgs4854/docRoot>
Once you have edited the conf files, refer to the Starting, Restarting, and Stopping your Server page.
cgs4854/docRoot directory.
This is the page that visitors will see when they access the /
URL from your server.
cgs4854/group directory.
This is the page that visitors will see when they access the
/~your-user-name URL from any of the studentXX hosts.
This page needs group read access, since all other student servers in the
class should have access to it.