<VirtualHost \
82.165.30.196:80 \
>
UseCanonicalName Off
DocumentRoot /home/httpd/vhosts/peopleforasolution.org/httpdocs
ServerName www.peopleforasolution.org
ServerAlias peopleforasolution.org *.peopleforasolution.org
ScriptAlias /cgi-bin/ "/home/httpd/vhosts/peopleforasolution.org/httpdocs/"
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory /home/httpd/vhosts/peopleforasolution.org/httpdocs>
AllowOverride All
Options ExecCGI
Allow from all
</Directory>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_value open_basedir "/home/httpd/vhosts/peopleforasolution.org/httpdocs:/tmp"
</IfModule>
</VirtualHost>
What could be causing this problem?