(12-18-2009 06:57 AM)cmendes0101 Wrote: What permission should the actual cgi-bin folder have? I set it to 0750
It should be 755 minimum to allow Apache to traverse it. The default ownership is for both user and group to be the vu entry for that site. Giving world no permissions also blocks Apache.
(12-18-2009 06:57 AM)cmendes0101 Wrote: [Thu Dec 17 20:47:30 2009] [crit] [client 173.58.48.72] (13)Permission denied: /var/www/virtual/chrismendes.us/cgi-bin/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
There is no .htaccess file in there. Should there have been? No other domain has htaccess either.
That's related to the permissions you set. Apache can't look into the directory for an htaccess file, so it gives that error.