htaccess funktioniert nicht - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega International Area (/forum-22.html) +--- Forum: German Corner (/forum-26.html) +--- Thread: htaccess funktioniert nicht (/thread-3401.html) |
htaccess funktioniert nicht - Slowman - 05-30-2008 01:42 AM Ich habe im Apache2 die htaccess eingestellt bzw. angepasst, nun wollte ich ein Verzeichnisschutz erstellen und bekomme diesen Fehler über ispCP PHP Code: Warning: ftp_rawlist() [function.ftp-rawlist]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/ispcp/gui/:/etc/ispcp/:/var/run/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/) in /var/www/ispcp/gui/include/vfs.php on line 260 In der Zeile 260 in der vfs.php steht folgendes: $list = ftp_rawlist($this->_handle, '-a ' . $dirname, false); Kann mir da Jemand weiterhelfen ? RE: htaccess funktioniert nicht - gOOvER - 05-30-2008 02:53 AM Nimm mal /tmp in das open_base Dir mit auf und versuch es nochmal. Apache restart net vergessen. RE: htaccess funktioniert nicht - Slowman - 05-30-2008 02:56 AM Im ispCP-Verzeichnis ? RE: htaccess funktioniert nicht - gOOvER - 05-30-2008 02:59 AM ja, sieht mal nach der php.ini aus RE: htaccess funktioniert nicht - Slowman - 05-30-2008 03:02 AM open_basedir = "/var/www/virtual/xxx/:/usr/share/php/:/tmp" Funzt nicht RE: htaccess funktioniert nicht - gOOvER - 05-30-2008 02:03 PM Nein, das sollte in die ini rein, die für die GUI ist. |