Getting 403 on apache with php on fedora 17

You need to enable httpd to read home directories by SELinux.

setsebool -P httpd_enable_homedirs 1
setsebool -P httpd_read_user_content 1