Hallo Denny,

Monday, July 28, 2003, 12:52:18 PM, you wrote:

DS> Hi,

DS> Hat sich da was ge�ndert, von Apache 1.3 zu 2.0?

DS> <VirtualHost *>
DS> ServerName linuxweb.cst-it.local
DS> ServerAlias linuxweb.cst-it.local  linuxweb
DS> DocumentRoot /home/httpd/linuxweb/htdocs
DS> CheckSpelling On
DS> ServerAdmin [EMAIL PROTECTED]
DS> <Directory "/home/httpd/linuxweb/htdocs">
DS> DirectoryIndex index.htm index.html index.php
DS> order deny,allow
DS> </Directory>
DS> <Directory "/">
DS>   Options -All -Multiviews
DS>   AllowOverride None
DS>   Order deny,allow
DS>   Deny from all
DS> </Directory>
DS> </VirtualHost>

DS> Wenn ich auf http://linuxweb gehe, bekomme ich nur einen "permission
DS> denied" auf "/" Mit dem alten geht�s.


DS> Cu denny

Ist logisch, das du ein Permission denied bekommst! 

Probiere mal:
<VirtualHost *>
ServerName linuxweb.cst-it.local
ServerAlias linuxweb.cst-it.local  linuxweb
DocumentRoot /home/httpd/linuxweb/htdocs
CheckSpelling On
ServerAdmin [EMAIL PROTECTED]
<Directory "/home/httpd/linuxweb/htdocs">
DirectoryIndex index.htm index.html index.php
</Directory>
<Directory "/">
Options -All -Multiviews
AllowOverride None
</Directory>
</VirtualHost>

Deine Deny Klausel hat alles verboten, von Localhost bis zu jeder IP ;). Wenn du die 
Klauseln drin haben willst, dann trage bitte ein "Allow from localhost, <IP-ADRESSE>" 
dann sollte es auch schon gehen!

-- 
Best regards,
 Sascha                            mailto:[EMAIL PROTECTED]

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Antwort per Email an