Verify the apache webserver is writable and running

Make a file in the DOMS directory:

echo "Hello world" > /var/www/html/DOMS/test.txt

Retrieve http://localhost/DOMS/test.txt

wget -q -O - http://localhost/DOMS/test.txt

It should show "Hello world".

Clean up after you.

rm /var/www/html/DOMS/test.txt

Verify the apache webserver is writable and running (last edited 2010-03-17 13:09:13 by localhost)