Ok, ich hab jetzt in der httpd.conf geschaut, die war leer. Dann hab ich die zz010_psa_httpd.conf einen Ordner weiter gefunden, die enhielt, was ich bei der httpd.cong geändert hab...
Ich hab dann bei den Zeilen
[hiddenstatus=admin]
<Directory /var/www/vhosts/default/htdocs>
<IfModule mod_php4.c>
php_admin_flag engine on
php_admin_flag safe_mode on
php_admin_value open_basedir "/var/www/vhosts/default/htdocs:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag safe_mode on
php_admin_value open_basedir "/var/www/vhosts/default/htdocs:/tmp"
</IfModule>
</Directory>[/hiddenstatus]
das "/tmp" entfernt.
php.ini enthält
[hiddenstatus=admin]
; open_basedir, if set, limits all file operations to the defined directory
; and below. This directive makes most sense if used in a per-directory
; or per-virtualhost web server configuration file. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off. ; NOTE: this is considered a "broken" security measure.
;Applications relying on this feature will not rec
ieve full ;support by the security team. For more information please
; see /usr/share/doc/php5-common/README.Debian.security
; ;open_basedir =
[/hiddenstatus]
und
[hiddenstatus=admin]safe_mode = On[/hiddenstatus]
"Das einzige Problem beim Nichtstun ist, dass man nie weiß, wann man fertig ist." - Marcel Reich-Ranicki
Die Betreiber und die Moderatoren dieser Community distanzieren sich hiermit ausdrücklich von dem oben genannten Autor am 12.05.2010 - 23:50 Uhr verfassten Beitrag. Sollte dieser Beitrag Ihre Rechte verletzen bitten wir um Benachrichtigung.