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
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
-- Fedora-directory-users mailing list Fedora-directory-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users