Ja, so eine "Ferndiagnose" ist nicht einfach.
Hast Du diesen Container jetzt zusätzlich eingefügt, oder den bestehenden modifiziert?
Zunächst müßte ein "default" container kommen. Etwa so:
First, we configure the "default" to be a very restrictive set of
features.
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>Dann deine eigenen Definationen:
This should be changed to whatever you set DocumentRoot to.
<Directory "/home/....">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride AllOrder allow,deny
Allow from all</Directory>
Ansonsten bin ich mit meinem Latain am Ende :-(
puhhhhh da bin ich jetzt völlig überfragt.
Zunächst müßte ein "default" container kommen. Etwa so:
First, we configure the "default" to be a very restrictive set of
features.
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>
das steht bei mir nicht in der httpd.conf
alles was bei mir in der httpd.conf steht ist das.
This is here for backwards compatability reasons and to support
# installing 3rd party modules directly via apxs2, rather than
# through the /etc/apache2/mods-{available,enabled} mechanism.
#LoadModule mod_placeholder /usr/lib/apache2/modules/mod_placeholder.so
<Directory>
AllowOverride All
</Directory>
merh steht in der /etc/apache2/httpd.conf nicht.
das ist ziehemlich wenig oder?
die <Directory> habe ich angelegt.
mfg maeggi