smutas
13.01.07, 18:14
Witam,
wlasnie probuje postawic server na Apache - i mam problem :-( Po podaniu
localhost pojawia sie strona mowiaca, ze nie mam wyatarczajacych
"permissions". Co ciekawe katalog ze stronami www pokazuje: drwxr-xr-x 3 root
root 4096 2007-01-08 21:28 htdocs a nasluch dla pewnosci ustawilem:
Listen 80
Listen 8080
Listen 8001
ta czesc httpd.conf troszke mnie martwi
# forbid access to the entire filesystem by default
<Directory />
Options None
AllowOverride None
Order deny,allow
Deny from all
</Directory>
# use .htaccess files for overriding,
AccessFileName .htaccess
# and never show them
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
# List of resources to look for when the client requests a directory
DirectoryIndex index.html index.html.var
Wiec co robie zle????
pozdro S.