<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt">hi, <br><br>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)<br><br>my /opt/fedora-ds/admin-serv/config/httpd.conf <br><br><Directory /opt/fedora-ds><br>    Options Indexes FollowSymLinks<br>    AllowOverride None<br>    Order deny,allow<br>    Deny from all<br></Directory><br><br>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:<br><br><Directory "/opt/fedora-ds/clients/dsgw/bin/"><br>    AllowOverride None<br>    Options None<br>    Order
 allow,deny<br>    Allow from all<br>    NESCompatEnv on<br></Directory><br><br>if i understand the:<br><br>    Order allow,deny<br>
    Allow from all<br><br>above, should grant me acces from anywhere ... but i always get 401 error.<br><br>what i´m missing here ?<br><br>thanks in advanced, yoandy<br></div><br></body></html>