Hallo,
habe den V-Server mit Debian Confixx Bundle.
Aber immer das Gleiche Problem:
Ich möchte für einen "Kunden" Typo3 aufsetzten. das Funktioniert auch soweit, nur schon bei der Installation werde ich nach einem Passwort gefragt das ist nicht Normal.
Ich hatte das Problem schon bei einem anderen Server, da lag es daran das Der Ordner für die Sessions die Falschen Rechte hatte.
Ich habe zunächst den Ordner /var/lib/php5 auf chmod 777 gesetzt -> nichts
dann habe ich bei Confixx im Adminpanel bei den HTTPD Spezials folgendes eingetragen: php_admin_value session.save_path /var/www//##user##/phptmp
wieder nichts.
/var/www/user/phptmp auf 777 -> nix
/var/www/user/phptmp als owner user:www-data ->Nix
/var/www/user/phptmp als owner www-data:user ->Nix
/var/www/user/phptmp als owner www-data:www-data ->Nix
/var/www/user/phptmp als owner user:user ->Nix
Ich bin schier am Verzweifeln, wie gesagt ich habe auch einen anderen V-Server da hab ich das Problem nicht,
Der Support konnte mir auch nicht helfen !
In der PHPinfo steht jetzt :
session.save_path /var/www/user/phptmp
session.cookie_path /
Was könnte das den sein ?
Gruß
Robert Maus
PHP Sessions
-
- Project Manager
- Posts: 11190
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: PHP Sessions
Eigentlich müsste es für mod_php (leider) so aussehen:
/var/www/user/phptmp 0750 www-data:www-data
Und für PHP-FCGI beziehungsweise suexec/suphp so:
/var/www/user/phptmp 0750 user:www-data
/var/www/user/phptmp 0750 www-data:www-data
Und für PHP-FCGI beziehungsweise suexec/suphp so:
/var/www/user/phptmp 0750 user:www-data
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.