I get a 500 error on Wordpress's .php files. readme.html pulls up just fine. Apache's error log says:
[Wed Apr 10 16:16:17 2013] [error] [client 174.71.98.102] SoftException in Application.cpp:422: Mismatch between target UID (99) and UID (33) of file "/usr/local/apache/htdocs/wordpress/wp-admin/install.php"
[Wed Apr 10 16:16:17 2013] [error] [client 174.71.98.102] Premature end of script headers: install.php
[Wed Apr 10 16:16:17 2013] [error] [client 174.71.98.102] File does not exist: /usr/local/apache/htdocs/wordpress/wp-admin/sys_cpanel, referer: http://ip-50-62-73-195.ip.secureserver.net/wordpress/wp-admin/install.php
[Wed Apr 10 16:16:18 2013] [error] [client 174.71.98.102] File does not exist: /usr/local/apache/htdocs/favicon.ico
Folders have been chmodded to 755, files to 644. Files were pulled via SSH and wget and extracted in place.
All help appreciated!