I recently bought a Raspberry Pi, and I would like to attach it to my local network and (via port forwarding) let it be reachable from 'the outside world'.
My plan is to run Apache with PHP on it, and then from the outside navigate to some URL on my Apache / Raspberry Pi, and turn on/off some devices from the GPIO ports.
Now I am new at Linux, so I'm a little worried about opening up a Linux machine to the outside world, for everyone to see (and hack).
Is the default Raspbian install safe enough to do this, when I manually (or if can get it to work automatically) update the OS, Apache and PHP installs?