I just installed Apache and I'm having a little bit of trouble. I think it's more of a Linux thing than an Apache thing, though.
See, whenever I create a file in my /var/www/html folder, it's at the permission 600 (only the Owner can read it). Which means that if I browse to
http://127.0.0.1, it will say Forbidden until I manually chmod the file.
There has to be a way to make this automatic, at least in this folder if nowhere else, so I don't have to keep chmodding each file I create on my server?