One of the people that I host wants to use Movable Type on their site. However, I get this error:
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
Here is the relevant configuration sections in httpd.conf.
AddHandler cgi-script .cgi
<VirtualHost *>
Options FollowSymLinks Indexes ExecCGI
ServerAdmin
webmaster@binaryslaves.com
DocumentRoot /home/sites/binaryslaves.com/html
ServerName binaryslaves.com
ServerAlias *.binaryslaves.com binaryslaves.com
ErrorLog /home/sites/binaryslaves.com/logs/error_log
CustomLog /home/sites/binaryslaves.com/logs/access_log common
</VirtualHost>
what am i missing? I am running Redhat small and everything else in the httpd.conf is default.
thanks.