I am building a simple LAMP that records factory automation data and serves that info locally to tablets and PC's via wifi. I have it set to boot-up automatically when power is applied and log-in automatically to start Apache and MySql. All of that works great.
My problem is that, after the auto log-in, the WWW directory is exposed and anyone can view and modify those php & html files.
How do I set the WWW directory permissions such that Apache works, but you can't view or modify these files?
To say it another way: I am giving my customer the physical computer box, but don't want them to view or modify my web programming.
Any help is greatly appreciated.