(10-04-2010 05:01 PM)BeNe Wrote: Wie stehen denn die User-Rechte auf dem Verzeichniss ?
Was bekommst Du im Debug-Modus zu sehen wenn Du per FTP einen Ordner anlegst ?
Greez BeNe
Danke erstmal für die Antwort. Also Nutzerrechte des Ordners
aerisdesign.de / 0770
group: apache[81]
user: vu10001[10001]
Und hier das Debug Log beim Anlegen eines Ordners:
Code:
ftp> open aerisdesign.de
Verbindung mit aerisdesign.de wurde hergestellt.
220 ProFTPD 1.3.3a Server (h896586.serverkompetenz.net) [81.169.156.130]
Benutzer (aerisdesign.de:(none)): plexx@aerisdesign.de
331 Password required for plexx@aerisdesign.de
Kennwort:
230 User plexx@aerisdesign.de logged in
ftp> mkdir testdir
257 "/testdir" - Directory successfully created
ftp> cd testdir
550 testdir: No such file or directory
Code:
81.169.156.130 (188.100.10.149[188.100.10.149]) - USER plexx@aerisdesign.de: Login successful.
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching PRE_CMD command 'XMKD testdir' to mod_tls
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching PRE_CMD command 'XMKD testdir' to mod_core
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching PRE_CMD command 'XMKD testdir' to mod_core
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching PRE_CMD command 'XMKD testdir' to mod_quotatab
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching CMD command 'XMKD testdir' to mod_core
81.169.156.130 (188.100.10.149[188.100.10.149]) - in dir_check_full(): path = '/testdir', fullpath = '/var/www/virtual/aerisdesign.de/testdir'.
81.169.156.130 (188.100.10.149[188.100.10.149]) - in dir_check_full(): setting umask to 0022 (was 0022)
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching POST_CMD command 'XMKD testdir' to mod_sql
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching POST_CMD command 'XMKD testdir' to mod_quotatab
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching LOG_CMD command 'XMKD testdir' to mod_sql
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching LOG_CMD command 'XMKD testdir' to mod_log
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching PRE_CMD command 'CWD testdir' to mod_tls
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching PRE_CMD command 'CWD testdir' to mod_core
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching PRE_CMD command 'CWD testdir' to mod_core
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching CMD command 'CWD testdir' to mod_core
81.169.156.130 (188.100.10.149[188.100.10.149]) - in dir_check_full(): path = '/testdir', fullpath = '/var/www/virtual/aerisdesign.de/testdir'.
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching POST_CMD_ERR command 'CWD testdir' to mod_sql
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching LOG_CMD_ERR command 'CWD testdir' to mod_sql
81.169.156.130 (188.100.10.149[188.100.10.149]) - dispatching LOG_CMD_ERR command 'CWD testdir' to mod_log
Der angelegte Ordner hat folgende Rechte:
testdir - 0755
group: vu10001 [10001]
user: vu10001 [10001]
Gruß