typo3 Installation "Access forbidden"

Hallo!

Ich habe mal wieder ein Problem und hoffe, dass ihr mir wie schon so oft helfen könnt!

Die Schule hat einen neuen Webserver bekommen und ich habe die Ehre diesen aufzusetzen und typo3 für die Schulwebsite zu installieren. Ich habe einen Apache2 laufen und in der httpd.conf den DocumentRoot auf /www/htdocs geändert wobei /www eine bei der Installation angelegte Partition ist (OS ist auf einem RAID1+0 installiert, neue Partitionen sind auf einem RAID5). Der Zugriff funktioniert grundsätzlich auch.

Nun habe ich, wie in der INSTALL.txt von typo3 beschrieben einen Ordner "dummy" und einen Ordner "typo3_src-4.1.5" in /www/htdocs gemacht. Rechte habe ich wie beschrieben vergeben (in "dummy":
# chgrp -R www fileadmin typo3conf typo3temp uploads
# chmod -R g+w,o-rwx fileadmin typo3conf typo3temp uploads
)
"www" ist die Gruppe des Apache-Dämons laut httpd.conf.

Wenn ich nun im Browser http://localhost/dummy eingebe sollte der Installationsassistent kommen, stattdessen kommt "Access forbidden!

You don't have permission to access the requested object. It is either read-protected or not readable by the server.

If you think this is a server error, please contact the webmaster.
Error 403
"

Allerdings wird die URL in http://localhost/dummy/typo3/install/index.php?mode=123&step=1&password=joh316 geändert, also irgendwo dürfte doch was gemacht worden sein sonst würden da ja nicht plötzlich GET-Variablen stehen.

Ich glaube, dass da irgendwas mit den Einstellungen in httpd.conf nicht stimmt, aber was?!

Hier noch die Rechte der verschiedenen Dateien:
Code:
webserver:/www/htdocs/dummy # dir
total 48
-rw-r--r-- 1 root root 7087 Dec 14 15:09 INSTALL.txt
-rw-r--r-- 1 root root 7695 Dec 14 15:09 README.txt
-rw-r--r-- 1 root root  425 Dec 14 15:09 RELEASE_NOTES.txt
-rw-r--r-- 1 root root 5051 Dec 14 15:08 _.htaccess
-rw-r--r-- 1 root root   46 Dec 14 15:08 clear.gif
drwxrwx--- 4 root www  4096 Dec 14 15:09 fileadmin
lrwxrwxrwx 1 root root   19 Jan 21 15:10 index.php -> typo3_src/index.php
lrwxrwxrwx 1 root root   15 Jan 21 15:10 t3lib -> typo3_src/t3lib
lrwxrwxrwx 1 root root   15 Jan 21 16:16 typo3 -> typo3_src/typo3
lrwxrwxrwx 1 root root   18 Jan 21 15:10 typo3_src -> ../typo3_src-4.1.5
drwxrwx--- 4 root www  4096 Jan 21 16:18 typo3conf
drwxrwx--- 2 root www  4096 Dec 14 15:09 typo3temp
drwxrwx--- 5 root www  4096 Dec 14 15:09 uploads
webserver:/www/htdocs/dummy # cd ../typo3_src-4.1.5
webserver:/www/htdocs/typo3_src-4.1.5 # dir
total 296
-rw-r--r-- 1 root root 229335 Dec 14 15:08 ChangeLog
-rw-r--r-- 1 root root  18007 Dec 14 15:08 GPL.txt
-rw-r--r-- 1 root root   7087 Dec 14 15:09 INSTALL.txt
-rw-r--r-- 1 root root    465 Dec 14 15:08 LICENSE.txt
-rw-r--r-- 1 root root   6462 Dec 14 15:08 NEWS.txt
-rw-r--r-- 1 root root   7695 Dec 14 15:09 README.txt
-rw-r--r-- 1 root root    425 Dec 14 15:09 RELEASE_NOTES.txt
-rw-r--r-- 1 root root   2826 Dec 14 15:08 index.php
drwxr-xr-x 3 root root   4096 Dec 14 15:09 misc
drwxr-xr-x 6 root root   4096 Dec 14 15:09 t3lib
drwxr-xr-x 8 root root   4096 Jan 21 15:57 typo3

In der error_log vom apache2 steht in dem Zusammenhang nur:
[Mon Jan 21 16:18:35 2008] [error] [client 192.168.1.3] Symbolic link not allowed or link target not accessible: /www/htdocs/dummy/typo3, referer: http://192.168.1.4/dummy/

und das mehrmals.

lg

RemoteC

PS: Bei sämtlichen Datein und Ordner ein chmod a+rwx bringt auch nichts, das habe ich schon probiert.
 
Zurück
Oben