Меню

Были обнаружены ошибки конфигурации nextcloud

При работе в Nextcloud возникают ошибки.
Для их устранения необходимо перевести облачное хранилище в режим обслуживания. Сделаем это с помощью утилиты occ находящаяся в корне web-проекта.

Переводим в режим обслуживания выполнив команду:

# sudo -u www-data php occ maintenance:mode --on

Для отключения режима обслуживания выполним команду:

# sudo -u www-data php occ maintenance:mode --off

В режиме обслуживания на Desktop-клиентах будет запрошен пароль пользователя.

Ошибка «File is locked»

Ошибка при использовании серверов с медленной дисковой подсистемой.
Для исправления потребует перевести хранилища в режим обслуживания и выполненить SQL-запрос по очистке таблицы блокировок.

> delete from oc_file_locks;

Ошибка «Файл был удален с сервера» («File was deleted from server»)

Это довольно распространенная не блокирующая ошибка и синхронизация будет продолжаться, но в логах клиента будут присутствовать соответствующие ошибки.

Для устранения этой ошибки необходимо воспользоваться встроенной функцией сканирования файлового хранилища. Эта функция может быть запущена для всех пользователей:

# sudo -u www-data php occ files:scan --all

Это доволно длительная операция и зависящая от того сколько пользователей и файлов и для устранения проблем у одного пользователя можно указать вместо параметра его имя или идентификатор из Active Directory:

# sudo -u www-data php occ files:scan 2718B513-40C2-497A-8461-5CA930CEC4E9

Если вам известно расположение сбойного файла, то можно указать какой каталог требуется пересканировать:

# sudo -u www-data php occ files:scan 2718B513-40C2-497A-8461-5CA930CEC4E9 
--path="2718B513-40C2-497A-8461-5CA930CEC4E9/files_versions/"

Когда штатные средства не помогают, придется удалить записи о файлах напрямую из базы данных, подключаемся базе данных mysql и выполняем запрос файлового идентификатора искомого файла.

> select fileid,path from oc_filecache where path like '%data/4.%';

Где, ‘%data/4.%’ — это запрос части имени файла вызывающего ошибку.

Следующим этапом удаляем идентификаторы сбойных файлов:

> delete from oc_filecache where fileid=589434;

589434 — соответственно идентификатор сбойного файла.

Ошибка «Precondition failed (An If-Match header was specified and the resource did not exist)»

Ошибка возникает на стороне клиента и оптимальным решением является переместить файл на временное хранение в другой каталог и после окончания синхронизации переместить файл обратно.

NextCloud: Предупреждения о текущей конфигурации

После установки NexCloud из appliance, в настройках и общих сведениях имеются так называемае проблемы с конфишурацией. Сегодня их будем устранять. Начнем с самого простого — обновление пакета до актуальной версии, темболее в этом нет ничего сложного. Достаточно просто в Web интерфейсе нажать пару кнопок.

В меню администратора, Параметры сервера -> общие сведения висит информация о доступном обновлении

Next cloud сообщение о обновлении

Сложностей быть не доолжно, для обновления достаточно нажить кнопку «Открыть окно обновления», после чего «Start Update». После чего в автоматическом режиме будет выполнено резервное копирование, а затем скачка и обновление до актуальной версии.

После обновления, можно перейти к устранению других проблемм и предупреждений о текущей конфигурации.

NextCloud предупреждения о текущей конфигурации

Первая ошибка «Не указан регион размещения этого сервера Nextcloud». Для ее решения нужно изменить конфигурационный файл, а именно добавить параметр ‘default_phone_region’. Открываем консоль к серверу, запускаем редактирование конфига и добавляем строчку «‘default_phone_region’ => ‘RU’,»

# nano /var/www/nextcloud/config/config.php

NextClod Config

Следующее предупреждение «В базе данных отсутствуют некоторые индексы.» в этом же сообщении есть и решение этой проблемы. Опять идем в консоль и выполняем команду

# sudo -u www-data php /var/www/nextcloud/occ db:add-missing-indices

Результат выполнения

NextCloud индексы

Следом предупреждение «Некоторые индексы базы данных не были преобразованы в тип big int.», все в тожей консольке команду

# sudo -u www-data php /var/www/nextcloud/occ db:convert-filecache-bigint

В процессе будет задан вопрос, на который нужно ответить утвердительно

NextCloud bigint

Следом предупреждение «В системе не установлены рекомендуемые модули PHP.», в частности imagick, нужно установить модуль:

# apt istall php-imagick imagemagick

Собствено все имеющиеся у меня предупреждения устранены.

Steps to reproduce

  1. Install Nextcloud using command line
  2. After instalation try to delete non-needed default files
  3. Fails with browser, sync application

Expected behaviour

I would have been able to delete and add files.

Actual behaviour

Everything failing, browser says nothing, and sync app says:

Screenshot

Server configuration

Operating system:
Debian 8

Web server:
Apache 2

Database:
MySQL

PHP version:
5.6.33-0+deb8u1

Nextcloud version: (see Nextcloud admin page)
13.0.2

Updated from an older Nextcloud/ownCloud or fresh install:
Fresh install

Where did you install Nextcloud from:
nextcloud official website

Signing status:

Signing status

No errors have been found.

List of activated apps:

App list
«`
Enabled:
— activity: 2.6.1
— bruteforcesettings: 1.0.3
— calendar: 1.6.1
— comments: 1.3.0
— contacts: 2.1.3
— dav: 1.4.6
— encryption: 2.0.0
— federatedfilesharing: 1.3.1
— federation: 1.3.0
— files: 1.8.0
— files_sharing: 1.5.0
— files_texteditor: 2.5.1
— files_trashbin: 1.3.0
— files_versions: 1.6.0
— files_videoplayer: 1.2.0
— firstrunwizard: 2.2.1
— gallery: 18.0.0
— logreader: 2.0.0
— lookup_server_connector: 1.1.0
— nextcloud_announcements: 1.2.0
— notifications: 2.1.2
— oauth2: 1.1.0
— password_policy: 1.3.0
— provisioning_api: 1.3.0
— serverinfo: 1.3.0
— sharebymail: 1.3.0
— socialsharing_email: 1.0.3
— survey_client: 1.1.0
— systemtags: 1.3.0
— theming: 1.4.4
— twofactor_backupcodes: 1.2.3
— updatenotification: 1.3.0
— workflowengine: 1.3.0
«`

Nextcloud configuration:

Config report

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "files.samip.fi"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "http://localhost",
        "dbtype": "mysql",
        "version": "13.0.2.1",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "maintenance": false
    }
}

Are you using external storage, if yes which one: local/smb/sftp/…
No

Are you using encryption: yes/no
Yes

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/…
No

Client configuration

Browser:
Firefox 60.0.1 (64-bit)

Operating system:
Windows 10

Logs

Web server error log

Web server error log

[Fri May 25 02:54:51.794124 2018] [autoindex:error] [pid 32151:tid 3740799035136] [client <IPv6-ADDRESS-CENSORED>:48112] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 02:54:54.026892 2018] [access_compat:error] [pid 32151:tid 3740808410880] [client <IPv6-ADDRESS-CENSORED>:48192] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/index.php
[Fri May 25 02:54:54.027220 2018] [autoindex:error] [pid 32151:tid 3740808410880] [client <IPv6-ADDRESS-CENSORED>:48192] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 02:55:00.387064 2018] [access_compat:error] [pid 32151:tid 3740825995008] [client <IPv6-ADDRESS-CENSORED>:48492] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/index.php
[Fri May 25 02:55:00.387453 2018] [autoindex:error] [pid 32151:tid 3740825995008] [client <IPv6-ADDRESS-CENSORED>:48492] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 02:55:07.648162 2018] [access_compat:error] [pid 32151:tid 3741038806784] [client <IPv6-ADDRESS-CENSORED>:48758] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/index.php
[Fri May 25 02:55:07.648549 2018] [autoindex:error] [pid 32151:tid 3741038806784] [client <IPv6-ADDRESS-CENSORED>:48758] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 02:55:12.968438 2018] [core:crit] [pid 32151:tid 3740808410880] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:48988] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 02:55:17.277842 2018] [core:crit] [pid 32151:tid 3740729218816] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:49152] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 02:55:29.097826 2018] [core:crit] [pid 32151:tid 3741180827392] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:49546] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 02:56:01.491981 2018] [access_compat:error] [pid 32151:tid 3740638271232] [client <IPv6-ADDRESS-CENSORED>:50806] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/ocs/v2.php
[Fri May 25 02:56:01.492370 2018] [autoindex:error] [pid 32151:tid 3740638271232] [client <IPv6-ADDRESS-CENSORED>:50806] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 02:56:02.488297 2018] [access_compat:error] [pid 32151:tid 3741128419072] [client <IPv6-ADDRESS-CENSORED>:50846] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/ocs/v2.php
[Fri May 25 02:56:02.488682 2018] [autoindex:error] [pid 32151:tid 3741128419072] [client <IPv6-ADDRESS-CENSORED>:50846] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 02:56:02.989914 2018] [access_compat:error] [pid 32151:tid 3740896470784] [client <IPv6-ADDRESS-CENSORED>:50864] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/ocs/v2.php
[Fri May 25 02:56:02.990268 2018] [autoindex:error] [pid 32151:tid 3740896470784] [client <IPv6-ADDRESS-CENSORED>:50864] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 02:56:03.437206 2018] [access_compat:error] [pid 32151:tid 3741119448832] [client <IPv6-ADDRESS-CENSORED>:50882] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/ocs/v2.php
[Fri May 25 02:56:03.437546 2018] [autoindex:error] [pid 32151:tid 3741119448832] [client <IPv6-ADDRESS-CENSORED>:50882] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 02:56:04.468103 2018] [access_compat:error] [pid 32151:tid 3740647089920] [client <IPv6-ADDRESS-CENSORED>:50930] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/ocs/v2.php
[Fri May 25 02:56:04.468482 2018] [autoindex:error] [pid 32151:tid 3740647089920] [client <IPv6-ADDRESS-CENSORED>:50930] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 02:56:28.872598 2018] [core:crit] [pid 32151:tid 3741119448832] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:52088] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 02:56:38.227468 2018] [core:crit] [pid 32151:tid 3740764317440] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:52558] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 02:56:46.134918 2018] [core:crit] [pid 32151:tid 3740692653824] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:52802] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 02:57:01.079870 2018] [core:crit] [pid 32151:tid 3741251434240] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:53496] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 02:57:09.616049 2018] [core:crit] [pid 32151:tid 3741327640320] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:47866] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 02:57:24.527515 2018] [core:crit] [pid 32151:tid 3741206984448] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:48454] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 02:57:55.273419 2018] [access_compat:error] [pid 32151:tid 3740755728128] [client <IPv6-ADDRESS-CENSORED>:49720] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/ocs/v2.php
[Fri May 25 02:57:55.273758 2018] [autoindex:error] [pid 32151:tid 3740755728128] [client <IPv6-ADDRESS-CENSORED>:49720] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 02:57:56.724951 2018] [access_compat:error] [pid 32151:tid 3740905355008] [client <IPv6-ADDRESS-CENSORED>:49782] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/ocs/v2.php
[Fri May 25 02:57:56.725348 2018] [autoindex:error] [pid 32151:tid 3740905355008] [client <IPv6-ADDRESS-CENSORED>:49782] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 02:58:42.354289 2018] [core:crit] [pid 32151:tid 3741198284544] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:52550] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 02:58:46.993585 2018] [core:crit] [pid 32151:tid 3740940932864] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:52906] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 02:58:49.584155 2018] [access_compat:error] [pid 32151:tid 3741110175488] [client <IPv6-ADDRESS-CENSORED>:53072] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/index.php
[Fri May 25 02:58:49.584484 2018] [autoindex:error] [pid 32151:tid 3741110175488] [client <IPv6-ADDRESS-CENSORED>:53072] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 02:58:50.368691 2018] [access_compat:error] [pid 32151:tid 3741128419072] [client <IPv6-ADDRESS-CENSORED>:53140] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/index.php
[Fri May 25 02:58:50.369067 2018] [autoindex:error] [pid 32151:tid 3741128419072] [client <IPv6-ADDRESS-CENSORED>:53140] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 02:59:05.734193 2018] [access_compat:error] [pid 32151:tid 3740853008128] [client <IPv6-ADDRESS-CENSORED>:53914] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/index.php
[Fri May 25 02:59:05.734520 2018] [autoindex:error] [pid 32151:tid 3740853008128] [client <IPv6-ADDRESS-CENSORED>:53914] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:07.574428 2018] [access_compat:error] [pid 32151:tid 3741155059456] [client <IPv6-ADDRESS-CENSORED>:60444] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:07.574843 2018] [autoindex:error] [pid 32151:tid 3741155059456] [client <IPv6-ADDRESS-CENSORED>:60444] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:07.640673 2018] [access_compat:error] [pid 32151:tid 3740879070976] [client <IPv6-ADDRESS-CENSORED>:60446] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:07.641020 2018] [autoindex:error] [pid 32151:tid 3740879070976] [client <IPv6-ADDRESS-CENSORED>:60446] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:07.692490 2018] [access_compat:error] [pid 32151:tid 3741021337344] [client <IPv6-ADDRESS-CENSORED>:60448] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:07.692830 2018] [autoindex:error] [pid 32151:tid 3741021337344] [client <IPv6-ADDRESS-CENSORED>:60448] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:07.752776 2018] [access_compat:error] [pid 32151:tid 3740949509888] [client <IPv6-ADDRESS-CENSORED>:60456] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:07.753166 2018] [autoindex:error] [pid 32151:tid 3740949509888] [client <IPv6-ADDRESS-CENSORED>:60456] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:07.769986 2018] [access_compat:error] [pid 32151:tid 3740656506624] [client <IPv6-ADDRESS-CENSORED>:60458] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:07.770345 2018] [autoindex:error] [pid 32151:tid 3740656506624] [client <IPv6-ADDRESS-CENSORED>:60458] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:07.828302 2018] [access_compat:error] [pid 32151:tid 3740914231040] [client <IPv6-ADDRESS-CENSORED>:60460] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:07.828629 2018] [autoindex:error] [pid 32151:tid 3740914231040] [client <IPv6-ADDRESS-CENSORED>:60460] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:07.898265 2018] [access_compat:error] [pid 32151:tid 3740985313024] [client <IPv6-ADDRESS-CENSORED>:60464] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:07.898623 2018] [autoindex:error] [pid 32151:tid 3740985313024] [client <IPv6-ADDRESS-CENSORED>:60464] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:08.038809 2018] [access_compat:error] [pid 32151:tid 3740994672384] [client <IPv6-ADDRESS-CENSORED>:60470] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:08.039139 2018] [autoindex:error] [pid 32151:tid 3740994672384] [client <IPv6-ADDRESS-CENSORED>:60470] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:14.792413 2018] [access_compat:error] [pid 32151:tid 3740710930176] [client <IPv6-ADDRESS-CENSORED>:60760] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:14.792772 2018] [autoindex:error] [pid 32151:tid 3740710930176] [client <IPv6-ADDRESS-CENSORED>:60760] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:14.845042 2018] [access_compat:error] [pid 32151:tid 3740638271232] [client <IPv6-ADDRESS-CENSORED>:60766] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:14.845413 2018] [autoindex:error] [pid 32151:tid 3740638271232] [client <IPv6-ADDRESS-CENSORED>:60766] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:14.907512 2018] [access_compat:error] [pid 32151:tid 3740843882240] [client <IPv6-ADDRESS-CENSORED>:60774] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:14.907867 2018] [autoindex:error] [pid 32151:tid 3740843882240] [client <IPv6-ADDRESS-CENSORED>:60774] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:14.958783 2018] [access_compat:error] [pid 32151:tid 3740720125696] [client <IPv6-ADDRESS-CENSORED>:60778] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:14.959119 2018] [autoindex:error] [pid 32151:tid 3740720125696] [client <IPv6-ADDRESS-CENSORED>:60778] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:14.977760 2018] [access_compat:error] [pid 32151:tid 3740647089920] [client <IPv6-ADDRESS-CENSORED>:60782] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:14.978094 2018] [autoindex:error] [pid 32151:tid 3740647089920] [client <IPv6-ADDRESS-CENSORED>:60782] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:15.042139 2018] [access_compat:error] [pid 32151:tid 3740692653824] [client <IPv6-ADDRESS-CENSORED>:60784] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:15.042476 2018] [autoindex:error] [pid 32151:tid 3740692653824] [client <IPv6-ADDRESS-CENSORED>:60784] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:15.095036 2018] [access_compat:error] [pid 32151:tid 3741224720128] [client <IPv6-ADDRESS-CENSORED>:60788] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:15.095367 2018] [autoindex:error] [pid 32151:tid 3741224720128] [client <IPv6-ADDRESS-CENSORED>:60788] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:15.173597 2018] [access_compat:error] [pid 32151:tid 3740790302464] [client <IPv6-ADDRESS-CENSORED>:60796] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:15.173924 2018] [autoindex:error] [pid 32151:tid 3740790302464] [client <IPv6-ADDRESS-CENSORED>:60796] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:15.213255 2018] [access_compat:error] [pid 32151:tid 3740940932864] [client <IPv6-ADDRESS-CENSORED>:60800] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:15.213579 2018] [autoindex:error] [pid 32151:tid 3740940932864] [client <IPv6-ADDRESS-CENSORED>:60800] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:15.270900 2018] [access_compat:error] [pid 32151:tid 3740976555776] [client <IPv6-ADDRESS-CENSORED>:60806] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:15.271228 2018] [autoindex:error] [pid 32151:tid 3740976555776] [client <IPv6-ADDRESS-CENSORED>:60806] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:15.412179 2018] [access_compat:error] [pid 32151:tid 3741180827392] [client <IPv6-ADDRESS-CENSORED>:60812] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:15.412574 2018] [autoindex:error] [pid 32151:tid 3741180827392] [client <IPv6-ADDRESS-CENSORED>:60812] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:15.478139 2018] [access_compat:error] [pid 32151:tid 3740896470784] [client <IPv6-ADDRESS-CENSORED>:60816] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:15.478478 2018] [autoindex:error] [pid 32151:tid 3740896470784] [client <IPv6-ADDRESS-CENSORED>:60816] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:15.973518 2018] [access_compat:error] [pid 32151:tid 3741119448832] [client <IPv6-ADDRESS-CENSORED>:60844] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:15.973849 2018] [autoindex:error] [pid 32151:tid 3741119448832] [client <IPv6-ADDRESS-CENSORED>:60844] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:16.031222 2018] [access_compat:error] [pid 32151:tid 3740781516544] [client <IPv6-ADDRESS-CENSORED>:60848] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:16.031522 2018] [autoindex:error] [pid 32151:tid 3740781516544] [client <IPv6-ADDRESS-CENSORED>:60848] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:16.082764 2018] [access_compat:error] [pid 32151:tid 3740665648896] [client <IPv6-ADDRESS-CENSORED>:60850] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:16.083106 2018] [autoindex:error] [pid 32151:tid 3740665648896] [client <IPv6-ADDRESS-CENSORED>:60850] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:16.277208 2018] [access_compat:error] [pid 32151:tid 3741064746752] [client <IPv6-ADDRESS-CENSORED>:60854] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:16.277527 2018] [autoindex:error] [pid 32151:tid 3741064746752] [client <IPv6-ADDRESS-CENSORED>:60854] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:16.298320 2018] [access_compat:error] [pid 32151:tid 3740772914944] [client <IPv6-ADDRESS-CENSORED>:60858] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:16.298636 2018] [autoindex:error] [pid 32151:tid 3740772914944] [client <IPv6-ADDRESS-CENSORED>:60858] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:16.371337 2018] [access_compat:error] [pid 32151:tid 3741336217344] [client <IPv6-ADDRESS-CENSORED>:60864] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:16.371662 2018] [autoindex:error] [pid 32151:tid 3741336217344] [client <IPv6-ADDRESS-CENSORED>:60864] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:16.557060 2018] [access_compat:error] [pid 32151:tid 3741056194304] [client <IPv6-ADDRESS-CENSORED>:60866] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:16.557373 2018] [autoindex:error] [pid 32151:tid 3741056194304] [client <IPv6-ADDRESS-CENSORED>:60866] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:16.625053 2018] [access_compat:error] [pid 32151:tid 3740905355008] [client <IPv6-ADDRESS-CENSORED>:60870] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:16.625398 2018] [autoindex:error] [pid 32151:tid 3740905355008] [client <IPv6-ADDRESS-CENSORED>:60870] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:26.308510 2018] [access_compat:error] [pid 32151:tid 3741047527168] [client <IPv6-ADDRESS-CENSORED>:57812] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:26.308860 2018] [autoindex:error] [pid 32151:tid 3741047527168] [client <IPv6-ADDRESS-CENSORED>:57812] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:26.309942 2018] [access_compat:error] [pid 32151:tid 3740746700544] [client <IPv6-ADDRESS-CENSORED>:57816] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:26.310281 2018] [autoindex:error] [pid 32151:tid 3740746700544] [client <IPv6-ADDRESS-CENSORED>:57816] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:26.311127 2018] [access_compat:error] [pid 32151:tid 3741251434240] [client <IPv6-ADDRESS-CENSORED>:57814] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:26.311436 2018] [autoindex:error] [pid 32151:tid 3741251434240] [client <IPv6-ADDRESS-CENSORED>:57814] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:27.372127 2018] [access_compat:error] [pid 32151:tid 3741163804416] [client <IPv6-ADDRESS-CENSORED>:57860] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:27.372477 2018] [autoindex:error] [pid 32151:tid 3741163804416] [client <IPv6-ADDRESS-CENSORED>:57860] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:27.379162 2018] [access_compat:error] [pid 32151:tid 3741198284544] [client <IPv6-ADDRESS-CENSORED>:57864] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:27.379478 2018] [autoindex:error] [pid 32151:tid 3741198284544] [client <IPv6-ADDRESS-CENSORED>:57864] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:27.389138 2018] [access_compat:error] [pid 32151:tid 3741233415936] [client <IPv6-ADDRESS-CENSORED>:57868] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:27.389459 2018] [autoindex:error] [pid 32151:tid 3741233415936] [client <IPv6-ADDRESS-CENSORED>:57868] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:50.228254 2018] [access_compat:error] [pid 32151:tid 3740746700544] [client <IPv6-ADDRESS-CENSORED>:62098] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:50.228624 2018] [autoindex:error] [pid 32151:tid 3740746700544] [client <IPv6-ADDRESS-CENSORED>:62098] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:50.279252 2018] [access_compat:error] [pid 32151:tid 3740808410880] [client <IPv6-ADDRESS-CENSORED>:62104] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:50.279609 2018] [autoindex:error] [pid 32151:tid 3740808410880] [client <IPv6-ADDRESS-CENSORED>:62104] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:50.341665 2018] [access_compat:error] [pid 32151:tid 3740870334208] [client <IPv6-ADDRESS-CENSORED>:62108] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:50.341995 2018] [autoindex:error] [pid 32151:tid 3740870334208] [client <IPv6-ADDRESS-CENSORED>:62108] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:50.390965 2018] [access_compat:error] [pid 32151:tid 3741163804416] [client <IPv6-ADDRESS-CENSORED>:62110] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:50.391294 2018] [autoindex:error] [pid 32151:tid 3741163804416] [client <IPv6-ADDRESS-CENSORED>:62110] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:50.667764 2018] [access_compat:error] [pid 32151:tid 3741216261888] [client <IPv6-ADDRESS-CENSORED>:62118] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:50.668065 2018] [autoindex:error] [pid 32151:tid 3741216261888] [client <IPv6-ADDRESS-CENSORED>:62118] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:50.931967 2018] [access_compat:error] [pid 32151:tid 3740710930176] [client <IPv6-ADDRESS-CENSORED>:62126] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:50.932302 2018] [autoindex:error] [pid 32151:tid 3740710930176] [client <IPv6-ADDRESS-CENSORED>:62126] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:50.995229 2018] [access_compat:error] [pid 32151:tid 3740638271232] [client <IPv6-ADDRESS-CENSORED>:62128] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:50.995588 2018] [autoindex:error] [pid 32151:tid 3740638271232] [client <IPv6-ADDRESS-CENSORED>:62128] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:51.043776 2018] [access_compat:error] [pid 32151:tid 3740843882240] [client <IPv6-ADDRESS-CENSORED>:62132] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:51.044113 2018] [autoindex:error] [pid 32151:tid 3740843882240] [client <IPv6-ADDRESS-CENSORED>:62132] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:51.281939 2018] [access_compat:error] [pid 32151:tid 3740692653824] [client <IPv6-ADDRESS-CENSORED>:62148] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:51.282281 2018] [autoindex:error] [pid 32151:tid 3740692653824] [client <IPv6-ADDRESS-CENSORED>:62148] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:51.332326 2018] [access_compat:error] [pid 32151:tid 3741224720128] [client <IPv6-ADDRESS-CENSORED>:62154] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:51.332667 2018] [autoindex:error] [pid 32151:tid 3741224720128] [client <IPv6-ADDRESS-CENSORED>:62154] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:51.383035 2018] [access_compat:error] [pid 32151:tid 3740790302464] [client <IPv6-ADDRESS-CENSORED>:62160] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:51.383363 2018] [autoindex:error] [pid 32151:tid 3740790302464] [client <IPv6-ADDRESS-CENSORED>:62160] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:00:51.484149 2018] [access_compat:error] [pid 32151:tid 3740940932864] [client <IPv6-ADDRESS-CENSORED>:62162] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:00:51.484488 2018] [autoindex:error] [pid 32151:tid 3740940932864] [client <IPv6-ADDRESS-CENSORED>:62162] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:04:33.914382 2018] [access_compat:error] [pid 32151:tid 3740799035136] [client <IPv6-ADDRESS-CENSORED>:26224] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/index.php
[Fri May 25 03:04:33.914711 2018] [autoindex:error] [pid 32151:tid 3740799035136] [client <IPv6-ADDRESS-CENSORED>:26224] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:04:40.752300 2018] [core:crit] [pid 32151:tid 3741251434240] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:26616] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 03:04:43.866602 2018] [core:crit] [pid 32151:tid 3740940932864] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:26832] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 03:08:42.379121 2018] [access_compat:error] [pid 32151:tid 3741224720128] [client <IPv6-ADDRESS-CENSORED>:32844] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/index.php
[Fri May 25 03:08:42.379434 2018] [autoindex:error] [pid 32151:tid 3741224720128] [client <IPv6-ADDRESS-CENSORED>:32844] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:09:25.257203 2018] [access_compat:error] [pid 32151:tid 3740772914944] [client <IPv6-ADDRESS-CENSORED>:34478] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/index.php
[Fri May 25 03:09:25.257552 2018] [autoindex:error] [pid 32151:tid 3740772914944] [client <IPv6-ADDRESS-CENSORED>:34478] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:09:28.653234 2018] [access_compat:error] [pid 32151:tid 3741242545920] [client <IPv6-ADDRESS-CENSORED>:34652] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:09:28.653371 2018] [access_compat:error] [pid 32151:tid 3741064746752] [client <IPv6-ADDRESS-CENSORED>:34648] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:09:28.653573 2018] [autoindex:error] [pid 32151:tid 3741242545920] [client <IPv6-ADDRESS-CENSORED>:34652] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:09:28.653708 2018] [autoindex:error] [pid 32151:tid 3741064746752] [client <IPv6-ADDRESS-CENSORED>:34648] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:09:28.656550 2018] [access_compat:error] [pid 32151:tid 3740985313024] [client <IPv6-ADDRESS-CENSORED>:34650] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:09:28.656876 2018] [autoindex:error] [pid 32151:tid 3740985313024] [client <IPv6-ADDRESS-CENSORED>:34650] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:11:08.403808 2018] [core:crit] [pid 32151:tid 3740967139072] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:37824] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 03:11:11.915514 2018] [core:crit] [pid 32151:tid 3740620158720] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:37976] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 03:11:31.101463 2018] [autoindex:error] [pid 32151:tid 3741242545920] [client 166.90.186.75:38556] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:11:55.585306 2018] [core:crit] [pid 32151:tid 3740729218816] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:39344] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 03:12:01.773049 2018] [core:crit] [pid 32151:tid 3740665648896] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:39592] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 03:12:06.631450 2018] [core:crit] [pid 32151:tid 3741198284544] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:45646] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 03:12:08.639567 2018] [core:crit] [pid 32151:tid 3741092304640] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:45756] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 03:12:10.263376 2018] [core:crit] [pid 32151:tid 3740647089920] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:45824] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 03:12:14.707090 2018] [core:crit] [pid 32151:tid 3740683564800] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:46002] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 03:12:18.414929 2018] [core:crit] [pid 32151:tid 3740843882240] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:46176] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 03:12:21.093580 2018] [core:crit] [pid 32151:tid 3740755728128] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:46280] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 03:12:23.060826 2018] [core:crit] [pid 32151:tid 3741224720128] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:46370] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 03:16:31.911758 2018] [access_compat:error] [pid 32151:tid 3740647089920] [client 91.153.228.8:48856] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/ocs/v2.php
[Fri May 25 03:16:31.912080 2018] [autoindex:error] [pid 32151:tid 3740647089920] [client 91.153.228.8:48856] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:16:45.590181 2018] [access_compat:error] [pid 32151:tid 3740932364032] [client 91.153.228.8:49346] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:16:45.590521 2018] [autoindex:error] [pid 32151:tid 3740932364032] [client 91.153.228.8:49346] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:20:00.717032 2018] [access_compat:error] [pid 32151:tid 3740647089920] [client <IPv6-ADDRESS-CENSORED>:18282] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/index.php
[Fri May 25 03:20:00.717369 2018] [autoindex:error] [pid 32151:tid 3740647089920] [client <IPv6-ADDRESS-CENSORED>:18282] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:20:05.978818 2018] [access_compat:error] [pid 32151:tid 3741003994880] [client <IPv6-ADDRESS-CENSORED>:18590] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:20:05.979190 2018] [autoindex:error] [pid 32151:tid 3741003994880] [client <IPv6-ADDRESS-CENSORED>:18590] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:20:14.178119 2018] [access_compat:error] [pid 32151:tid 3740674279168] [client <IPv6-ADDRESS-CENSORED>:18926] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:20:14.178487 2018] [autoindex:error] [pid 32151:tid 3740674279168] [client <IPv6-ADDRESS-CENSORED>:18926] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:21:03.691691 2018] [access_compat:error] [pid 32151:tid 3740710930176] [client <IPv6-ADDRESS-CENSORED>:59858] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:21:03.692041 2018] [autoindex:error] [pid 32151:tid 3740710930176] [client <IPv6-ADDRESS-CENSORED>:59858] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:21:03.696601 2018] [access_compat:error] [pid 32151:tid 3740772914944] [client <IPv6-ADDRESS-CENSORED>:59854] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:21:03.696625 2018] [access_compat:error] [pid 32151:tid 3740683564800] [client <IPv6-ADDRESS-CENSORED>:59860] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:21:03.696762 2018] [access_compat:error] [pid 32151:tid 3740825995008] [client <IPv6-ADDRESS-CENSORED>:59864] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:21:03.696886 2018] [access_compat:error] [pid 32151:tid 3740985313024] [client <IPv6-ADDRESS-CENSORED>:59852] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:21:03.696956 2018] [autoindex:error] [pid 32151:tid 3740772914944] [client <IPv6-ADDRESS-CENSORED>:59854] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:21:03.697142 2018] [autoindex:error] [pid 32151:tid 3740683564800] [client <IPv6-ADDRESS-CENSORED>:59860] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:21:03.697154 2018] [autoindex:error] [pid 32151:tid 3740825995008] [client <IPv6-ADDRESS-CENSORED>:59864] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:21:03.697263 2018] [autoindex:error] [pid 32151:tid 3740985313024] [client <IPv6-ADDRESS-CENSORED>:59852] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:21:03.704381 2018] [access_compat:error] [pid 32151:tid 3740790302464] [client <IPv6-ADDRESS-CENSORED>:59862] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:21:03.704730 2018] [autoindex:error] [pid 32151:tid 3740790302464] [client <IPv6-ADDRESS-CENSORED>:59862] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:21:21.161904 2018] [access_compat:error] [pid 32151:tid 3740629239552] [client <IPv6-ADDRESS-CENSORED>] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:21:21.162040 2018] [access_compat:error] [pid 32151:tid 3740923352832] [client <IPv6-ADDRESS-CENSORED>] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:21:21.162274 2018] [autoindex:error] [pid 32151:tid 3740629239552] [client <IPv6-ADDRESS-CENSORED>] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:21:21.162407 2018] [autoindex:error] [pid 32151:tid 3740923352832] [client <IPv6-ADDRESS-CENSORED>] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:21:21.165330 2018] [access_compat:error] [pid 32151:tid 3740861835008] [client <IPv6-ADDRESS-CENSORED>:60682] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:21:21.165680 2018] [autoindex:error] [pid 32151:tid 3740861835008] [client <IPv6-ADDRESS-CENSORED>:60682] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:30:39.162582 2018] [access_compat:error] [pid 32151:tid 3740629239552] [client <IPv6-ADDRESS-CENSORED>:36520] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:30:39.162607 2018] [access_compat:error] [pid 32151:tid 3740647089920] [client <IPv6-ADDRESS-CENSORED>:36522] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:30:39.162646 2018] [access_compat:error] [pid 32151:tid 3741216261888] [client <IPv6-ADDRESS-CENSORED>:36526] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:30:39.162981 2018] [autoindex:error] [pid 32151:tid 3740647089920] [client <IPv6-ADDRESS-CENSORED>:36522] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:30:39.162981 2018] [autoindex:error] [pid 32151:tid 3740629239552] [client <IPv6-ADDRESS-CENSORED>:36520] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:30:39.163702 2018] [autoindex:error] [pid 32151:tid 3741216261888] [client <IPv6-ADDRESS-CENSORED>:36526] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:30:39.166115 2018] [access_compat:error] [pid 32151:tid 3741242545920] [client <IPv6-ADDRESS-CENSORED>:36524] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:30:39.166473 2018] [autoindex:error] [pid 32151:tid 3741242545920] [client <IPv6-ADDRESS-CENSORED>:36524] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:30:39.185738 2018] [access_compat:error] [pid 32151:tid 3740656506624] [client <IPv6-ADDRESS-CENSORED>:36518] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:30:39.186073 2018] [autoindex:error] [pid 32151:tid 3740656506624] [client <IPv6-ADDRESS-CENSORED>:36518] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:30:39.188349 2018] [access_compat:error] [pid 32151:tid 3741074106112] [client <IPv6-ADDRESS-CENSORED>:36558] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:30:39.188683 2018] [autoindex:error] [pid 32151:tid 3741074106112] [client <IPv6-ADDRESS-CENSORED>:36558] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:30:55.272816 2018] [access_compat:error] [pid 32151:tid 3740923352832] [client <IPv6-ADDRESS-CENSORED>:48806] AH01797: client denied by server configuration: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/remote.php
[Fri May 25 03:30:55.273194 2018] [autoindex:error] [pid 32151:tid 3740923352832] [client <IPv6-ADDRESS-CENSORED>:48806] AH01276: Cannot serve directory /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.xhtml,index.htm,index.fcgi,index.shtml) found, and server-generated directory index forbidden by Options directive
[Fri May 25 03:30:59.904631 2018] [core:crit] [pid 32151:tid 3741038806784] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:49098] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable
[Fri May 25 03:31:09.805489 2018] [core:crit] [pid 32151:tid 3740835251968] (13)Permission denied: [client <IPv6-ADDRESS-CENSORED>:49594] AH00529: /siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/siilo/users/samip537/sites/<SENSITIVE-INFORMATION-CENSORED>/www/cloud/data/' is executable

Nextcloud log (data/nextcloud.log)

Nextcloud log

{"reqId":"WwdPiX8AAQEAAH2Xx@8AAAAb","level":3,"time":"2018-05-24T23:49:30+00:00","remoteAddr":"<SENSITIVE-INFORMATION-CENSORED>","user":"--","app":"PHP","method":"POST","url":"/cloud/index.php/heartbeat","message":"Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. at Unknown#0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","version":"13.0.2.1"}
{"reqId":"WwdQAX8AAQEAAH2XyToAAAAf","level":2,"time":"2018-05-24T23:51:30+00:00","remoteAddr":"<SENSITIVE-INFORMATION-CENSORED>","user":"--","app":"core","method":"GET","url":"/cloud/","message":"Trusted domain error. "<SENSITIVE-INFORMATION-CENSORED>" tried to access using "<SENSITIVE-INFORMATION-CENSORED>" as host.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","version":"13.0.2.1"}
{"reqId":"WwdQBn8AAQEAAH2XyVcAAAA7","level":2,"time":"2018-05-24T23:51:35+00:00","remoteAddr":"<SENSITIVE-INFORMATION-CENSORED>","user":"--","app":"core","method":"GET","url":"/cloud/index.php/js/core/merged-template-prepend.js?v=e9b19381-0","message":"Trusted domain error. "<SENSITIVE-INFORMATION-CENSORED>" tried to access using "<SENSITIVE-INFORMATION-CENSORED>" as host.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","version":"13.0.2.1"}
{"reqId":"WwdQD38AAQEAAH2XyWkAAAAc","level":2,"time":"2018-05-24T23:51:43+00:00","remoteAddr":"<SENSITIVE-INFORMATION-CENSORED>","user":"--","app":"core","method":"GET","url":"/cloud/","message":"Trusted domain error. "<SENSITIVE-INFORMATION-CENSORED>" tried to access using "<SENSITIVE-INFORMATION-CENSORED>" as host.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","version":"13.0.2.1"}
{"reqId":"WwdQD38AAQEAAH2XyWoAAAAV","level":2,"time":"2018-05-24T23:51:43+00:00","remoteAddr":"<SENSITIVE-INFORMATION-CENSORED>","user":"--","app":"core","method":"GET","url":"/cloud/index.php/js/core/merged-template-prepend.js?v=e9b19381-0","message":"Trusted domain error. "<SENSITIVE-INFORMATION-CENSORED>" tried to access using "<SENSITIVE-INFORMATION-CENSORED>" as host.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","version":"13.0.2.1"}
{"reqId":"WwdRfn8AAQEAAH2Xz44AAAAY","level":3,"time":"2018-05-24T23:57:51+00:00","remoteAddr":"<SENSITIVE-INFORMATION-CENSORED>","user":"sm","app":"PHP","method":"POST","url":"/cloud/index.php/contactsmenu/contacts","message":"Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. at Unknown#0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","version":"13.0.2.1"}
{"reqId":"WwdRgH8AAQEAAH2Xz5QAAAAm","level":3,"time":"2018-05-24T23:57:53+00:00","remoteAddr":"<SENSITIVE-INFORMATION-CENSORED>","user":"sm","app":"PHP","method":"POST","url":"/cloud/index.php/contactsmenu/contacts","message":"Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. at Unknown#0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","version":"13.0.2.1"}
{"reqId":"WwdVHH8AAQEAAH2X3RMAAAAu","level":3,"time":"2018-05-25T00:13:17+00:00","remoteAddr":"<SENSITIVE-INFORMATION-CENSORED>","user":"sm","app":"PHP","method":"POST","url":"/cloud/index.php/apps/calendar/v1/config","message":"Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. at Unknown#0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","version":"13.0.2.1"}
{"reqId":"WwdVHn8AAQEAAH2X3R4AAAAw","level":3,"time":"2018-05-25T00:13:18+00:00","remoteAddr":"<SENSITIVE-INFORMATION-CENSORED>","user":"sm","app":"PHP","method":"POST","url":"/cloud/index.php/apps/calendar/v1/config","message":"Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. at Unknown#0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","version":"13.0.2.1"}
{"reqId":"WwdVKn8AAQEAAH2X3U4AAABH","level":3,"time":"2018-05-25T00:13:31+00:00","remoteAddr":"<SENSITIVE-INFORMATION-CENSORED>","user":"sm","app":"PHP","method":"POST","url":"/cloud/index.php/apps/calendar/v1/config","message":"Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. at Unknown#0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0","version":"13.0.2.1"}
{"reqId":"WwdV338AAQEAAH2X368AAABJ","level":3,"time":"2018-05-25T00:16:33+00:00","remoteAddr":"<SENSITIVE-INFORMATION-CENSORED>","user":"sm","app":"PHP","method":"POST","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/push?format=json&pushTokenHash=b673d67da02ae078471adba722de7be8abe2268939f5ca6d41a9aa0f17ef3e15da06a9d81aa5e409a7a537a80d004872b9eb0d8a93de990507dc9c1e0e657f5c&devicePublicKey=-----BEGIN%20PUBLIC%20KEY-----%0AMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnxZTKpRn%2BGNQ0aWXx0ku%0AVRhQMYDD7zrR1PkYNd7LDmODqnFzeayDHLJojcXThExcNE74CXTIIgT29Vn4N5WS%0AWMn3gC0VS2HYK1jnhJO0LbCQnr5YDH%2BtUiIwauSlsxsKv37SVncAzupu5kF%2FKgCx%0A74y7xoZObhhC9EJoXmefS6vA6VqdEWHTDrti5iSnjg%2FW0%2FbzYVww%2Bm4johXlB6%2Fp%0ARKsSa2sZv%2BocxnhcdLHp616PH1RNSuJA%2FSK26S6G5HL2Y3D70wLdSnl3UFBPWV9n%0ARqATpvCRBbaE6JqUM6DRBWYBVfSjzl82vezf50G6huwD1a3p06ZsgVvzi019%2FCtV%0A9wIDAQAB%0A-----END%20PUBLIC%20KEY-----%0A&proxyServer=https%3A%2F%2Fpush-notifications.nextcloud.com","message":"Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. at Unknown#0","userAgent":"Mozilla/5.0 (Android) ownCloud-android/3.1.0","version":"13.0.2.1"}

Installed client on Windows machine. Synced my «Documents» folder no issue. Documents folder is on my Ubuntu stored as one of the internal data path folders.

I try to sync my empty «Work» folder which is mounted as an external folder on the desktop. I create a test folder on my Windows machine and I get this error message.
image

Also I have mounted my files to my laptop via webdav. When I open up Work and try to create a test folder I get this response:

image

When I got to any of the other folders though that I can acess through this mount, Media, Resources, etc, and create a folder, I have zero problems.

Server configuration

Operating system: Ubuntu 18

Web server: Nginx

Database: MySql

PHP version: 7.2

Nextcloud version: 13

Updated from an older Nextcloud/ownCloud or fresh install: Fresh

Where did you install Nextcloud from:

Client configuration

Browser: Firefox

Operating system: Windows 10

Logs

Web server error log

8/10/2018 9:27:27 PM, test, Work,Not allowed because you don’t have permission to add subfolders to that folder
8/10/2018 9:27:27 PM, Testfolder, Work,Not allowed because you don’t have permission to add subfolders to that folder
8/10/2018 9:10:37 PM, test, Work,Not allowed because you don’t have permission to add subfolders to that folder
8/10/2018 9:10:19 PM, desktop.ini, Documents,File is listed on the ignore list.
8/10/2018 9:10:19 PM, My Videos, Documents,Directory not accessible on client, permission denied.
8/10/2018 9:10:19 PM, My Pictures, Documents,Directory not accessible on client, permission denied.
8/10/2018 9:10:19 PM, My Music, Documents,Directory not accessible on client, permission denied.

0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии

А вот еще интересные материалы:

  • Яшка сломя голову остановился исправьте ошибки
  • Ясность цели позволяет целеустремленно добиваться намеченного исправьте ошибки
  • Ясность цели позволяет целеустремленно добиваться намеченного где ошибка
  • Были ли у жукова ошибки
  • Была проведена работа над ошибками