Seems I'm having permissions issue with AWS Linux EC2. Specifically, I am migrating a Joomla site, and extension and core updates from Joomla Admin won't install because of Apache user/group permission issues.
I've done some digging and seems an unsuitable PHP file handler is to blame and I need to be install either suPHP or FastCGI.
Other really BAD workarounds are messing with directory permissions (777) or chown apache:apache.
I can't find a resource ANYWHERE that will give me a good understanding of how to install/configure suPHP or FastCGI with an AWS Linux instance. Even AWS has no documentation on this, and usually their docs are superb.
Does anyone know of a solution?