⇤ ← Revision 1 as of 2008-06-26 12:26:15
Size: 353
Comment: Created by the PackagePages action.
|
← Revision 2 as of 2010-03-17 13:09:13 ⇥
Size: 353
Comment: converted to 1.6 markup
|
No differences found! |
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