I follow this tutorial for installing mod_fcgid on my centos machine https://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-centos-6.2 and it is installed and loaded successfully the problem now is when i browse any virtual host i made it gives me forrbidden 403 and i if make my public_html folder permission 751 or greater for others (ex. chmod 751 or chmod 755) it will work well but that makes it open for all other user to read my files so what i can do now? thanks in advance.
Which exact error do you get in the apache error.log? Which user and group owns the folder? Is the folder on a local drive or network drive?