下記の内容を vi で作成し、index.html 名で保存。(場所は任意)
---------------------------------------------------------
<!DOCTYPE html>
<
html
lang
=
"ja"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>名字</
title
>
</
head
>
<
body
>
適当に文字を入力してください。
</
body
>
</
html
>
----------------------------------------------------------\
root権限で
/usr/local/apache2/htdocs/index.html
と入れ替える。
パーミッションを適時変更する。
apacheを起動する。(コマンド」入力)
windows7 のブラウザで Linux側のIPアドレスを入力し 入力した文字が表示されれば課題クリア。