Hallo,
ich habe einen neuen VPS (von abaton) und bin gerade dabei den Webserver und TYPO3 richtig zu konfigurieren. Leider habe ich mit safe_mode noch ziemliche Probleme.
Was habe ich getan?
php.ini:
Code:
safe_mode = On
safe_mode_gid = Off
safe_mode_exec_dir = /var/www/safe_mode_exec/
;open_basedir = /var/www/
Problem 1 open_basedir habe ich, wie ihr seht, schon wieder auskommentiert - das hat nicht rekursiv funktioniert. D.h. files die direkt in /var/www/ liegen, habe ich aufrufen können, alles was tiefer liegt aber nicht.
Seit es auskommentiert ist, funktioniert das mal - ist aber natürlich nicht wirklich die ultimative Lösung.
Problem 2 safe_mode ist auf On, ein exec_dir habe ich gesetzt. Darin sind symlinks auf die benötigten binaries gesetzt:
Code:
lrwxrwxrwx 1 root root 24 2007-10-12 12:03 composite -> /usr/X11R6/bin/composite
lrwxrwxrwx 1 root root 22 2007-10-12 11:40 convert -> /usr/X11R6/bin/convert
lrwxrwxrwx 1 root root 13 2007-10-12 11:52 diff -> /usr/bin/diff
lrwxrwxrwx 1 root root 15 2007-10-12 11:39 exim4 -> /usr/sbin/exim4
lrwxrwxrwx 1 root root 23 2007-10-12 11:40 identify -> /usr/X11R6/bin/identify
lrwxrwxrwx 1 root root 16 2007-10-12 11:53 pdfinfo -> /usr/bin/pdfinfo
lrwxrwxrwx 1 root root 18 2007-10-12 11:53 pdftotext -> /usr/bin/pdftotext
lrwxrwxrwx 1 root root 8 2007-10-12 11:52 tar -> /bin/tar
lrwxrwxrwx 1 root root 14 2007-10-12 11:53 unzip -> /usr/bin/unzip
Trotzdem sagt mir die TYPO3-Installation "No ImageMagick installation available".
Hat jemand von euch eine
Lösung dafür?
(Ich habe php5 und TYPO3 4.1.2 im Einsatz.)
Es wäre schon optimal, wenn sowohl open_basedir als auch safe_mode aktiviert wären.
lg steffi