heroeskiller
Grünschnabel
Hallo,
ich besitze einen root server (Debian 3.1) mit Plesk 8.1.1
-php5 und mysql5
Problem:
Jedes mal, wenn ich auf http://www.kreta256.myserver.t-online.de zugreifen will, werde ich auf http://www.wow-amanthul.net/wbb2/portal.php weitergeleitet.
Beide domains befinden sich auf meinem Server.
Beide Domains benutzen unterschiedliche IP-Adressen.
Auszüge der httpd.conf's
Ich hoffe ihr könnt mir weiterhelfen
Ich hoffe ebenfalls, dass ich nichts veregessen habe
ich besitze einen root server (Debian 3.1) mit Plesk 8.1.1
-php5 und mysql5
Problem:
Jedes mal, wenn ich auf http://www.kreta256.myserver.t-online.de zugreifen will, werde ich auf http://www.wow-amanthul.net/wbb2/portal.php weitergeleitet.
Beide domains befinden sich auf meinem Server.
Beide Domains benutzen unterschiedliche IP-Adressen.
Auszüge der httpd.conf's
Code:
# This is here for backwards compatability reasons and to support
# installing 3rd party modules directly via apxs2, rather than
# through the /etc/apache2/mods-{available,enabled} mechanism.
#
#LoadModule mod_placeholder /usr/lib/apache2/modules/mod_placeholder.so
Code:
NameVirtualHost 80.154.37.219:80
NameVirtualHost 80.154.59.236:80
NameVirtualHost 80.154.59.250:80
NameVirtualHost 80.154.59.251:80
NameVirtualHost 80.154.37.219:443
NameVirtualHost 80.154.59.236:443
NameVirtualHost 80.154.59.250:443
NameVirtualHost 80.154.59.251:443
ServerName kreta256.myserver.t-online.de
ServerAdmin heroes.killer@t-online.de
DocumentRoot /var/www/vhosts/default/htdocs
<IfModule mod_logio.c>
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" plesklog
</IfModule>
<IfModule !mod_logio.c>
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" plesklog
</IfModule>
<Directory "/var/www/vhosts">
AllowOverride All
Options SymLinksIfOwnerMatch
Order allow,deny
Allow from all
php_admin_flag engine off
</Directory>
<Directory "/usr/lib/mailman">
AllowOverride All
Options SymLinksIfOwnerMatch
Order allow,deny
Allow from all
php_admin_flag engine off
</Directory>
<IfModule mod_userdir.c>
UserDir disabled
</IfModule>
Include /var/www/vhosts/wow-amanthul.net/conf/httpd.include
<VirtualHost \
80.154.37.219:80 \
80.154.59.236:80 \
80.154.59.250:80 \
80.154.59.251:80 \
>
ServerName default
UseCanonicalName Off
DocumentRoot /var/www/vhosts/default/htdocs
ScriptAlias /cgi-bin/ "/var/www/vhosts/default/cgi-bin/"
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory "/var/www/vhosts/default/cgi-bin/">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
<Directory /var/www/vhosts/default/htdocs>
<IfModule mod_php4.c>
php_admin_flag engine on
php_admin_value open_basedir "/var/www/vhosts/default/htdocs:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_value open_basedir "/var/www/vhosts/default/htdocs:/tmp"
</IfModule>
</Directory>
</VirtualHost>
<IfModule mod_ssl.c>
<VirtualHost 80.154.37.219:443 >
ServerName default-80-154-37-219
UseCanonicalName Off
DocumentRoot /var/www/vhosts/default/httpsdocs
ScriptAlias /cgi-bin/ "/var/www/vhosts/default/cgi-bin/"
SSLEngine on
SSLVerifyClient none
SSLCertificateFile /opt/psa/var/certificates/certXETfmTK
<Directory "/var/www/vhosts/default/cgi-bin/">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
<Directory /var/www/vhosts/default/httpsdocs>
SSLRequireSSL
</Directory>
</VirtualHost>
<VirtualHost 80.154.59.236:443 >
ServerName default-80-154-59-236
UseCanonicalName Off
DocumentRoot /var/www/vhosts/default/httpsdocs
ScriptAlias /cgi-bin/ "/var/www/vhosts/default/cgi-bin/"
SSLEngine on
SSLVerifyClient none
SSLCertificateFile /opt/psa/var/certificates/certXETfmTK
<Directory "/var/www/vhosts/default/cgi-bin/">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
<Directory /var/www/vhosts/default/httpsdocs>
SSLRequireSSL
</Directory>
</VirtualHost>
<VirtualHost 80.154.59.250:443 >
ServerName default-80-154-59-250
UseCanonicalName Off
DocumentRoot /var/www/vhosts/default/httpsdocs
ScriptAlias /cgi-bin/ "/var/www/vhosts/default/cgi-bin/"
SSLEngine on
SSLVerifyClient none
SSLCertificateFile /opt/psa/var/certificates/certXETfmTK
<Directory "/var/www/vhosts/default/cgi-bin/">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
<Directory /var/www/vhosts/default/httpsdocs>
SSLRequireSSL
</Directory>
</VirtualHost>
<VirtualHost 80.154.59.251:443 >
ServerName default-80-154-59-251
UseCanonicalName Off
DocumentRoot /var/www/vhosts/default/httpsdocs
ScriptAlias /cgi-bin/ "/var/www/vhosts/default/cgi-bin/"
SSLEngine on
SSLVerifyClient none
SSLCertificateFile /opt/psa/var/certificates/certXETfmTK
<Directory "/var/www/vhosts/default/cgi-bin/">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
<Directory /var/www/vhosts/default/httpsdocs>
SSLRequireSSL
</Directory>
</VirtualHost>
</IfModule>
<VirtualHost \
80.154.37.219:80 \
80.154.59.236:80 \
80.154.59.250:80 \
80.154.59.251:80 \
>
DocumentRoot /usr/share/psa-horde/
Alias /horde/ /usr/share/psa-horde/
Alias /imp/ /usr/share/psa-horde/imp/
ServerName webmail
ServerAlias webmail.*
UseCanonicalName Off
<Directory /usr/share/psa-horde>
<IfModule mod_php4.c>
php_admin_flag engine on
php_admin_flag magic_quotes_gpc off
php_admin_flag safe_mode off
php_admin_value open_basedir "/usr/share/psa-horde:/etc/psa-horde:/etc/psa:/tmp:/var/log:/usr/share/doc"
php_admin_value include_path "/usr/share/psa-horde:/usr/share/psa-horde/pear:."
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag magic_quotes_gpc off
php_admin_flag safe_mode off
php_admin_value open_basedir "/usr/share/psa-horde:/etc/psa-horde:/etc/psa:/tmp:/var/log:/usr/share/doc"
php_admin_value include_path "/usr/share/psa-horde:/usr/share/psa-horde/pear:."
</IfModule>
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<IfModule mod_ssl.c>
<VirtualHost \
80.154.37.219:443 \
80.154.59.236:443 \
80.154.59.250:443 \
80.154.59.251:443 \
>
DocumentRoot /usr/share/psa-horde/
Alias /horde/ /usr/share/psa-horde/
Alias /imp/ /usr/share/psa-horde/imp/
ServerName webmail
ServerAlias webmail.*
UseCanonicalName Off
SSLEngine on
SSLVerifyClient none
SSLCertificateFile /etc/apache2/httpd.pem
<Directory /usr/share/psa-horde>
<IfModule mod_php4.c>
php_admin_flag engine on
php_admin_flag magic_quotes_gpc off
php_admin_flag safe_mode off
php_admin_value open_basedir "/usr/share/psa-horde:/etc/psa-horde:/etc/psa:/tmp:/var/log:/usr/share/doc"
php_admin_value include_path "/usr/share/psa-horde:/usr/share/psa-horde/pear:."
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag magic_quotes_gpc off
php_admin_flag safe_mode off
php_admin_value open_basedir "/usr/share/psa-horde:/etc/psa-horde:/etc/psa:/tmp:/var/log:/usr/share/doc"
php_admin_value include_path "/usr/share/psa-horde:/usr/share/psa-horde/pear:."
</IfModule>
SSLRequireSSL
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
</IfModule>
<VirtualHost \
80.154.37.219:80 \
80.154.59.236:80 \
80.154.59.250:80 \
80.154.59.251:80 \
>
DocumentRoot /var/www/vhosts/default/htdocs
ServerName lists
ServerAlias lists.*
UseCanonicalName Off
ScriptAlias /mailman/ /usr/lib/cgi-bin/mailman/
ScriptAlias /cgi-bin/mailman/ /usr/lib/cgi-bin/mailman/
Alias /icons/ /var/lib/mailman/icons/
Alias /pipermail/ /var/lib/mailman/archives/public/
Alias /images/ /usr/share/images/
<Directory /usr/lib/mailman/archives/>
Options FollowSymLinks
</Directory>
</VirtualHost>
<IfModule mod_ssl.c>
<VirtualHost \
80.154.37.219:443 \
80.154.59.236:443 \
80.154.59.250:443 \
80.154.59.251:443 \
>
DocumentRoot /var/www/vhosts/default/httpsdocs
ServerName lists
ServerAlias lists.*
UseCanonicalName Off
ScriptAlias /mailman/ /usr/lib/cgi-bin/mailman/
ScriptAlias /cgi-bin/mailman/ /usr/lib/cgi-bin/mailman/
Alias /icons/ /var/lib/mailman/icons/
Alias /pipermail/ /var/lib/mailman/archives/public/
Alias /images/ /usr/share/images/
<Directory /usr/lib/mailman/archives/>
Options FollowSymLinks
</Directory>
</VirtualHost>
</IfModule>
Include /etc/apache2/sitebuilder.conf
Code:
# ATTENTION!
# DO NOT MODIFY THIS FILE OR ANY PART OF IT. THIS CAN RESULT IN IMPROPER PLESK
# FUNCTIONING OR FAILURE, CAUSE DAMAGE AND LOSS OF DATA. IF YOU REQUIRE CUSTOM
# MODIFICATIONS TO BE APPLIED TO THE CONFIGURATION, PLEASE, PERFORM THEM IN THE
# FOLLOWING FILE(S):
# /var/www/vhosts/wow-amanthul.net/conf/vhost.conf
# /var/www/vhosts/wow-amanthul.net/subdomains/<subdomain-name>/conf/vhost.conf
<VirtualHost 80.154.37.219:80>
ServerName wow-amanthul.net:80
ServerAlias www.wow-amanthul.net
UseCanonicalName Off
SuexecUserGroup heroeskiller psacln
DocumentRoot /var/www/vhosts/wow-amanthul.net/httpdocs
CustomLog /var/www/vhosts/wow-amanthul.net/statistics/logs/access_log plesklog
ErrorLog /var/www/vhosts/wow-amanthul.net/statistics/logs/error_log
<IfModule mod_userdir.c>
UserDir /var/www/vhosts/wow-amanthul.net/web_users
</IfModule>
ScriptAlias /cgi-bin/ /var/www/vhosts/wow-amanthul.net/cgi-bin/
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory /var/www/vhosts/wow-amanthul.net/httpdocs>
<IfModule mod_perl.c>
<Files ~ (\.pl$)>
SetHandler perl-script
PerlHandler ModPerl::Registry
Options ExecCGI
allow from all
PerlSendHeader On
</Files>
</IfModule>
<IfModule mod_php4.c>
php_admin_flag engine on
php_admin_flag safe_mode on
php_admin_value open_basedir "/var/www/vhosts/wow-amanthul.net/httpdocs:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag safe_mode on
php_admin_value open_basedir "/var/www/vhosts/wow-amanthul.net/httpdocs:/tmp"
</IfModule>
Options +Includes +ExecCGI
</Directory>
<Directory /var/www/vhosts/wow-amanthul.net/web_users>
<IfModule mod_php4.c>
php_admin_flag engine off
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine off
</IfModule>
</Directory>
Alias "/error_docs" "/var/www/vhosts/wow-amanthul.net/error_docs"
ErrorDocument 400 /error_docs/bad_request.html
ErrorDocument 401 /error_docs/unauthorized.html
ErrorDocument 403 /error_docs/forbidden.html
ErrorDocument 404 /error_docs/not_found.html
ErrorDocument 500 /error_docs/internal_server_error.html
</VirtualHost>
<VirtualHost 80.154.37.219:80>
ServerName cs.wow-amanthul.net:80
SuexecUserGroup heroeskiller psacln
DocumentRoot /var/www/vhosts/wow-amanthul.net/subdomains/cs/httpdocs
CustomLog /var/www/vhosts/wow-amanthul.net/statistics/logs/access_log plesklog
ErrorLog /var/www/vhosts/wow-amanthul.net/statistics/logs/error_log
ScriptAlias /cgi-bin/ /var/www/vhosts/wow-amanthul.net/subdomains/cs/cgi-bin/
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory /var/www/vhosts/wow-amanthul.net/subdomains/cs/httpdocs>
<IfModule mod_perl.c>
<Files ~ (\.pl$)>
SetHandler perl-script
PerlHandler ModPerl::Registry
Options ExecCGI
allow from all
PerlSendHeader On
</Files>
</IfModule>
<IfModule mod_php4.c>
php_admin_flag engine on
php_admin_flag safe_mode on
php_admin_value open_basedir "/var/www/vhosts/wow-amanthul.net/subdomains/cs/httpdocs:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag safe_mode on
php_admin_value open_basedir "/var/www/vhosts/wow-amanthul.net/subdomains/cs/httpdocs:/tmp"
</IfModule>
Options +Includes +ExecCGI
</Directory>
Alias "/error_docs" "/var/www/vhosts/wow-amanthul.net/error_docs"
ErrorDocument 400 /error_docs/bad_request.html
ErrorDocument 401 /error_docs/unauthorized.html
ErrorDocument 403 /error_docs/forbidden.html
ErrorDocument 404 /error_docs/not_found.html
ErrorDocument 500 /error_docs/internal_server_error.html
</VirtualHost>
<VirtualHost 80.154.37.219:80>
ServerName steam.wow-amanthul.net:80
DocumentRoot /var/www/vhosts/wow-amanthul.net/subdomains/steam/httpdocs
CustomLog /var/www/vhosts/wow-amanthul.net/statistics/logs/access_log plesklog
ErrorLog /var/www/vhosts/wow-amanthul.net/statistics/logs/error_log
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory /var/www/vhosts/wow-amanthul.net/subdomains/steam/httpdocs>
<IfModule mod_php4.c>
php_admin_flag engine off
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine off
</IfModule>
Options -Includes -ExecCGI
</Directory>
Alias "/error_docs" "/var/www/vhosts/wow-amanthul.net/error_docs"
ErrorDocument 400 /error_docs/bad_request.html
ErrorDocument 401 /error_docs/unauthorized.html
ErrorDocument 403 /error_docs/forbidden.html
ErrorDocument 404 /error_docs/not_found.html
ErrorDocument 500 /error_docs/internal_server_error.html
</VirtualHost>
Code:
# ATTENTION!
# DO NOT MODIFY THIS FILE OR ANY PART OF IT. THIS CAN RESULT IN IMPROPER PLESK
# FUNCTIONING OR FAILURE, CAUSE DAMAGE AND LOSS OF DATA. IF YOU REQUIRE CUSTOM
# MODIFICATIONS TO BE APPLIED TO THE CONFIGURATION, PLEASE, PERFORM THEM IN THE
# FOLLOWING FILE(S):
# /var/www/vhosts/wow-amanthul.net/conf/vhost.conf
# /var/www/vhosts/wow-amanthul.net/subdomains/<subdomain-name>/conf/vhost.conf
<VirtualHost 80.154.37.219:80>
ServerName wow-amanthul.net:80
ServerAlias www.wow-amanthul.net
UseCanonicalName Off
SuexecUserGroup heroeskiller psacln
DocumentRoot /var/www/vhosts/wow-amanthul.net/httpdocs
CustomLog /var/www/vhosts/wow-amanthul.net/statistics/logs/access_log plesklog
ErrorLog /var/www/vhosts/wow-amanthul.net/statistics/logs/error_log
<IfModule mod_userdir.c>
UserDir /var/www/vhosts/wow-amanthul.net/web_users
</IfModule>
ScriptAlias /cgi-bin/ /var/www/vhosts/wow-amanthul.net/cgi-bin/
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory /var/www/vhosts/wow-amanthul.net/httpdocs>
<IfModule mod_perl.c>
<Files ~ (\.pl$)>
SetHandler perl-script
PerlHandler ModPerl::Registry
Options ExecCGI
allow from all
PerlSendHeader On
</Files>
</IfModule>
<IfModule mod_php4.c>
php_admin_flag engine on
php_admin_value open_basedir "/var/www/vhosts/wow-amanthul.net/httpdocs:/tmp"
</IfModule>
Options +Includes +ExecCGI
</Directory>
<Directory /var/www/vhosts/wow-amanthul.net/web_users>
<IfModule mod_php4.c>
AddType text/plain .php .php4 .php3 .phtml
php_admin_flag engine off
</IfModule>
</Directory>
Alias "/error_docs" "/var/www/vhosts/wow-amanthul.net/error_docs"
ErrorDocument 400 /error_docs/bad_request.html
ErrorDocument 401 /error_docs/unauthorized.html
ErrorDocument 403 /error_docs/forbidden.html
ErrorDocument 404 /error_docs/not_found.html
ErrorDocument 500 /error_docs/internal_server_error.html
</VirtualHost>
<VirtualHost 80.154.37.219:80>
ServerName cs.wow-amanthul.net:80
SuexecUserGroup heroeskiller psacln
DocumentRoot /var/www/vhosts/wow-amanthul.net/subdomains/cs/httpdocs
CustomLog /var/www/vhosts/wow-amanthul.net/statistics/logs/access_log plesklog
ErrorLog /var/www/vhosts/wow-amanthul.net/statistics/logs/error_log
ScriptAlias /cgi-bin/ /var/www/vhosts/wow-amanthul.net/subdomains/cs/cgi-bin/
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory /var/www/vhosts/wow-amanthul.net/subdomains/cs/httpdocs>
<IfModule mod_perl.c>
<Files ~ (\.pl$)>
SetHandler perl-script
PerlHandler ModPerl::Registry
Options ExecCGI
allow from all
PerlSendHeader On
</Files>
</IfModule>
<IfModule mod_php4.c>
php_admin_flag engine on
php_admin_value open_basedir "/var/www/vhosts/wow-amanthul.net/subdomains/cs/httpdocs:/tmp"
</IfModule>
Options +Includes +ExecCGI
</Directory>
Alias "/error_docs" "/var/www/vhosts/wow-amanthul.net/error_docs"
ErrorDocument 400 /error_docs/bad_request.html
ErrorDocument 401 /error_docs/unauthorized.html
ErrorDocument 403 /error_docs/forbidden.html
ErrorDocument 404 /error_docs/not_found.html
ErrorDocument 500 /error_docs/internal_server_error.html
</VirtualHost>
<VirtualHost 80.154.37.219:80>
ServerName ingenium.wow-amanthul.net:80
DocumentRoot /var/www/vhosts/wow-amanthul.net/subdomains/ingenium/httpdocs
CustomLog /var/www/vhosts/wow-amanthul.net/statistics/logs/access_log plesklog
ErrorLog /var/www/vhosts/wow-amanthul.net/statistics/logs/error_log
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory /var/www/vhosts/wow-amanthul.net/subdomains/ingenium/httpdocs>
<IfModule mod_php4.c>
php_admin_flag engine on
php_admin_value open_basedir "/var/www/vhosts/wow-amanthul.net/subdomains/ingenium/httpdocs:/tmp"
</IfModule>
Options -Includes -ExecCGI
</Directory>
Alias "/error_docs" "/var/www/vhosts/wow-amanthul.net/error_docs"
ErrorDocument 400 /error_docs/bad_request.html
ErrorDocument 401 /error_docs/unauthorized.html
ErrorDocument 403 /error_docs/forbidden.html
ErrorDocument 404 /error_docs/not_found.html
ErrorDocument 500 /error_docs/internal_server_error.html
</VirtualHost>
<VirtualHost 80.154.37.219:80>
ServerName nimbatus.wow-amanthul.net:80
SuexecUserGroup heroeskiller psacln
DocumentRoot /var/www/vhosts/wow-amanthul.net/subdomains/nimbatus/httpdocs
CustomLog /var/www/vhosts/wow-amanthul.net/statistics/logs/access_log plesklog
ErrorLog /var/www/vhosts/wow-amanthul.net/statistics/logs/error_log
ScriptAlias /cgi-bin/ /var/www/vhosts/wow-amanthul.net/subdomains/nimbatus/cgi-bin/
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory /var/www/vhosts/wow-amanthul.net/subdomains/nimbatus/httpdocs>
<IfModule mod_perl.c>
<Files ~ (\.pl$)>
SetHandler perl-script
PerlHandler ModPerl::Registry
Options ExecCGI
allow from all
PerlSendHeader On
</Files>
</IfModule>
<IfModule mod_php4.c>
php_admin_flag engine on
php_admin_value open_basedir "/var/www/vhosts/wow-amanthul.net/subdomains/nimbatus/httpdocs:/tmp"
</IfModule>
Options +Includes +ExecCGI
</Directory>
Alias "/error_docs" "/var/www/vhosts/wow-amanthul.net/error_docs"
ErrorDocument 400 /error_docs/bad_request.html
ErrorDocument 401 /error_docs/unauthorized.html
ErrorDocument 403 /error_docs/forbidden.html
ErrorDocument 404 /error_docs/not_found.html
ErrorDocument 500 /error_docs/internal_server_error.html
</VirtualHost>
Code:
# ATTENTION!
# DO NOT MODIFY THIS FILE OR ANY PART OF IT. THIS CAN RESULT IN IMPROPER PLESK
# FUNCTIONING OR FAILURE, CAUSE DAMAGE AND LOSS OF DATA. IF YOU REQUIRE CUSTOM
# MODIFICATIONS TO BE APPLIED TO THE CONFIGURATION, PLEASE, PERFORM THEM IN THE
# FOLLOWING FILE(S):
# /var/www/vhosts/kreta256.myserver.t-online.de/conf/vhost.conf
# /var/www/vhosts/kreta256.myserver.t-online.de/subdomains/<subdomain-name>/conf/vhost.conf
<VirtualHost 80.154.59.236:80>
ServerName kreta256.myserver.t-online.de:80
ServerAlias www.kreta256.myserver.t-online.de
UseCanonicalName Off
SuexecUserGroup hk psacln
DocumentRoot /var/www/vhosts/kreta256.myserver.t-online.de/httpdocs
CustomLog /var/www/vhosts/kreta256.myserver.t-online.de/statistics/logs/access_log plesklog
ErrorLog /var/www/vhosts/kreta256.myserver.t-online.de/statistics/logs/error_log
<IfModule mod_userdir.c>
UserDir /var/www/vhosts/kreta256.myserver.t-online.de/web_users
</IfModule>
ScriptAlias /cgi-bin/ /var/www/vhosts/kreta256.myserver.t-online.de/cgi-bin/
ScriptAlias /mivavm /opt/miva/bin/mivavm
SetEnv MvCONFIG_DIR_MIVA /var/www/vhosts/kreta256.myserver.t-online.de/httpdocs
SetEnv MvCONFIG_DIR_DATA /var/www/vhosts/kreta256.myserver.t-online.de/mivadata
SetEnv MvCONFIG_DIR_CA /opt/miva/share/certs
SetEnv MvCONFIG_LIBRARY /opt/miva/lib/config/env.so
SetEnv MvCONFIG_DIR_BUILTIN /opt/miva/lib/builtins
SetEnv MvCONFIG_DATABASE_MIVASQL /opt/miva/lib/databases/mivasql.so
SetEnv MvCONFIG_SSL_OPENSSL /opt/miva/lib/ssl/libssl_psa.so
SetEnv MvCONFIG_SSL_CRYPTO /opt/miva/lib/ssl/libcrypto_psa.so
SetEnv MvCONFIG_COMMERCE_AuthorizeNet /opt/miva/lib/commerce/authnet.so
SetEnv MvCONFIG_COMMERCE_CyberCash /opt/miva/lib/commerce/cybercash.so
SetEnv MvCONFIG_COMMERCE_LinkPoint /opt/miva/lib/commerce/linkpoint.so
SetEnv MvCONFIG_COMMERCE_ICS2 /opt/miva/lib/commerce/ics2.so
SetEnv MvCONFIG_FLAGS_SECURITY 23
AddType application/x-miva-compiled .mvc
Action application/x-miva-compiled /mivavm
<Directory /opt/miva/bin>
<Files mivavm>
order allow,deny
Allow from all
</Files>
</Directory>
SetEnv MvCONFIG_DIR_USER ./
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory /var/www/vhosts/kreta256.myserver.t-online.de/httpdocs>
<IfModule mod_perl.c>
<Files ~ (\.pl$)>
SetHandler perl-script
PerlHandler ModPerl::Registry
Options ExecCGI
allow from all
PerlSendHeader On
</Files>
</IfModule>
<IfModule mod_perl.c>
<Files ~ (\.asp$)>
SetHandler perl-script
PerlHandler Apache::ASP
PerlSetVar Global /tmp
</Files>
</IfModule>
<IfModule mod_php4.c>
php_admin_flag engine on
php_admin_flag safe_mode on
php_admin_value open_basedir "/var/www/vhosts/kreta256.myserver.t-online.de/httpdocs:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag safe_mode on
php_admin_value open_basedir "/var/www/vhosts/kreta256.myserver.t-online.de/httpdocs:/tmp"
</IfModule>
<IfModule mod_python.c>
<Files ~ (\.py$)>
SetHandler python-program
PythonHandler mod_python.cgihandler
</Files>
</IfModule>
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
Options +FollowSymLinks +ExecCGI
</IfModule>
Options +Includes +ExecCGI
</Directory>
<Directory /var/www/vhosts/kreta256.myserver.t-online.de/web_users>
<IfModule mod_php4.c>
php_admin_flag engine off
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine off
</IfModule>
</Directory>
Alias "/error_docs" "/var/www/vhosts/kreta256.myserver.t-online.de/error_docs"
ErrorDocument 400 /error_docs/bad_request.html
ErrorDocument 401 /error_docs/unauthorized.html
ErrorDocument 403 /error_docs/forbidden.html
ErrorDocument 404 /error_docs/not_found.html
ErrorDocument 500 /error_docs/internal_server_error.html
</VirtualHost>
<VirtualHost 80.154.59.236:80>
ServerName forum.kreta256.myserver.t-online.de:80
SuexecUserGroup hk psacln
DocumentRoot /var/www/vhosts/kreta256.myserver.t-online.de/subdomains/forum/httpdocs
CustomLog /var/www/vhosts/kreta256.myserver.t-online.de/statistics/logs/access_log plesklog
ErrorLog /var/www/vhosts/kreta256.myserver.t-online.de/statistics/logs/error_log
ScriptAlias /cgi-bin/ /var/www/vhosts/kreta256.myserver.t-online.de/subdomains/forum/cgi-bin/
ScriptAlias /mivavm /opt/miva/bin/mivavm
SetEnv MvCONFIG_DIR_MIVA /var/www/vhosts/kreta256.myserver.t-online.de/subdomains/forum/httpdocs
SetEnv MvCONFIG_DIR_DATA /var/www/vhosts/kreta256.myserver.t-online.de/subdomains/forum/mivadata
SetEnv MvCONFIG_DIR_CA /opt/miva/share/certs
SetEnv MvCONFIG_LIBRARY /opt/miva/lib/config/env.so
SetEnv MvCONFIG_DIR_BUILTIN /opt/miva/lib/builtins
SetEnv MvCONFIG_DATABASE_MIVASQL /opt/miva/lib/databases/mivasql.so
SetEnv MvCONFIG_SSL_OPENSSL /opt/miva/lib/ssl/libssl_psa.so
SetEnv MvCONFIG_SSL_CRYPTO /opt/miva/lib/ssl/libcrypto_psa.so
SetEnv MvCONFIG_COMMERCE_AuthorizeNet /opt/miva/lib/commerce/authnet.so
SetEnv MvCONFIG_COMMERCE_CyberCash /opt/miva/lib/commerce/cybercash.so
SetEnv MvCONFIG_COMMERCE_LinkPoint /opt/miva/lib/commerce/linkpoint.so
SetEnv MvCONFIG_COMMERCE_ICS2 /opt/miva/lib/commerce/ics2.so
SetEnv MvCONFIG_FLAGS_SECURITY 23
AddType application/x-miva-compiled .mvc
Action application/x-miva-compiled /mivavm
<Directory /opt/miva/bin>
<Files mivavm>
order allow,deny
Allow from all
</Files>
</Directory>
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory /var/www/vhosts/kreta256.myserver.t-online.de/subdomains/forum/httpdocs>
<IfModule mod_perl.c>
<Files ~ (\.pl$)>
SetHandler perl-script
PerlHandler ModPerl::Registry
Options ExecCGI
allow from all
PerlSendHeader On
</Files>
</IfModule>
<IfModule mod_perl.c>
<Files ~ (\.asp$)>
SetHandler perl-script
PerlHandler Apache::ASP
PerlSetVar Global /tmp
</Files>
</IfModule>
<IfModule mod_php4.c>
php_admin_flag engine on
php_admin_flag safe_mode on
php_admin_value open_basedir "/var/www/vhosts/kreta256.myserver.t-online.de/subdomains/forum/httpdocs:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag safe_mode on
php_admin_value open_basedir "/var/www/vhosts/kreta256.myserver.t-online.de/subdomains/forum/httpdocs:/tmp"
</IfModule>
<IfModule mod_python.c>
<Files ~ (\.py$)>
SetHandler python-program
PythonHandler mod_python.cgihandler
</Files>
</IfModule>
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
Options +FollowSymLinks +ExecCGI
</IfModule>
Options +Includes +ExecCGI
</Directory>
Alias "/error_docs" "/var/www/vhosts/kreta256.myserver.t-online.de/error_docs"
ErrorDocument 400 /error_docs/bad_request.html
ErrorDocument 401 /error_docs/unauthorized.html
ErrorDocument 403 /error_docs/forbidden.html
ErrorDocument 404 /error_docs/not_found.html
ErrorDocument 500 /error_docs/internal_server_error.html
</VirtualHost>
Ich hoffe ihr könnt mir weiterhelfen

Ich hoffe ebenfalls, dass ich nichts veregessen habe
