Confixx 3.1.2 BUGS | SSL und Upload :-(

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
sploon
Posts: 57
Joined: 2004-01-05 14:41

Confixx 3.1.2 BUGS | SSL und Upload :-(

Post by sploon »

nach einem Update auf Confixx 3.1.2 geht SSL nicht mehr und beim upload via webFTP kommt ein Fehler.

1. SSL = httpd Zusatzeinträge werden nicht übernommen oder auch erst nicht gespeichert
Dieses Zertifikat kann nicht bis zur Zertifizierungsstelle verifiziert werden!

2.

Code: Select all

Warning: fopen(): open_basedir restriction in effect. File(/tmp/phpKTE3XA) is not within the allowed path(s): (.:/srv/www/htdocs/confixx:/srv/www/htdocs/phpMyAdmin) in /srv/www/htdocs/confixx/html/ftplogin/ftp_index.php on line 64

Warning: fopen(/tmp/phpKTE3XA): failed to open stream: Operation not permitted in /srv/www/htdocs/confixx/html/ftplogin/ftp_index.php on line 64

Warning: filesize(): open_basedir restriction in effect. File(/tmp/phpKTE3XA) is not within the allowed path(s): (.:/srv/www/htdocs/confixx:/srv/www/htdocs/phpMyAdmin) in /srv/www/htdocs/confixx/html/ftplogin/ftp_index.php on line 65

Warning: fread(): supplied argument is not a valid stream resource in /srv/www/htdocs/confixx/html/ftplogin/ftp_index.php on line 65

Warning: fclose(): supplied argument is not a valid stream resource in /srv/www/htdocs/confixx/html/ftplogin/ftp_index.php on line 66
Kann jemand nen Tip geben?
duergner
Posts: 923
Joined: 2003-08-20 11:30
Location: Pittsburgh, PA, USA

Re: Confixx 3.1.2 BUGS | SSL und Upload :-(

Post by duergner »

open_basedir anpassen und das nächste mal zuerst Google und/oder Forensuche befragen.
sploon
Posts: 57
Joined: 2004-01-05 14:41

Re: Confixx 3.1.2 BUGS | SSL und Upload :-(

Post by sploon »

immer wird man hier gleich angemacht! SCHADE eigentlich!

Sicherlich habe ich alles mögliche versucht bevor ich hier schreibe, weil ich weiß wie unfreundlich hier alle sind.
duergner
Posts: 923
Joined: 2003-08-20 11:30
Location: Pittsburgh, PA, USA

Re: Confixx 3.1.2 BUGS | SSL und Upload :-(

Post by duergner »

Also du kannst mir nicht erzählen, dass du zu open_basedir nichts gefunden hast. Da hatten wir hier in den letzten Tagen ja schon etliche Threads.
sploon
Posts: 57
Joined: 2004-01-05 14:41

Re: Confixx 3.1.2 BUGS | SSL und Upload :-(

Post by sploon »

Ist ja gut Sorry, ich wollte Dich hier nicht belästigen. :-(
sploon
Posts: 57
Joined: 2004-01-05 14:41

Re: Confixx 3.1.2 BUGS | SSL und Upload :-(

Post by sploon »

Ich denke die Pfade sollten nun stimmen, dennoch geht es leider noch nicht. Vielleicht bemüht sich ja doch noch einer. :-)
sploon
Posts: 57
Joined: 2004-01-05 14:41

Re: Confixx 3.1.2 BUGS | SSL und Upload :-(

Post by sploon »

Code: Select all

Warning: fopen(): open_basedir restriction in effect. File(/tmp/phpFpfRtU) is not within the allowed path(s): (.:/srv/www/htdocs/confixx:/srv/www/htdocs/phpMyAdmin:/srv/www/htdocs/confixx/tmp) in /srv/www/htdocs/confixx/html/ftplogin/ftp_index.php on line 64

Warning: fopen(/tmp/phpFpfRtU): failed to open stream: Operation not permitted in /srv/www/htdocs/confixx/html/ftplogin/ftp_index.php on line 64

Warning: filesize(): open_basedir restriction in effect. File(/tmp/phpFpfRtU) is not within the allowed path(s): (.:/srv/www/htdocs/confixx:/srv/www/htdocs/phpMyAdmin:/srv/www/htdocs/confixx/tmp) in /srv/www/htdocs/confixx/html/ftplogin/ftp_index.php on line 65

Warning: fread(): supplied argument is not a valid stream resource in /srv/www/htdocs/confixx/html/ftplogin/ftp_index.php on line 65

Warning: fclose(): supplied argument is not a valid stream resource in /srv/www/htdocs/confixx/html/ftplogin/ftp_index.php on line 66
OK: Datei Pond.jpg in das Verzeichnis /html/images/ hochgeladen. 
 
Ich habe nun auch den tmp Pfad mit eingefügt nur dennoch keine Verbesserung.
duergner
Posts: 923
Joined: 2003-08-20 11:30
Location: Pittsburgh, PA, USA

Re: Confixx 3.1.2 BUGS | SSL und Upload :-(

Post by duergner »

sploon wrote:

Code: Select all

Warning: fopen(): open_basedir restriction in effect. File(/tmp/phpFpfRtU) is not within the allowed path(s): (.:/srv/www/htdocs/confixx:/srv/www/htdocs/phpMyAdmin:/srv/www/htdocs/confixx/tmp) in /srv/www/htdocs/confixx/html/ftplogin/ftp_index.php on line 64
Ich habe nun auch den tmp Pfad mit eingefügt nur dennoch keine Verbesserung.
Dein open_basedir hat .:/srv/www/htdocs/confixx:/srv/www/htdocs/phpMyAdmin:/srv/www/htdocs/confixx/tmp und die Datei liegt in /tmp/phpFpfRtU. Siehst du /tmp in deinem open_basedir? Ich zumindest nicht. Also behebe diesen Fehler und gut ist.
Anonymous

Re: Confixx 3.1.2 BUGS | SSL und Upload :-(

Post by Anonymous »

Nach Confixx Install sehe ich in Confixx Vhost:

Code: Select all

  php_admin_value upload_tmp_dir /srv/www/htdocs/confixx/tmp
  php_admin_value open_basedir /srv/www/htdocs/confixx
Das ist genug fur korrekt Arbeit von Upload.


Warum haben Sie :

open_basedir = (.:/srv/www/htdocs/confixx:/srv/www/htdocs/phpMyAdmin)

und upload_tmp_dir = /tmp

?

Konnen Sie confixx_mhost.conf schreiben?

ist das Problem von Confixx Update vielleicht?


1. SSL = httpd Zusatzeinträge werden nicht übernommen oder auch erst nicht gespeichert
Dieses Zertifikat kann nicht bis zur Zertifizierungsstelle verifiziert werden!
ich verstehe nicht. Konnen Sie Problem ausführlich beschreiben?
neffe
Posts: 25
Joined: 2002-08-14 17:44
Location: Berlin
Contact:

Re: Confixx 3.1.2 BUGS | SSL und Upload :-(

Post by neffe »

Hallo,

die SSL Unterstützung in Confixx 3.1.x funktioniert generell nicht.

Problem ist, in der webXXX.conf stehen 2 vHost Einträge für Port 443, was bei SSL nicht zulässig ist.

An erster Stelle steht ein Blindeintrag nur mit der IP und ohne Domainnamen der die Sache zum scheitern bringt.

Der Apache nimmt bei SSL Verbindungen immer den 1. vHost wo IP und Port übereinstimmt, da er den Hostnamen (ServerName) nicht auswerten kann.

Unschöne Lösung: den 2. vHost direkt in die httpd.conf, noch vor den Confixx Include kopieren.


Gruß Neffe
Post Reply