hi, i have a problem with non local acces to the fedora console, and all other FDS application (dsgw, etc) i always get http error code 401 (authorization required) my /opt/fedora-ds/admin-serv/config/httpd.conf <Directory /opt/fedora-ds> Options Indexes FollowSymLinks AllowOverride None Order deny,allow Deny from all </Directory> denies access from anywhere but in my /opt/fedora-ds/admin-serv/config/admserv.conf more specific <directory> clauses grant access to application like this: <Directory "/opt/fedora-ds/clients/dsgw/bin/"> AllowOverride None Options None Order allow,deny Allow from all NESCompatEnv on </Directory> if i understand the: Order allow,deny Allow from all above, should grant me acces from anywhere ... but i always get 401 error. what i?m missing here ? thanks in advanced, yoandy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.fedoraproject.org/pipermail/389-users/attachments/20061030/96809260/attachment.html