Changes for Web authors |
|
Due to unexpected hardware failures on July 23, 2003, we upgraded our Web server www.nmt.edu to a newer, faster machine running Red Hat Linux and the latest Apache server. Some procedures for Web authors will change:
mv ~/www ~/public_html
If you have existing procedures or programs that refer to the
~/www directory, you can add a soft link with this
command:
ln -s ~/public_html ~/www
This will effectively cause your Web directory to appear in
both places. However, this may not fix some CGI script problems.