ja, richtig, was du angenommen hast.
ich nutze fastcgi.
Hier Ausschnitte (ich habs nunter /var/www/webapps/typo3/... - aber früher war's /var/www/typo3 - macht ja keinen Unterschied mehr...)
Code:
# ls -la /var/www/webapps/
drwxr-xr-x 10 root root 4096 2010-07-01 13:31 typo3
# ls -la /var/www/webapps/typo3/
lrwxrwxrwx 1 root root 16 2009-10-23 10:09 typo3_src-4.1 -> typo3_src-4.1.13
drwxr-xr-x 5 root root 4096 2009-10-23 10:07 typo3_src-4.1.13
lrwxrwxrwx 1 root root 16 2010-02-24 18:43 typo3_src-4.2 -> typo3_src-4.2.12
drwxr-xr-x 5 root root 4096 2010-03-17 02:28 typo3_src-4.2.12
lrwxrwxrwx 1 root root 15 2010-04-09 12:12 typo3_src-4.3 -> typo3_src-4.3.3
drwxr-xr-x 5 root root 4096 2010-03-17 02:28 typo3_src-4.3.2
drwxr-xr-x 5 root root 4096 2010-04-09 12:13 typo3_src-4.3.3
lrwxrwxrwx 1 root root 15 2010-07-01 13:22 typo3_src-4.4 -> typo3_src-4.4.0
drwxr-xr-x 5 root root 4096 2010-07-01 13:20 typo3_src-4.4.0
# ls -la /var/www/webapps/typo3/typo3_src-4.4.0/
-rw-r--r-- 1 root root 613639 2010-06-22 17:36 ChangeLog
-rw-r--r-- 1 root root 18007 2010-06-22 17:36 GPL.txt
-rw-r--r-- 1 root root 2919 2010-06-22 17:36 index.php
-rw-r--r-- 1 root root 7087 2010-06-22 17:36 INSTALL.txt
-rw-r--r-- 1 root root 849 2010-06-22 17:36 LICENSE.txt
drwxr-xr-x 2 root root 4096 2010-06-22 17:36 misc
-rw-r--r-- 1 root root 15375 2010-06-22 17:36 NEWS.txt
-rw-r--r-- 1 root root 7695 2010-06-22 17:36 README.txt
-rw-r--r-- 1 root root 241 2010-06-22 17:36 RELEASE_NOTES.txt
drwxr-xr-x 15 root root 4096 2010-06-22 17:36 t3lib
lrwxrwxrwx 1 root root 9 2010-07-01 13:20 t3.php -> ../t3.php
drwxr-xr-x 13 root root 4096 2010-06-22 17:36 typo3
-rw-r--r-- 1 root root 0 2008-04-19 19:01 typo3.440
ggf. mal php-error log in der php.ini (der Domain) einschalten und da schauen...
wichtig: bei Änderungen der php.ini müssen alle PHP-Prozesse dieses Kunden gekillt werden.
I.d.R. geht auch ein Apache restart. Sonst klappts nicht gut.
/J