pfreak
Member
Hallo,
Ich habe folgendes Problem. Ich habe mir auf mein Zweiten Root Server Confixx installirt, habe es so gemacht wie es in der Dokumentation von Confixx Stand. Lief auch bis jetzt ohne Probleme. Jetzt Ist mein Problem, wenn ich versuche die Confixx Oberfläche aufzurufen, erhalte ich folgende Fehlermeldung
Da ich das Problem ja auf mein Dritten Root Server hatte, habe ich denn Confixx Ordner die Schreibrechte 755 gebenen. Das ganze habe ich so gemacht
So, dann habe ich wieder versucht diie Oberfläche aufzurufen. Leider Ohne Erfolg. Die Error Log sagt:
Jetzt weiß ich echt nicht mehr Weiter. Ich poste mal die "confixx_mhost.conf" und "ls -al /var/www" und "ls -al /var/www/confixx"
"confixx_mhost.conf"
ausgabe von "ls -al /var/www"
ausgabe von "ls -al /var/www/confixx"
Danke schonmal im Vorraus.
MFG
pfreak
Ich habe folgendes Problem. Ich habe mir auf mein Zweiten Root Server Confixx installirt, habe es so gemacht wie es in der Dokumentation von Confixx Stand. Lief auch bis jetzt ohne Probleme. Jetzt Ist mein Problem, wenn ich versuche die Confixx Oberfläche aufzurufen, erhalte ich folgende Fehlermeldung
Code:
Forbidden
You don't have permission to access /index.php on this server.
Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny3 with Suhosin-Patch mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Server at svr2.vluxhost.de Port 80
Da ich das Problem ja auf mein Dritten Root Server hatte, habe ich denn Confixx Ordner die Schreibrechte 755 gebenen. Das ganze habe ich so gemacht
Code:
chmod -R 755 /var/www/confixx
So, dann habe ich wieder versucht diie Oberfläche aufzurufen. Leider Ohne Erfolg. Die Error Log sagt:
Code:
[Sun Aug 23 17:50:55 2009] [notice] caught SIGTERM, shutting down
[Sun Aug 23 17:50:56 2009] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun Aug 23 17:50:56 2009] [warn] RSA server certificate CommonName (CN) `Parallels Confixx' does NOT match server name!?
[Sun Aug 23 17:50:56 2009] [warn] Init: SSL server IP/port conflict: 80.82.223.37:443 (/etc/apache2/confixx_mhost.conf:127) vs. svr2.vluxhost.de:443 (/etc/apache2/confixx_mhost.conf:174)
[Sun Aug 23 17:50:56 2009] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Sun Aug 23 17:50:56 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Sun Aug 23 17:50:56 2009] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Sun Aug 23 17:50:56 2009] [notice] mod_python: using mutex_directory /tmp
[Sun Aug 23 17:50:56 2009] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun Aug 23 17:50:56 2009] [warn] RSA server certificate CommonName (CN) `Parallels Confixx' does NOT match server name!?
[Sun Aug 23 17:50:56 2009] [warn] Init: SSL server IP/port conflict: 80.82.223.37:443 (/etc/apache2/confixx_mhost.conf:127) vs. svr2.vluxhost.de:443 (/etc/apache2/confixx_mhost.conf:174)
[Sun Aug 23 17:50:56 2009] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Sun Aug 23 17:50:56 2009] [notice] Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny3 with Suhosin-Patch mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g configured -- resuming normal operations
Jetzt weiß ich echt nicht mehr Weiter. Ich poste mal die "confixx_mhost.conf" und "ls -al /var/www" und "ls -al /var/www/confixx"
"confixx_mhost.conf"
Code:
############### PARALLELS CONFIXX APACHE MAIN CONFIG FILE #################
# created at Sun Aug 23 17:49:41 2009
#
# !!! Do not make any changes in this file !!!
#
# 1. We cannot guarantee that the software will work properly, if
# the contents of this file are modified.
# 2. This file would be rewritten after each Parallels Confixx software update and
# in some other cases. Thus all your changes would be lost unless you made
# a backup of the file.
#
# If you need to modify this file, you can insert some custom "Include"
# directives. E.g.
# Include /path/to/your/file
# Includes inserted directly after <VirtualHost> tag would keep their
# location inchanged after the file is updated. Other includes would
# be moved to be inserted before the </VirtualHost> tag.
##########################################################################
php_admin_value include_path .
<Directory "/var/www/confixx/html">
AllowOverride all
<IfModule mod_access.c>
Allow from all
</IfModule>
<IfModule mod_authz_host.c>
Allow from all
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
Options +FollowSymlinks
RewriteRule ^reseller/res[0-9]+/(.*)$ reseller/$1 [L]
RewriteRule ^user/[a-zA-Z][-a-zA-Z0-9_]{0,4}[0-9]+/(.*)$ user/$1 [L]
RewriteRule ^ftplogin/[a-zA-Z][-a-zA-Z0-9_]{0,4}[0-9]+/(.*)$ ftplogin/$1 [L]
RewriteRule ^ftplogin/[a-zA-Z][-a-zA-Z0-9_]{0,4}[0-9]+f[0-9]+/(.*)$ ftplogin/$1 [L]
RewriteRule ^poplogin/[a-zA-Z][-a-zA-Z0-9_]{0,4}[0-9]+p[0-9]+/(.*)$ poplogin/$1 [L]
</IfModule>
AddDefaultCharset off
php_admin_flag engine on
</Directory>
NameVirtualHost 80.82.223.37:80
<VirtualHost 80.82.223.37:80>
ServerName 80.82.223.37
DocumentRoot /var/www/confixx/html/gesperrt
Options FollowSymLinks
php_admin_flag safe_mode Off
php_admin_flag file_uploads On
php_admin_flag track_vars On
php_admin_flag magic_quotes_runtime Off
php_admin_flag magic_quotes_gpc Off
php_admin_flag allow_url_fopen Off
php_admin_value include_path ".:/var/www/confixx/html/include:/var/www/confixx/html:/var/www/confixx/html/PEAR"
php_admin_value default_charset none
php_admin_value open_basedir /var/www/confixx
<IfModule mod_dir.c>
DirectoryIndex index.php index.html index.htm index.shtml index.cgi
</IfModule>
</VirtualHost>
<VirtualHost 80.82.223.37:80>
ServerName svr2.vluxhost.de
#User confixx
#Group confixx
DocumentRoot /var/www/confixx/html
Options FollowSymLinks
php_admin_flag safe_mode Off
php_admin_flag file_uploads On
php_admin_flag track_vars On
php_admin_flag magic_quotes_runtime Off
php_admin_flag magic_quotes_gpc Off
php_admin_value upload_tmp_dir /var/www/confixx/tmp
php_admin_value include_path ".:/var/www/confixx/html/include:/var/www/confixx/html:/var/www/confixx/html/PEAR"
php_admin_value default_charset none
php_admin_value open_basedir /var/www/confixx
php_admin_flag allow_url_fopen Off
php_admin_value session.cookie_path /
php_admin_value session.auto_start 0
php_admin_value session.gc_maxlifetime 1800
php_admin_value session.use_cookies 1
php_admin_value session.cookie_lifetime 0
php_admin_value session.cookie_secure Off
php_admin_value session.use_trans_sid 0
ScriptAlias /cgi-bin/ /var/www/confixx/html/cgi-bin/
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.shtml index.cgi index.php
</IfModule>
CustomLog /var/log/apache2/svr2.vluxhost.de_access.log "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\""
ErrorLog /var/log/apache2/svr2.vluxhost.de_error.log
</VirtualHost>
NameVirtualHost 80.82.223.37:443
<VirtualHost 80.82.223.37:443>
ServerName 80.82.223.37
DocumentRoot /var/www/confixx/html/gesperrt
Options FollowSymLinks
php_admin_flag safe_mode Off
php_admin_flag file_uploads On
php_admin_flag track_vars On
php_admin_flag magic_quotes_runtime Off
php_admin_flag magic_quotes_gpc Off
php_admin_flag allow_url_fopen Off
php_admin_value include_path ".:/var/www/confixx/html/include:/var/www/confixx/html:/var/www/confixx/html/PEAR"
php_admin_value default_charset none
php_admin_value open_basedir /var/www/confixx
<IfModule mod_dir.c>
DirectoryIndex index.php index.html index.htm index.shtml index.cgi
</IfModule>
<IfModule mod_ssl.c>
SSLEngine on
SSLCertificateKeyFile /etc/apache2/ssl.key/svr2.vluxhost.de.key
SSLCertificateFile /etc/apache2/ssl.crt/svr2.vluxhost.de.crt
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/var/www/confixx/html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
</VirtualHost>
<VirtualHost 80.82.223.37:443>
ServerName svr2.vluxhost.de
#User confixx
#Group confixx
DocumentRoot /var/www/confixx/html
Options FollowSymLinks
php_admin_flag safe_mode Off
php_admin_flag file_uploads On
php_admin_flag track_vars On
php_admin_flag magic_quotes_runtime Off
php_admin_flag magic_quotes_gpc Off
php_admin_value upload_tmp_dir /var/www/confixx/tmp
php_admin_value include_path ".:/var/www/confixx/html/include:/var/www/confixx/html:/var/www/confixx/html/PEAR"
php_admin_value default_charset none
php_admin_value open_basedir /var/www/confixx
php_admin_flag allow_url_fopen Off
php_admin_value session.cookie_path /
php_admin_value session.auto_start 0
php_admin_value session.gc_maxlifetime 1800
php_admin_value session.use_cookies 1
php_admin_value session.cookie_lifetime 0
php_admin_value session.cookie_secure Off
php_admin_value session.use_trans_sid 0
ScriptAlias /cgi-bin/ /var/www/confixx/html/cgi-bin/
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.shtml index.cgi index.php
</IfModule>
<IfModule mod_ssl.c>
SSLEngine on
SSLCertificateKeyFile /etc/apache2/ssl.key/svr2.vluxhost.de.key
SSLCertificateFile /etc/apache2/ssl.crt/svr2.vluxhost.de.crt
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/var/www/confixx/html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
CustomLog /var/log/apache2/svr2.vluxhost.de_access.ssl.log "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\""
ErrorLog /var/log/apache2/svr2.vluxhost.de_error.ssl.log
</VirtualHost>
Include /etc/apache2/confixx_vhost.conf
# ^- Dieser Eintrag sollte unbedingt am Ende der Datei bleiben
## /PARALLELS CONFIXX
ausgabe von "ls -al /var/www"
Code:
insgesamt 28
drwxr-xr-x 6 root root 4096 23. Aug 16:33 .
drwxr-xr-x 17 root root 4096 14. Jun 12:57 ..
drwxr-xr-x 2 root root 4096 20. Jul 18:29 awstats
drwxr-xr-x 7 confixx www-data 4096 23. Aug 16:33 confixx
-rw-r--r-- 1 root root 1417 29. Jun 15:05 index.html
drwxr-xr-x 3 root root 4096 23. Aug 16:33 kunden
drwxr-xr-x 2 root root 4096 23. Aug 16:20 webalizer
ausgabe von "ls -al /var/www/confixx"
Code:
insgesamt 36
drwxr-xr-x 7 confixx www-data 4096 23. Aug 16:33 .
drwxr-xr-x 6 root root 4096 23. Aug 16:33 ..
drwxr-xr-x 2 confixx confixx 4096 23. Aug 16:33 awstats
drwxr-xr-x 2 confixx confixx 4096 23. Aug 16:33 bin
-rwxr-xr-x 1 confixx www-data 812 23. Aug 16:33 events.inc.php
drwxr-xr-x 22 confixx confixx 4096 23. Aug 16:33 html
drwxr-xr-x 4 confixx www-data 4096 23. Aug 16:33 sbin
-rwxr-xr-x 1 confixx www-data 3019 23. Aug 16:33 settings.inc.php
drwxr-xr-x 3 confixx confixx 4096 23. Aug 16:33 tmp
Danke schonmal im Vorraus.
MFG
pfreak