Das steht noch in der ispcp.conf..
Code:
# httpd [gta-mp.de] als entry BEGIN.
<VirtualHost 176.9.44.202:80>
#
#User vu2001
#Group vu2001
#
<IfModule suexec_module>
SuexecUserGroup vu2001 vu2001
</IfModule>
ServerAdmin webmaster@gta-mp.de
DocumentRoot /var/www/virtual/gta-mp.org/gta-mp.de/htdocs
ServerName gta-mp.de
ServerAlias www.gta-mp.de gta-mp.de
Alias /errors /var/www/virtual/gta-mp.org/gta-mp.de/errors/
RedirectMatch permanent ^/ftp[\/]?$ http://ispcp.kevinterra.de/ftp/
RedirectMatch permanent ^/pma[\/]?$ http://ispcp.kevinterra.de/pma/
RedirectMatch permanent ^/webmail[\/]?$ http://ispcp.kevinterra.de/webmail/
RedirectMatch permanent ^/ispcp[\/]?$ http://ispcp.kevinterra.de/
ErrorDocument 401 /errors/401.html
ErrorDocument 403 /errors/403.html
ErrorDocument 404 /errors/404.html
ErrorDocument 500 /errors/500.html
ErrorDocument 503 /errors/503.html
<IfModule mod_cband.c>
CBandUser gta-mp.org
</IfModule>
# httpd awstats support BEGIN.
# httpd awstats support END.
# httpd als entry redirect entry BEGIN.
Redirect / http://gta-mp.org/
# httpd als entry redirect entry END.
# httpd als entry cgi support BEGIN.
# httpd als entry cgi support END.
<Directory /var/www/virtual/gta-mp.org/gta-mp.de/htdocs>
# httpd als entry PHP support BEGIN.
# httpd als entry PHP support END.
Options -Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
# httpd als entry PHP2 support BEGIN.
<IfModule mod_php5.c>
php_admin_value open_basedir "/var/www/virtual/gta-mp.org/gta-mp.de:/var/www/virtual/gta-mp.org/gta-mp.de/phptmp/:/usr/share/php/"
php_admin_value upload_tmp_dir "/var/www/virtual/gta-mp.org/gta-mp.de/phptmp/"
php_admin_value session.save_path "/var/www/virtual/gta-mp.org/gta-mp.de/phptmp/"
php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2001 -t -i'
</IfModule>
<IfModule mod_fastcgi.c>
ScriptAlias /php5/ /var/www/fcgi/gta-mp.org/
<Directory "/var/www/fcgi/gta-mp.org">
AllowOverride None
Options +ExecCGI -MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>
<IfModule mod_fcgid.c>
<Directory /var/www/virtual/gta-mp.org/gta-mp.de/htdocs>
FCGIWrapper /var/www/fcgi/gta-mp.org/php5-fcgi-starter .php
Options +ExecCGI
</Directory>
<Directory "/var/www/fcgi/gta-mp.org">
AllowOverride None
Options +ExecCGI MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>
# httpd als entry PHP2 support END.
#Include /etc/apache2/ispcp/gta-mp.de.conf
</VirtualHost>
# httpd [gta-mp.de] als entry END.