A
A
Alexander2018-02-13 15:00:10
Apache HTTP Server
Alexander, 2018-02-13 15:00:10

Apache + WebDav folder access with authorization?

Friends, I have a question... Installed Apache + WebDav.
Site directory - /var/www/ustim.ru/htdocs
Folder with webdaw access - /var/www/ustim.ru/htdocs/geo

WebDav Setup
#WebDaw - доступ с авторизацией к папке "geo"
        Alias /var/www/ustim.ru/htdocs/geo /geo
        <Location /geo>
                Options Indexes
                DAV On
                AuthType Basic
                AuthName "webdav"
                AuthUserFile /etc/apache2/webdav.password
                Require valid-user
        </Location>

Owner / Group and Permissions on the folder are: www-data / www-data, rights 770.
So after authorization, the browser swears at the access rights " You don't have permission to access /geo/ on this server. "
Tell me where I made a mistake?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Chursin, 2019-07-08
@AndreyChursin

Were you able to resolve the issue?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question