What you can do, is to set the correct permission for your site files.
chown -R root:apache myblog
chmod -R 774 myblog
That’s it. Open your blog on the URL and follow through the installation process. Once it’s done. I recommend come back and change the permission for security reasons.
chmod -R 754 myblog