ocelot.aul.fiu.edu
chmod 701 ~
mkdir ~/cgs4854
chmod 705 ~/cgs4854
cd ~/cgs4854
mkdir serverRoot
mkdir docRoot
chmod 705 serverRoot
chmod 705 docRoot
serverRoot
directory and create the conf,
and logs directoriescd ~/cgs4854/serverRoot
mkdir conf
mkdir logs
chmod 705 conf logs
cp ~downeyt/public/conf/* ~/cgs4854/serverRoot/conf
cgs4854/serverRoot/conf
directorycd ~/cgs4854/serverRoot/conf
httpd.conf
filenano -w httpd.conf
LockFile /tmp/dlette07.lock
Listen 65432
/aul/homes/dlette07/cgs4854/serverRoot
)ServerRoot /aul/homes/dlette07/cgs4854/serverRoot
ServerAdmin dlette07@fiu.edu
ServerName
to your student host: replace XX with your host numberServerName studentXX.cgs4854.cs.fiu.edu
nano -w srm.conf
/aul/homes/dlette07/cgs4854/docRoot
)DocumentRoot /aul/homes/dlette07/cgs4854/docRoot
nano -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.