Hallo,
ich habe einen Suse 9.3 LAMP Server
linux:~ # suexec2 -V
-D AP_DOC_ROOT="/srv/www"
-D AP_GID_MIN=96
-D AP_HTTPD_USER="wwwrun"
-D AP_LOG_EXEC="/var/log/apache2/suexec.log"
-D AP_SAFE_PATH="/usr/local/bin:/usr/bin:/bin"
-D AP_UID_MIN=96
-D AP_USERDIR_SUFFIX="public_html"
Das Buch TYPO3 PRAXISWISSEN
In er defaultserver.conf
Options FollowSymLinks
AllowOverride ALL
#############################
In httpd.conf
# forbid access to the entire filesystem by default
<Directory>
Options None
AllowOverride ALL
Order deny,allow
Deny from all
</Directory>
#############################
Zu guter letzt noch das Typo3 Praxiswissen
Packete
dummy-4.0.tar.gz
typo3_src-4.0.tar.gz
Das alles in /srw/www/htdocs entpackt.
nun die Rechte auf
chmod -R 0775 typo3 "und testweise auf 0777"
chown -R root typo3
chown -R root typo3
linux:/srv/www/htdocs/typo3 # ls -l
drwxrwxrwx 6 root root 448 Apr 7 02:18 dummy-4.0
drwxrwxrwx 5 root root 368 Apr 7 02:18 typo3_src-4.0
Nach dem aufruf von
http://192.168.50.233:8080/typo3/typ...tall/index.php
localconf.php is not found!
Also kopierte ich das dummy-4.0 ins typo3_src-4.0 verzeichnis
cp -R dummy-4.0/ typo3_src-4.0/
Ergab wieder eine Fehlermeldung
localconf.php is not found!
Im apache log
[Thu Jul 13 16:07:41 2006] [error] [client 192.168.50.5] File does not exist: /srv/www/htdocs/typo3/typo3_src-4.0/typo3/typo3
???
Hat jemand einen Tipp??