View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#4
OK, I haven't installed apache on my tablet yet, but check /usr/htdocs; I think that should be the document root, i.e. the local path corresponding to http://tablet.example/, so you can link e.g. /home/user/MyDocs in there, or even just /, depending what you want to do. So as a start, something like:
Code:
ln -s /home/user/MyDocs/ /usr/htdocs/Tablet
ln -s /media/mmc1/ /usr/htdocs/External
ln -s /media/mmc2/ /usr/htdocs/Internal
and maybe dropping in a front page as /usr/htdocs/index.html, would get you rolling. Massive configuration follows, naturally, if you want things nice, but I think that'll get you something running.
 

The Following User Says Thank You to Benson For This Useful Post: