<VirtualHost 188.165.154.11:80>
DocumentRoot /var/www/html
CustomLog /var/log/httpd/access.log vcombined
ErrorLog /var/log/httpd/error.log
DirectoryIndex index.php index.html
<IfModule mod_fcgid.so>
SuexecUserGroup apache apache
<Directory "/var/www/html">
Options +Indexes FollowSymLinks +ExecCGI
AddHandler php5-fastcgi .php
Action php5-fastcgi /cgi-bin/php.cgi
AllowOverride All
Order allow,deny
Allow from All
</Directory>
</IfModule>
</VirtualHost>