Confixx Update auf 3.1.2 Kein Login möglich
Confixx Update auf 3.1.2 Kein Login möglich
Hallo,
nach vielem Suchen und Lesen habe ich leider mein Problem noch nicht lösen können und bitte daher auf diesem Weg um Eure Hilfe.
Ich habe gestern ein Confixx Update von 3pro auf 3.1.2 laut Anleitung in der 1und1 FAQ getätigt und keine Fehlermeldung erkennen können (ich weiss, keinen so großen Schritt, habe es aber zu spät gelesen)
Jetzt habe ich folgendes Problem:
Meine Domains und Subdomains sind alle fehlerfrei erreichbar, wenn ich aber die https Seite für den confixx login aufrufe, egal ob /user, /reseller /admin, /reg usw, erhalte ich immer nur eine komplett leere Seite.
Weiss jemand Rat?
Für Eure Hilfe wäre ich sehr dankbar.
Gruß, hq242
nach vielem Suchen und Lesen habe ich leider mein Problem noch nicht lösen können und bitte daher auf diesem Weg um Eure Hilfe.
Ich habe gestern ein Confixx Update von 3pro auf 3.1.2 laut Anleitung in der 1und1 FAQ getätigt und keine Fehlermeldung erkennen können (ich weiss, keinen so großen Schritt, habe es aber zu spät gelesen)
Jetzt habe ich folgendes Problem:
Meine Domains und Subdomains sind alle fehlerfrei erreichbar, wenn ich aber die https Seite für den confixx login aufrufe, egal ob /user, /reseller /admin, /reg usw, erhalte ich immer nur eine komplett leere Seite.
Weiss jemand Rat?
Für Eure Hilfe wäre ich sehr dankbar.
Gruß, hq242
Re: Confixx Update auf 3.1.2 Kein Login möglich
Hier sind noch meine vhost und mhost Dateien, vielleicht helfen die bei der Problemlösung ?!?
und mhost
Ich hoffe, Ihr werdet schlau daraus und könnt mir weiterhelfen.
Gruß, hq242
Code: Select all
<Directory "/home/htdocs/web0/html">
Options -FollowSymLinks -SymLinksIfOwnerMatch
<IfModule mod_access.c>
Allow from all
</IfModule>
</Directory>
<VirtualHost xx.xx.xx.xx:80>
ServerName web0.meineDomain.info
ServerAlias shop.meineDomain.de
DocumentRoot /home/htdocs/web0/html
SuexecUserGroup web0 web0
ScriptAlias /cgi-bin/ /home/htdocs/web0/html/cgi-bin/
php_admin_value open_basedir /home/htdocs/web0/html/:/home/htdocs/web0/phptmp/:/home/htdocs/web0/files/:/home/htdocs/web0/atd/
php_admin_value file_uploads 1
php_admin_value upload_tmp_dir /home/htdocs/web0/phptmp/
php_admin_flag safe_mode off
</VirtualHost>
Code: Select all
php_admin_value open_basedir /srv/www/htdocs
php_admin_value include_path .
<Directory "/srv/www/confixx/html">
AllowOverride all
<IfModule mod_access.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
</Directory>
NameVirtualHost xx.xx.xx.xx:80
<VirtualHost xx.xx.xx.xx:80>
ServerName xx.xx.xx.xx
DocumentRoot /srv/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_value include_path ".:/srv/www/confixx/html/include:/srv/www/confixx/html"
php_admin_value default_charset none
php_admin_value open_basedir /srv/www/confixx
<IfModule mod_dir.c>
DirectoryIndex index.php index.html index.htm index.shtml index.cgi
</IfModule>
</VirtualHost>
<VirtualHost xx.xx.xx.xx:80>
ServerName confixx.pxxxxxx.pureserver.info
ServerAlias pxxxxxx.pureserver.info
#User confixx
#Group confixx
DocumentRoot /srv/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 /srv/www/confixx/tmp
php_admin_value include_path ".:/srv/www/confixx/html/include:/srv/www/confixx/html"
php_admin_value default_charset none
php_admin_value open_basedir /srv/www/confixx
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/ /srv/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/confixx.pxxxxxx.pureserver.info_access.log "%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i""
ErrorLog /var/log/apache2/confixx.pxxxxxx.pureserver.info_error.log
</VirtualHost>
NameVirtualHost xx.xx.xx.xx:443
<VirtualHost xx.xx.xx.xx:443>
ServerName xx.xx.xx.xx
DocumentRoot /srv/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_value include_path ".:/srv/www/confixx/html/include:/srv/www/confixx/html"
php_admin_value default_charset none
php_admin_value open_basedir /srv/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/confixx.pxxxxxx.pureserver.info.key
SSLCertificateFile /etc/apache2/ssl.crt/confixx.pxxxxxx.pureserver.info.crt
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SetEnvIf User-Agent ".*MSIE.*"
nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
<Files ~ ".(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/srv/www/confixx/html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
</VirtualHost>
<VirtualHost xx.xx.xx.xx:443>
ServerName confixx.pxxxxxx.pureserver.info
ServerAlias pxxxxxx.pureserver.info
#User confixx
#Group confixx
DocumentRoot /srv/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 /srv/www/confixx/tmp
php_admin_value include_path ".:/srv/www/confixx/html/include:/srv/www/confixx/html"
php_admin_value default_charset none
php_admin_value open_basedir /srv/www/confixx
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/ /srv/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/confixx.pxxxxx.pureserver.info.key
SSLCertificateFile /etc/apache2/ssl.crt/confixx.p1xxxxxx.pureserver.info.crt
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SetEnvIf User-Agent ".*MSIE.*"
nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
<Files ~ ".(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/srv/www/confixx/html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
CustomLog /var/log/apache2/confixx.pxxxxx.pureserver.info_access.log "%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i""
ErrorLog /var/log/apache2/confixx.pxxxxxx.pureserver.info_error.log
</VirtualHost>
Gruß, hq242
Re: Confixx Update auf 3.1.2 Kein Login möglich
Interessanter wäre, was in /var/log/apache2/confixx.pxxxxxx.pureserver.info_access.log bzw. /var/log/apache2/confixx.pxxxxxx.pureserver.info_error.log drinsteht...
Re: Confixx Update auf 3.1.2 Kein Login möglich
Ok, gerne:
access.log
und error.log:
Gruß, hq242
access.log
Code: Select all
xx.xx.xx.xx - - [18/Aug/2006:10:03:30 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:03:30 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:03:31 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:03:31 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:03:31 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:03:31 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:03:31 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:03:32 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:03:32 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:03:33 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:03:33 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:03:38 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:03:40 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:03:41 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:03:41 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:21:40 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:21:41 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:21:41 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:21:42 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:10:29:26 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:11:11:49 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [18/Aug/2006:11:11:49 +0200] "GET /reg/ HTTP/1.1" 200 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NetCap
tor 7.5.0 Gold; .NET CLR 1.1.4322)"
Code: Select all
[Thu Aug 17 18:25:54 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Thu Aug 17 18:25:56 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Thu Aug 17 18:26:18 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Thu Aug 17 18:27:54 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Thu Aug 17 18:34:21 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Thu Aug 17 18:34:23 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Thu Aug 17 18:58:07 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Thu Aug 17 18:58:09 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Thu Aug 17 19:15:30 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Thu Aug 17 19:15:32 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Thu Aug 17 19:16:37 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Thu Aug 17 19:21:54 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Thu Aug 17 19:21:56 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Fri Aug 18 04:15:35 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Fri Aug 18 09:03:06 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Fri Aug 18 09:03:07 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Fri Aug 18 09:11:09 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Fri Aug 18 09:15:53 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Fri Aug 18 09:15:55 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Fri Aug 18 09:22:59 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Fri Aug 18 09:23:01 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Fri Aug 18 10:03:10 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Fri Aug 18 10:03:12 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Fri Aug 18 10:33:16 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
[Fri Aug 18 10:33:18 2006] [warn] RSA server certificate CommonName (CN) `www.meineDomain.de' does NOT match server name!?
Gruß, hq242
Re: Confixx Update auf 3.1.2 Kein Login möglich
Hallo Community,
ist das Problem zu simpel, dass hier keiner eine Hilfestellung geben möchte oder reichen die Informationen nicht aus? Soll ich noch weitere Infos posten?
Ich wäre Euch wirklich für Eure Hilfe dankbar.
Gruß, hq242
ist das Problem zu simpel, dass hier keiner eine Hilfestellung geben möchte oder reichen die Informationen nicht aus? Soll ich noch weitere Infos posten?
Ich wäre Euch wirklich für Eure Hilfe dankbar.
Gruß, hq242
Re: Confixx Update auf 3.1.2 Kein Login möglich
So, habe jetzt mal die "alte" confixx_mhost.conf von vor dem Backup aktiviert und komme wieder auf die Loginseite und kann mich wie gewohnt anmelden.
Allerdings steht unter Softwareversion die Version "3pro"?!?
Was hat das zu heissen, ist mein Problem gelöst oder nicht, kann mir jemand weiterhelfen?
Hier die "alte" mhost
Allerdings steht unter Softwareversion die Version "3pro"?!?
Was hat das zu heissen, ist mein Problem gelöst oder nicht, kann mir jemand weiterhelfen?
Hier die "alte" mhost
Code: Select all
<Directory "/srv/www/confixx/html">
AllowOverride all
<IfModule mod_access.c>
Allow from all
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
Options +FollowSymlinks
RewriteRule ^reseller/skins/(.*)$ reseller/skins/$1 [L]
RewriteRule ^reseller/[^/]+/(.*)$ reseller/$1 [L]
RewriteRule ^user/skins/(.*)$ user/skins/$1 [L]
RewriteRule ^user/[^/]+/(.*)$ user/$1 [L]
RewriteRule ^ftplogin/[^/]+/(.*)$ ftplogin/$1 [L]
RewriteRule ^poplogin/[^/]+/(.*)$ poplogin/$1 [L]
</IfModule>
</Directory>
NameVirtualHost xx.xx.xx.xx:80
<VirtualHost xx.xx.xx.xx:80>
ServerName confixx.pxxxxxx.pureserver.info
ServerAlias pxxxxxx.pureserver.info
#User confixx
#Group confixx
DocumentRoot /srv/www/confixx/html
Options FollowSymLinks
php_admin_value safe_mode On
php_flag magic_quotes_gpc Off
php_admin_flag file_uploads On
php_admin_value track_vars On
php_admin_value upload_tmp_dir /srv/www/confixx/tmp
php_admin_value include_path ".:/srv/www/confixx/html/include:/srv/www/confixx/html"
ScriptAlias /cgi-bin/ /srv/www/confixx/html/cgi-bin/
CustomLog /var/log/apache2/confixx.pxxxxxx.pureserver.info_access.log "%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i""
ErrorLog /var/log/apache2/confixx.pxxxxxx.pureserver.info_error.log
</VirtualHost>
NameVirtualHost xx.xx.xx.xx:443
<VirtualHost xx.xx.xx.xx:443>
ServerName confixx.pxxxxxx.pureserver.info
ServerAlias pxxxxxx.pureserver.info
#User confixx
#Group confixx
DocumentRoot /srv/www/confixx/html
Options FollowSymLinks
php_admin_value safe_mode Off
php_flag magic_quotes_gpc Off
php_admin_flag file_uploads On
php_admin_value track_vars On
php_admin_value upload_tmp_dir /srv/www/confixx/tmp
php_admin_value include_path "/home/htdocs/web0/html/shop:.:/srv/www/confixx/html/include:/srv/www/confixx/html"
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
#SSLCertificateFile /etc/apache2/ssl.crt/confixx.pxxxxxx.pureserver.info.crt
#SSLCertificateKeyFile /etc/apache2/ssl.key/confixx.pxxxxxx.pureserver.info.key
SSLCertificateFile /etc/apache2/ssl.crt/serverown.crt
SSLCertificateKeyFile /etc/apache2/ssl.key/serverown.key
SetEnvIf User-Agent ".*MSIE.*"
nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
Alias /ssl.de/ /home/htdocs/web0/html/shop/
<Files ~ ".(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/srv/www/confixx/html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
ScriptAlias /cgi-bin/ /srv/www/confixx/html/cgi-bin/
CustomLog /var/log/apache2/confixx.pxxxxxx.pureserver.info_access.log "%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i""
ErrorLog /var/log/apache2/confixx.pxxxxxx.pureserver.info_error.log
</VirtualHost>
-
blnsnoopy26
- Posts: 660
- Joined: 2002-10-19 14:01
Re: Confixx Update auf 3.1.2 Kein Login möglich
Die komplette versionsanzeige bekommst du mit der url:
http://confixx.deinedomain.tld/version.php
daran siehste welche Version du hast.
http://confixx.deinedomain.tld/version.php
daran siehste welche Version du hast.
-
Anonymous
Re: Confixx Update auf 3.1.2 Kein Login möglich
Hallo,
verstehe ich recht:
mit deine alte confixx_mhost.conf Confixx funktionirt auf https,
aber mit neu mhost.conf fuktioniert nicht?
Probieren Sie bitte SSL-Teil aus alte zu neu mhost zu kopieren.
verstehe ich recht:
mit deine alte confixx_mhost.conf Confixx funktionirt auf https,
aber mit neu mhost.conf fuktioniert nicht?
Probieren Sie bitte SSL-Teil aus alte zu neu mhost zu kopieren.
