Произошла ошибка при попытке очистить корзину nextcloud

Hi,

I have the issue that my Nextcloud deleted some important files I still need. However I recently cleaned up lots of files, which lead to the fact that I have about 47 500 files in my trashbin directory.

Steps to reproduce

  1. have many files in nextcloud
  2. delete lots of files
  3. open trashbin

Expected behaviour

Trashbin shows files that are actually in trashbin. It would probably make sense to organize them in the original folder structure for performance reasons.

It should be possible to restore or permanentely delete files.

Actual behaviour

Trashbin says it’s empty despite 47500 files summing up to ~200GB are in the folder on my server.

It is not possible to restore or delete files.

I guess this is due to the fact, that NC tries to fetch all files in one go, which obviously fails:
image

Regardless of whether this is an insane amount of files, I would expect this to work. Also configuring my reverse proxy with a longer timecould could only be seen as a workaround (and one I will not attempt) as I think 60 seconds should be plenty of time for a request.

Also on the server the database causes a high load. So I think there should be implemented some kind of chunking to reduce the overall load and split it up. Also with that amount of files some filtering would be good, not only for performance reasons, but also beause you otherwise cannot find what you need.

Server configuration detail

Operating system: Linux 3.10.0-1062.18.1.el7.x86_64 #1 SMP Tue Mar 17 23:49:17 UTC 2020 x86_64

Webserver: nginx/1.17.10 (fpm-fcgi)

Database: mysql 10.4.10

PHP version: 7.3.18

Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, PDO, pdo_sqlite, session, posix, readline, Reflection, standard, SimpleXML, Phar, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, cgi-fcgi, apcu, exif, gd, gmp, imagick, intl, ldap, memcached, pcntl, pdo_mysql, pdo_pgsql, redis, sodium, zip, Zend OPcache

Nextcloud version: 18.0.4 — 18.0.4.2

Updated from an older Nextcloud/ownCloud or fresh install:

Where did you install Nextcloud from: official docker image

Signing status

Array
(
)

List of activated apps

Enabled:
 - accessibility: 1.4.0
 - activity: 2.11.0
 - apporder: 0.10.0
 - bookmarks: 3.0.13
 - calendar: 2.0.3
 - camerarawpreviews: 0.7.3
 - carnet: 0.22.0
 - checksum: 0.4.4
 - cloud_federation_api: 1.1.0
 - comments: 1.8.0
 - cookbook: 0.6.5
 - cospend: 0.5.4
 - dav: 1.14.0
 - deck: 1.0.1
 - drawio: 0.9.5
 - federatedfilesharing: 1.8.0
 - federation: 1.8.0
 - files: 1.13.1
 - files_external: 1.9.0
 - files_markdown: 2.2.0
 - files_pdfviewer: 1.7.0
 - files_photospheres: 1.0.8
 - files_rightclick: 0.15.2
 - files_sharing: 1.10.1
 - files_trashbin: 1.8.0
 - files_versions: 1.11.0
 - files_videoplayer: 1.7.0
 - firstrunwizard: 2.7.0
 - gpxmotion: 0.0.11
 - gpxpod: 4.2.1
 - keeweb: 0.6.2
 - logreader: 2.3.0
 - lookup_server_connector: 1.6.0
 - metadata: 0.11.1
 - nextcloud_announcements: 1.7.0
 - notifications: 2.6.0
 - oauth2: 1.6.0
 - password_policy: 1.8.0
 - phonetrack: 0.6.3
 - photos: 1.0.0
 - polls: 1.4.3
 - previewgenerator: 2.3.0
 - privacy: 1.2.0
 - provisioning_api: 1.8.0
 - quicknotes: 0.2.4
 - recommendations: 0.6.0
 - richdocuments: 3.6.0
 - serverinfo: 1.8.0
 - settings: 1.0.0
 - sharebymail: 1.8.0
 - support: 1.1.0
 - survey_client: 1.6.0
 - systemtags: 1.8.0
 - tasks: 0.13.1
 - text: 2.0.0
 - theming: 1.9.0
 - twofactor_backupcodes: 1.7.0
 - updatenotification: 1.8.0
 - viewer: 1.2.0
 - workflowengine: 2.0.0
Disabled:
 - admin_audit
 - encryption
 - flowupload
 - user_ldap

Configuration (config/config.php)

{
    "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
    "memcache.local": "OCMemcacheAPCu",
    "filelocking.enabled": true,
    "apps_paths": [
        {
            "path": "/var/www/html/apps",
            "url": "/apps",
            "writable": false
        },
        {
            "path": "/var/www/html/custom_apps",
            "url": "/custom_apps",
            "writable": true
        }
    ],
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "trusted_domains": [
        *** removed manually ***
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "dbtype": "mysql",
    "version": "18.0.4.2",
    "overwrite.cli.url": "http://192.168.255.10:8080",
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbport": "",
    "dbtableprefix": "oc_",
    "mysql.utf8mb4": true,
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "installed": true,
    "maintenance": false,
    "overwriteprotocol": "https",
    "loglevel": 2,
    "memcache.distributed": "OCMemcacheRedis",
    "memcache.locking": "OCMemcacheRedis",
    "redis": {
        "host": "***REMOVED SENSITIVE VALUE***",
        "port": 6379
    },
    "updater.secret": "***REMOVED SENSITIVE VALUE***",
    "theme": "",
    "has_rebuilt_cache": true
}

External storages: yes

External storage configuration

Encryption: no

User-backends:

  • OCUserDatabase

Hi,

I have the issue that my Nextcloud deleted some important files I still need. However I recently cleaned up lots of files, which lead to the fact that I have about 47 500 files in my trashbin directory.

Steps to reproduce

  1. have many files in nextcloud
  2. delete lots of files
  3. open trashbin

Expected behaviour

Trashbin shows files that are actually in trashbin. It would probably make sense to organize them in the original folder structure for performance reasons.

It should be possible to restore or permanentely delete files.

Actual behaviour

Trashbin says it’s empty despite 47500 files summing up to ~200GB are in the folder on my server.

It is not possible to restore or delete files.

I guess this is due to the fact, that NC tries to fetch all files in one go, which obviously fails:
image

Regardless of whether this is an insane amount of files, I would expect this to work. Also configuring my reverse proxy with a longer timecould could only be seen as a workaround (and one I will not attempt) as I think 60 seconds should be plenty of time for a request.

Also on the server the database causes a high load. So I think there should be implemented some kind of chunking to reduce the overall load and split it up. Also with that amount of files some filtering would be good, not only for performance reasons, but also beause you otherwise cannot find what you need.

Server configuration detail

Operating system: Linux 3.10.0-1062.18.1.el7.x86_64 #1 SMP Tue Mar 17 23:49:17 UTC 2020 x86_64

Webserver: nginx/1.17.10 (fpm-fcgi)

Database: mysql 10.4.10

PHP version: 7.3.18

Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, PDO, pdo_sqlite, session, posix, readline, Reflection, standard, SimpleXML, Phar, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, cgi-fcgi, apcu, exif, gd, gmp, imagick, intl, ldap, memcached, pcntl, pdo_mysql, pdo_pgsql, redis, sodium, zip, Zend OPcache

Nextcloud version: 18.0.4 — 18.0.4.2

Updated from an older Nextcloud/ownCloud or fresh install:

Where did you install Nextcloud from: official docker image

Signing status

Array
(
)

List of activated apps

Enabled:
 - accessibility: 1.4.0
 - activity: 2.11.0
 - apporder: 0.10.0
 - bookmarks: 3.0.13
 - calendar: 2.0.3
 - camerarawpreviews: 0.7.3
 - carnet: 0.22.0
 - checksum: 0.4.4
 - cloud_federation_api: 1.1.0
 - comments: 1.8.0
 - cookbook: 0.6.5
 - cospend: 0.5.4
 - dav: 1.14.0
 - deck: 1.0.1
 - drawio: 0.9.5
 - federatedfilesharing: 1.8.0
 - federation: 1.8.0
 - files: 1.13.1
 - files_external: 1.9.0
 - files_markdown: 2.2.0
 - files_pdfviewer: 1.7.0
 - files_photospheres: 1.0.8
 - files_rightclick: 0.15.2
 - files_sharing: 1.10.1
 - files_trashbin: 1.8.0
 - files_versions: 1.11.0
 - files_videoplayer: 1.7.0
 - firstrunwizard: 2.7.0
 - gpxmotion: 0.0.11
 - gpxpod: 4.2.1
 - keeweb: 0.6.2
 - logreader: 2.3.0
 - lookup_server_connector: 1.6.0
 - metadata: 0.11.1
 - nextcloud_announcements: 1.7.0
 - notifications: 2.6.0
 - oauth2: 1.6.0
 - password_policy: 1.8.0
 - phonetrack: 0.6.3
 - photos: 1.0.0
 - polls: 1.4.3
 - previewgenerator: 2.3.0
 - privacy: 1.2.0
 - provisioning_api: 1.8.0
 - quicknotes: 0.2.4
 - recommendations: 0.6.0
 - richdocuments: 3.6.0
 - serverinfo: 1.8.0
 - settings: 1.0.0
 - sharebymail: 1.8.0
 - support: 1.1.0
 - survey_client: 1.6.0
 - systemtags: 1.8.0
 - tasks: 0.13.1
 - text: 2.0.0
 - theming: 1.9.0
 - twofactor_backupcodes: 1.7.0
 - updatenotification: 1.8.0
 - viewer: 1.2.0
 - workflowengine: 2.0.0
Disabled:
 - admin_audit
 - encryption
 - flowupload
 - user_ldap

Configuration (config/config.php)

{
    "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
    "memcache.local": "OCMemcacheAPCu",
    "filelocking.enabled": true,
    "apps_paths": [
        {
            "path": "/var/www/html/apps",
            "url": "/apps",
            "writable": false
        },
        {
            "path": "/var/www/html/custom_apps",
            "url": "/custom_apps",
            "writable": true
        }
    ],
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "trusted_domains": [
        *** removed manually ***
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "dbtype": "mysql",
    "version": "18.0.4.2",
    "overwrite.cli.url": "http://192.168.255.10:8080",
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbport": "",
    "dbtableprefix": "oc_",
    "mysql.utf8mb4": true,
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "installed": true,
    "maintenance": false,
    "overwriteprotocol": "https",
    "loglevel": 2,
    "memcache.distributed": "OCMemcacheRedis",
    "memcache.locking": "OCMemcacheRedis",
    "redis": {
        "host": "***REMOVED SENSITIVE VALUE***",
        "port": 6379
    },
    "updater.secret": "***REMOVED SENSITIVE VALUE***",
    "theme": "",
    "has_rebuilt_cache": true
}

External storages: yes

External storage configuration

Encryption: no

User-backends:

  • OCUserDatabase

Что происходит при удалении файлов в общем доступе?

Когда вы удаляете файл в Nextcloud, он не удаляется сразу, он перемещается в корзину. Файл не удаляется окончательно, пока вы не удалите его вручную или когда приложение «Удаленные файлы» удалит его, чтобы освободить место для новых файлов.

Найдите удаленные файлы, нажав кнопку Удаленные файлы на странице Файлы веб-интерфейса Nextcloud. У вас будет возможность либо восстановить, либо окончательно удалить файлы.

Как приложение удаленных файлов управляет пространством хранения?

Чтобы пользователи не выполняли свои квоты хранения, приложение «Удаленные файлы» выделяет не более 50% доступного в настоящее время свободного пространства для удаленных файлов. Если ваши удаленные файлы превышают этот предел, Nextcloud удаляет самые старые файлы (файлы с самыми старыми временными метками с момента их удаления) до тех пор, пока не будет снова достигнут предел использования памяти.

Nextcloud проверяет возраст удаленных файлов при каждом добавлении новых файлов в удаленные файлы. По умолчанию удаленные файлы остаются в корзине 30 дней.

Спасибо, что сообщили о проблемах в Nextcloud! Это средство отслеживания проблем Nextcloud. Если у вас есть какие-либо вопросы о поддержке, посетите https://nextcloud.com/support. Это средство отслеживания ошибок для серверного компонента. Найдите другие компоненты на https://github.com/nextcloud/. Чтобы сообщить о потенциальных проблемах безопасности, посетите https://nextcloud.com/security/. Чтобы мы могли помочь вам, пожалуйста, внимательно заполните информацию ниже. Вы также можете использовать приложение шаблона проблемы, чтобы предварительно заполнить большую часть необходимой информации: https://apps.nextcloud.com/apps/issuetemplate. Если вы являетесь клиентом, отправьте свою проблему непосредственно на портале Nextcloud https: //. nextcloud.com, поэтому наши преданные инженеры быстрее решат эту проблему. Обратите внимание, что Nextcloud — это проект с открытым исходным кодом, поддерживаемый Nextcloud GmbH. Большинство наших добровольцев являются домашними пользователями и поэтому в первую очередь заботятся о проблемах, которые затрагивают домашних пользователей. Наши оплачиваемые инженеры уделяют приоритетное внимание проблемам наших клиентов. Если вы не являетесь ни домашним пользователем, ни клиентом, подумайте о том, чтобы заплатить кому-нибудь, чтобы он исправил вашу проблему, сделайте это самостоятельно или станьте клиентом.

Действия по воспроизведению

  1. Перейдите в раздел «Файлы» и нажмите «Удаленные файлы».
  2. Выбрать несколько файлов
  3. Нажмите на тройные точки «Действия».
  4. Нажмите «Удалить».

Ожидаемое поведение

Выбранные файлы удаляются

Фактическое поведение

Ошибка показывает «Ошибка при удалении файлов из корзины»
Из выбранных файлов удаляется только один файл.

Конфигурация сервера

Операционная система :
Arch linux, ядро ​​4.19.8

Веб сервер:
Apache 2.4.37

База данных:
Мариадб 10.1.37

Версия PHP:
PHP 7.3.0

Версия Nextcloud: (см. Страницу администратора Nextcloud)
NextCloud 15.0.0.10

Обновлено из более старой версии Nextcloud / ownCloud или из новой установки:
Обновлено из последней версии

Откуда вы установили Nextcloud:
Репозиторий пакетов Arch linux

Статус подписи:

Статус подписи

Login as admin user into your Nextcloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results here.

Техническая информация

В следующем списке указано, какие файлы не прошли проверку целостности. Пожалуйста, прочитайте
предыдущая связанная документация, чтобы узнать больше об ошибках и способах их исправления.
их.

Полученные результаты

  • основной
    • EXTRA_FILE
      • ocs / .rnd
      • .rnd

Необработанный вывод

Множество
(
[core] => Массив
(
[EXTRA_FILE] => Массив
(
[ocs / .rnd] => Массив
(
[ожидается] =>
[current] => 53379c25bc5d27655048e9c27dad56254a859a95db527e4a7c230c416331f116f50f292097b1cc24841179c2c67ec047a8488aa17be63db910447b2d58ba1e62
)

                [.rnd] => Array
                    (
                        [expected] => 
                        [current] => eccb3e406ecc10541a2411aa233cc361bd5db68a94b6b2194ac3a415b3fabf1393b69028c5f52263100c04a77bd3188e9be9a3c5afb4cde34ee2030d4ff69d2b
                    )

            )

    )

)

Список активированных приложений:

Список приложений

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Предупреждение PHP: действует ограничение require_once (): open_basedir. Файл(/

Конфигурация Nextcloud:

Отчет о конфигурации

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

or 

Insert your config.php content here. 
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)

Невозможно запустить команду occ. См. Пункт выше. Содержимое config.php:
$ CONFIG = массив (
‘instanceid’ => »,
‘passwordsalt’ => »,
‘секрет’ => »,
‘доверенные_домены’ =>
множество (
0 => »,
1 => ‘.nl ‘,
2 => ‘127.0.0.1’,
),
‘datadirectory’ => ‘/данные’,
‘overwrite.cli.url’ => ‘https:/ nextcloud / ‘,
‘memcache.local’ => ‘ OC Memcache APCu’,
‘dbtype’ => ‘mysql’,
‘version’ => ’15 .0.0.10 ‘,
‘dbname’ => »,
‘dbhost’ => ‘localhost’,
‘dbtableprefix’ => ‘oc_’,
‘dbuser’ => »,
‘dbpassword’ => »,
‘logtimezone’ => ‘UTC’,
‘установлен’ => истина,
‘appstore.experimental.enabled’ => истина,
‘mail_from_address’ => »,
‘mail_smtpmode’ => »,
‘mail_domain’ => »,
‘mail_smtpsecure’ => ‘tls’,
‘mail_smtpauthtype’ => ‘ВХОД’,
‘mail_smtphost’ => »,
‘mail_smtpport’ => »,
‘обслуживание’ => ложь,
‘theme’ => »,
‘loglevel’ => 2,
);

Вы используете внешнее хранилище, если да, то какое: local / smb / sftp / …
Нет

Вы используете шифрование: да / нет
Нет

Вы используете внешний пользовательский сервер, если да, какой: LDAP / ActiveDirectory / Webdav / …
Непригодный

Конфигурация клиента

Mozilla Firefox 64.0 (64-разрядная)

Операционная система:
Arch linux

Журналы

Журнал ошибок веб-сервера

Журнал ошибок веб-сервера

Insert your webserver log here

Журнал Nextcloud (data / nextcloud.log)

Журнал Nextcloud

Insert your Nextcloud log here

Журнал браузера

Журнал браузера

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...

При работе в 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)»

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

Steps to reproduce

  1. Delete a file from storage, without deleting the associated DB entry (AKA fake a dirty delete for some reason…)
  2. load the file location in Nextcloud web interface
  3. Try to delete the file.
  4. Refresh. «Deleted» file still shows.

Expected behaviour

System tries to delete the file, then deletes the database entry.
On SabreDAVExceptionNotFound the orphaned database entry should be deleted as well

Actual behaviour

System tries to delete the file, returns SabreDAVExceptionNotFound and aborts

Server configuration

Operating system:
Linux sleipnir 4.9.0-2-amd64 #1 SMP Debian 4.9.18-1 (2017-03-30) x86_64 GNU/Linux

Web server:
NGINX 1.10.3-1

Database:
mariadb 10.1.23-9+deb9u1

PHP version:
PHP7.0.19-1 FPM

Nextcloud version: (see Nextcloud admin page)
12.0.0

Updated from an older Nextcloud/ownCloud or fresh install:
Updated from NC 11 to NC12 on release date.

Where did you install Nextcloud from:
Updater Module in NC

Signing status:

Signing status
No errors have been found.

List of activated apps:

App list
Enabled:
— activity: 2.5.2
— bruteforcesettings: 1.0.2
— comments: 1.2.0
— dav: 1.3.0
— federatedfilesharing: 1.2.0
— federation: 1.2.0
— files: 1.7.2
— files_markdown: 1.0.1
— files_pdfviewer: 1.1.1
— files_sharing: 1.4.0
— files_texteditor: 2.4.1
— files_trashbin: 1.2.0
— files_versions: 1.5.0
— files_videoplayer: 1.1.0
— firstrunwizard: 2.1
— gallery: 17.0.0
— logreader: 2.0.0
— lookup_server_connector: 1.0.0
— nextcloud_announcements: 1.1
— notifications: 2.0.0
— oauth2: 1.0.5
— password_policy: 1.2.2
— provisioning_api: 1.2.0
— serverinfo: 1.2.0
— sharebymail: 1.2.0
— survey_client: 1.0.0
— systemtags: 1.2.0
— theming: 1.3.0
— twofactor_backupcodes: 1.1.1
— updatenotification: 1.2.0
— user_ldap: 1.2.1
— workflowengine: 1.2.0
Disabled:
— admin_audit
— encryption
— files_external
— user_external

Nextcloud configuration:

Config report
{
«system»: {
«updatechecker»: false,
«instanceid»: «oc6n6tqq77xl»,
«passwordsalt»: «***REMOVED SENSITIVE VALUE***»,
«secret»: «***REMOVED SENSITIVE VALUE***»,
«trusted_domains»: [
«tsunami.ageg.ca»,
«nextcloud.ageg.ca»
],
«datadirectory»: «/srv/owncloud/data»,
«overwrite.cli.url»: «https://tsunami.ageg.ca»,
«dbhost»: «localhost»,
«dbname»: «nextcloud»,
«dbtype»: «mysql»,
«dbuser»: «***REMOVED SENSITIVE VALUE***»,
«dbpassword»: «***REMOVED SENSITIVE VALUE***»,
«dbtableprefix»: «oc_»,
«version»: «12.0.0.29»,
«logtimezone»: «UTC»,
«installed»: true,
«theme»: «»,
«forcessl»: true,
«forceSSLforSubdomains»: true,
«openssl»: {
«config»: «/etc/ssl/openssl.cnf»
},
«memcache.local»: «OCMemcacheRedis»,
«memcache.locking»: «OCMemcacheRedis»,
«redis»: {
«host»: «127.0.0.1»,
«port»: 6379
},
«mail_smtpmode»: «smtp»,
«mail_smtpsecure»: «tls»,
«mail_from_address»: «serveur»,
«mail_domain»: «ageg.ca»,
«mail_smtpauthtype»: «PLAIN»,
«mail_smtpauth»: 1,
«mail_smtphost»: «sleipnir.ageg.ca»,
«mail_smtpport»: «587»,
«mail_smtpname»: «***REMOVED SENSITIVE VALUE***»,
«mail_smtppassword»: «***REMOVED SENSITIVE VALUE***»,
«ldapIgnoreNamingRules»: false,
«loglevel»: 0,
«maintenance»: false,
«trashbin_retention_obligation»: «auto»,
«htaccess.RewriteBase»: «/»,
«ldapProviderFactory»: «OCAUser_LDAPLDAPProviderFactory»,
«updater.release.channel»: «stable»
}
}

Are you using external storage, if yes which one: local storage on filesystem (outside nextcloud folder)

Are you using encryption: no

Are you using an external user-backend, if yes which one: LDAP

LDAP configuration (delete this part if not used)

LDAP config
+——————————-+————————————————————+
| Configuration | s01 |
+——————————-+————————————————————+
| hasMemberOfFilterSupport | |
| hasPagedResultSupport | |
| homeFolderNamingRule | |
| lastJpegPhotoLookup | 0 |
| ldapAgentName | cn=nextcloud,ou=services,dc=ageg,dc=ca |
| ldapAgentPassword | *** |
| ldapAttributesForGroupSearch | |
| ldapAttributesForUserSearch | |
| ldapBackupHost | |
| ldapBackupPort | |
| ldapBase | dc=ageg,dc=ca |
| ldapBaseGroups | dc=ageg,dc=ca |
| ldapBaseUsers | dc=ageg,dc=ca |
| ldapCacheTTL | 600 |
| ldapConfigurationActive | 1 |
| ldapDefaultPPolicyDN | |
| ldapDynamicGroupMemberURL | |
| ldapEmailAttribute | mail |
| ldapExperiencedAdmin | 0 |
| ldapExpertUUIDGroupAttr | |
| ldapExpertUUIDUserAttr | |
| ldapExpertUsernameAttr | |
| ldapGidNumber | gidNumber |
| ldapGroupDisplayName | cn |
| ldapGroupFilter | |
| ldapGroupFilterGroups | |
| ldapGroupFilterMode | 0 |
| ldapGroupFilterObjectclass | |
| ldapGroupMemberAssocAttr | uniqueMember |
| ldapHost | ldapi:/// |
| ldapIgnoreNamingRules | |
| ldapLoginFilter | (&(|(objectclass=inetOrgPerson))(|(uid=%uid)(|(cn=%uid)))) |
| ldapLoginFilterAttributes | cn |
| ldapLoginFilterEmail | 0 |
| ldapLoginFilterMode | 0 |
| ldapLoginFilterUsername | 1 |
| ldapNestedGroups | 0 |
| ldapOverrideMainServer | |
| ldapPagingSize | 500 |
| ldapPort | 389 |
| ldapQuotaAttribute | |
| ldapQuotaDefault | |
| ldapTLS | 0 |
| ldapUserDisplayName | displayname |
| ldapUserDisplayName2 | |
| ldapUserFilter | (|(objectclass=inetOrgPerson)) |
| ldapUserFilterGroups | |
| ldapUserFilterMode | 0 |
| ldapUserFilterObjectclass | inetOrgPerson |
| ldapUuidGroupAttribute | auto |
| ldapUuidUserAttribute | auto |
| turnOffCertCheck | 0 |
| turnOnPasswordChange | 0 |
| useMemberOfToDetectMembership | 1 |
+——————————-+————————————————————+

Client configuration

Browser:
Chromium 59.0.3071.86 (Developer Build) (64-bit)
Firefox 52.0.2 (64-bit)

Operating system:
Debian 4.9.30-2 (2017-06-12) x86_64 GNU/Linux

Logs

Web server error log

Web server error log
==> nextcloud.access.log <==
10.236.34.39 — — [16/Jun/2017:21:43:30 -0400] «DELETE /remote.php/webdav/Documents%20de%20R%C3%A9f%C3%A9rence/Guide/Guide%20Utilisation%20Informatique/E17-GuideEmail-005-GF.log HTTP/2.0» 404 8486 «-» «Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36»
(No Internal NGINX or PHP Error Reported)

Nextcloud log (data/nextcloud.log)

Nextcloud log
==> /srv/owncloud/data/nextcloud.log <==
{«reqId»:»7M9ys6vkDj17ZnJydp1u»,»level»:0,»time»:»2017-06-17T01:43:30+00:00″,»remoteAddr»:»10.236.34.39″,»user»:»root»,»app»:»webdav»,»method»:»DELETE»,»url»:»/remote.php/webdav/Documents%20de%20R%C3%A9f%C3%A9rence/Guide/Guide%20Utilisation%20Informatique/E17-GuideEmail-005-GF.log»,»message»:»Exception: {«Message»:»HTTP/1.1 404 File with name Documents de Ru00e9fu00e9rence/Guide/Guide Utilisation Informatique/E17-GuideEmail-005-GF.log could not be located»,»Exception»:»Sabre\DAV\Exception\NotFound»,»Code»:0,»Trace»:»#0 /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php(178): OCA\DAV\Connector\Sabre\ObjectTree->getNodeForPath(‘Documents de R\xC3…’)n#1 /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php(287): Sabre\DAV\Tree->delete(‘Documents de R\xC3…’)n#2 [internal function]: Sabre\DAV\CorePlugin->httpDelete(Object(Sabre\HTTP\Request), Object(Sabre\HTTP\Response))n#3 /var/www/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php(105): call_user_func_array(Array, Array)n#4 /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php(479): Sabre\Event\EventEmitter->emit(‘method:DELETE’, Array)n#5 /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php(254): Sabre\DAV\Server->invokeMethod(Object(Sabre\HTTP\Request), Object(Sabre\HTTP\Response))n#6 /var/www/nextcloud/apps/dav/appinfo/v1/webdav.php(71): Sabre\DAV\Server->exec()n#7 /var/www/nextcloud/remote.php(162): require_once(‘/var/www/nextcl…’)n#8 {main}»,»File»:»/var/www/nextcloud/apps/dav/lib/Connector/Sabre/ObjectTree.php»,»Line»:173,»User»:»root»}»,»userAgent»:»Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36″,»version»:»12.0.0.29″}

Browser log

Browser log
core.js?v=766da77867c932e851b286643f995ef2-38:5720 DELETE https://tsunami.ageg.ca/remote.php/webdav/Documents%20de%20R%C3%A9f%C3%A9rence/Guide/Guide%20Utilisation%20Informatique/E17-GuideEmail-005-GF.log 404 ()
request @ core.js?v=766da77867c932e851b286643f995ef2-38:5720
_simpleCall @ client.js?v=766da77867c932e851b286643f995ef2-38:665
remove @ client.js?v=766da77867c932e851b286643f995ef2-38:699
(anonymous) @ merged-index.js?v=766da77867c932e851b286643f995ef2-38:6417
_.each._.forEach @ core.js?v=766da77867c932e851b286643f995ef2-38:166
do_delete @ merged-index.js?v=766da77867c932e851b286643f995ef2-38:6416
_onClickDeleteSelected @ merged-index.js?v=766da77867c932e851b286643f995ef2-38:4743
dispatch @ core.js?v=766da77867c932e851b286643f995ef2-38:3
r.handle @ core.js?v=766da77867c932e851b286643f995ef2-38:3

Nextcloud community

Loading

Steps to reproduce

  1. Open trash bin for user via web interface
  2. Select all files and select option to completly delete them
  3. Open trash bin again and files would be there
  4. Try to cleanup trash bin via OCC command php occ trashbin:cleanup username
  5. Open trash bin in web-interface again
  6. Files would be there anyway

Expected behaviour

All files should be deleted

Actual behaviour

All deleted files are present in trash bin still

Server configuration

Operating system:
Debian 9

Web server:
Apache+Nginx
Apache/2.4.25
nginx/1.16.1

Database:
MariaDB-10.2.29

PHP version:
PHP 7.4.13

Nextcloud version: (see Nextcloud admin page)
20.0.4

Updated from an older Nextcloud/ownCloud or fresh install:
Updated (this issue was in previous versions too)

Where did you install Nextcloud from:
from github

Signing status:

Signing status

No errors have been found.

List of activated apps:

App list

Enabled:
  - activity: 2.13.4
  - admin_audit: 1.10.0
  - announcementcenter: 4.0.0
  - apporder: 0.11.0
  - bookmarks: 4.0.5
  - breezedark: 20.0.2
  - bruteforcesettings: 2.0.1
  - calendar: 2.1.3
  - cloud_federation_api: 1.3.0
  - comments: 1.10.0
  - contacts: 3.4.2
  - contactsinteraction: 1.1.0
  - dav: 1.16.2
  - extract: 1.3.0
  - federatedfilesharing: 1.10.2
  - files: 1.15.0
  - files_mindmap: 0.0.24
  - files_pdfviewer: 2.0.1
  - files_rightclick: 0.17.0
  - files_sharing: 1.12.1
  - files_trashbin: 1.10.1
  - files_versions: 1.13.0
  - files_videoplayer: 1.9.0
  - groupfolders: 8.2.0
  - logreader: 2.5.0
  - lookup_server_connector: 1.8.0
  - metadata: 0.12.0
  - music: 0.17.3
  - notes: 4.0.2
  - notifications: 2.8.0
  - oauth2: 1.8.0
  - password_policy: 1.10.1
  - passwords: 2020.12.1
  - phonetrack: 0.6.5
  - photos: 1.2.1
  - privacy: 1.4.0
  - provisioning_api: 1.10.0
  - qownnotesapi: 20.9.0
  - settings: 1.2.0
  - systemtags: 1.10.0
  - text: 3.1.0
  - theming: 1.11.0
  - twofactor_backupcodes: 1.9.0
  - updatenotification: 1.10.0
  - viewer: 1.4.0
  - workflow_script: 1.5.0
  - workflowengine: 2.2.0
Disabled:
  - accessibility
  - dashboard
  - encryption
  - federation
  - files_external
  - firstrunwizard
  - nextcloud_announcements
  - recommendations
  - serverinfo
  - sharebymail
  - support
  - survey_client
  - user_ldap
  - user_status
  - weather_status

Nextcloud configuration:

Config report

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "***REMOVED SENSITIVE VALUE***"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "20.0.4.0",
        "overwrite.cli.url": "https://***REMOVED SENSITIVE VALUE***",
        "htaccess.RewriteBase": "/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "mail_smtpmode": "smtp",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpauthtype": "LOGIN",
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "maintenance": false,
        "theme": "",
        "loglevel": 0,
        "app_install_overwrite": [
            "calendar"
        ],
        "mysql.utf8mb4": true,
        "simpleSignUpLink.shown": false,
        "updater.release.channel": "stable",
        "mail_sendmailmode": "smtp",
        "mail_smtpsecure": "ssl"
    }
}

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

Are you using encryption: yes/no
No

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

Client configuration

Browser:
Firefox 84.0.1 (x64)

Operating system:
Windows 10

Logs

Web server error log

Web server error log

***REMOVED SENSITIVE VALUE*** - - [05/Jan/2021:01:04:17 +0300] "DELETE /remote.php/dav/trashbin/***REMOVED SENSITIVE VALUE***/trash HTTP/1.0" 204 525 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"

Nextcloud log (data/nextcloud.log)

Nextcloud log

{"reqId":"L9EsjqHji9lUaqP9Njrz","level":0,"time":"2021-01-04T22:01:37+00:00","remoteAddr":"***REMOVED SENSITIVE VALUE***","user":"***REMOVED SENSITIVE VALUE***","app":"contacts","method":"DELETE","url":"/remote.php/dav/trashbin/***REMOVED SENSITIVE VALUE***/trash","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0","version":"20.0.4.0"}
{"reqId":"L9EsjqHji9lUaqP9Njrz","level":0,"time":"2021-01-04T22:01:37+00:00","remoteAddr":"***REMOVED SENSITIVE VALUE***","user":"***REMOVED SENSITIVE VALUE***","app":"groupfolders","method":"DELETE","url":"/remote.php/dav/trashbin/***REMOVED SENSITIVE VALUE***/trash","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0","version":"20.0.4.0"}
{"reqId":"L9EsjqHji9lUaqP9Njrz","level":0,"time":"2021-01-04T22:01:37+00:00","remoteAddr":"***REMOVED SENSITIVE VALUE***","user":"***REMOVED SENSITIVE VALUE***","app":"files_sharing","method":"DELETE","url":"/remote.php/dav/trashbin/***REMOVED SENSITIVE VALUE***/trash","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0","version":"20.0.4.0"}
{"reqId":"L9EsjqHji9lUaqP9Njrz","level":0,"time":"2021-01-04T22:01:37+00:00","remoteAddr":"***REMOVED SENSITIVE VALUE***","user":"***REMOVED SENSITIVE VALUE***","app":"music","method":"DELETE","url":"/remote.php/dav/trashbin/***REMOVED SENSITIVE VALUE***/trash","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0","version":"20.0.4.0"}
{"reqId":"z0HGmbFY7laWnXtV3Ykl","level":0,"time":"2021-01-04T22:01:38+00:00","remoteAddr":"***REMOVED SENSITIVE VALUE***","user":"***REMOVED SENSITIVE VALUE***","app":"contacts","method":"PROPFIND","url":"/remote.php/dav/files/***REMOVED SENSITIVE VALUE***/","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)","version":"20.0.4.0"}
{"reqId":"z0HGmbFY7laWnXtV3Ykl","level":0,"time":"2021-01-04T22:01:38+00:00","remoteAddr":"***REMOVED SENSITIVE VALUE***","user":"***REMOVED SENSITIVE VALUE***","app":"groupfolders","method":"PROPFIND","url":"/remote.php/dav/files/***REMOVED SENSITIVE VALUE***/","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)","version":"20.0.4.0"}
{"reqId":"z0HGmbFY7laWnXtV3Ykl","level":0,"time":"2021-01-04T22:01:38+00:00","remoteAddr":"***REMOVED SENSITIVE VALUE***","user":"***REMOVED SENSITIVE VALUE***","app":"files_sharing","method":"PROPFIND","url":"/remote.php/dav/files/***REMOVED SENSITIVE VALUE***/","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)","version":"20.0.4.0"}
{"reqId":"z0HGmbFY7laWnXtV3Ykl","level":0,"time":"2021-01-04T22:01:38+00:00","remoteAddr":"***REMOVED SENSITIVE VALUE***","user":"***REMOVED SENSITIVE VALUE***","app":"music","method":"PROPFIND","url":"/remote.php/dav/files/***REMOVED SENSITIVE VALUE***/","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows) mirall/3.1.1stable-Win64 (build 20201222) (Nextcloud)","version":"20.0.4.0"}
{"reqId":"ABJEpBbs0KMHbtf1DuJU","level":0,"time":"2021-01-04T22:01:39+00:00","remoteAddr":"***REMOVED SENSITIVE VALUE***","user":"***REMOVED SENSITIVE VALUE***","app":"apporder","method":"POST","url":"/apps/text/session/sync","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0","version":"20.0.4.0"}
{"reqId":"ABJEpBbs0KMHbtf1DuJU","level":0,"time":"2021-01-04T22:01:39+00:00","remoteAddr":"***REMOVED SENSITIVE VALUE***","user":"***REMOVED SENSITIVE VALUE***","app":"contacts","method":"POST","url":"/apps/text/session/sync","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0","version":"20.0.4.0"}
{"reqId":"ABJEpBbs0KMHbtf1DuJU","level":0,"time":"2021-01-04T22:01:39+00:00","remoteAddr":"***REMOVED SENSITIVE VALUE***","user":"***REMOVED SENSITIVE VALUE***","app":"groupfolders","method":"POST","url":"/apps/text/session/sync","message":"/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0","version":"20.0.4.0"}

Browser log

Browser log

a) The javascript console log
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 34 globals.js:60:15
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 17 util.js:130:10
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 18 globals.js:60:15
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 2 globals.js:60:15

I would have been able to delete and add files.

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
«`

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

[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

Steps to reproduce

  1. Delete a file from storage, without deleting the associated DB entry (AKA fake a dirty delete for some reason…)
  2. load the file location in Nextcloud web interface
  3. Try to delete the file.
  4. Refresh. «Deleted» file still shows.

Expected behaviour

System tries to delete the file, then deletes the database entry.
On SabreDAVExceptionNotFound the orphaned database entry should be deleted as well

Actual behaviour

System tries to delete the file, returns SabreDAVExceptionNotFound and aborts

Server configuration

Operating system:
Linux sleipnir 4.9.0-2-amd64 #1 SMP Debian 4.9.18-1 (2017-03-30) x86_64 GNU/Linux

Web server:
NGINX 1.10.3-1

Database:
mariadb 10.1.23-9+deb9u1

PHP version:
PHP7.0.19-1 FPM

Nextcloud version: (see Nextcloud admin page)
12.0.0

Updated from an older Nextcloud/ownCloud or fresh install:
Updated from NC 11 to NC12 on release date.

Where did you install Nextcloud from:
Updater Module in NC

Signing status:

Signing status
No errors have been found.

List of activated apps:

App list
Enabled:
— activity: 2.5.2
— bruteforcesettings: 1.0.2
— comments: 1.2.0
— dav: 1.3.0
— federatedfilesharing: 1.2.0
— federation: 1.2.0
— files: 1.7.2
— files_markdown: 1.0.1
— files_pdfviewer: 1.1.1
— files_sharing: 1.4.0
— files_texteditor: 2.4.1
— files_trashbin: 1.2.0
— files_versions: 1.5.0
— files_videoplayer: 1.1.0
— firstrunwizard: 2.1
— gallery: 17.0.0
— logreader: 2.0.0
— lookup_server_connector: 1.0.0
— nextcloud_announcements: 1.1
— notifications: 2.0.0
— oauth2: 1.0.5
— password_policy: 1.2.2
— provisioning_api: 1.2.0
— serverinfo: 1.2.0
— sharebymail: 1.2.0
— survey_client: 1.0.0
— systemtags: 1.2.0
— theming: 1.3.0
— twofactor_backupcodes: 1.1.1
— updatenotification: 1.2.0
— user_ldap: 1.2.1
— workflowengine: 1.2.0
Disabled:
— admin_audit
— encryption
— files_external
— user_external

Nextcloud configuration:

Config report
{
«system»: {
«updatechecker»: false,
«instanceid»: «oc6n6tqq77xl»,
«passwordsalt»: «***REMOVED SENSITIVE VALUE***»,
«secret»: «***REMOVED SENSITIVE VALUE***»,
«trusted_domains»: [
«tsunami.ageg.ca»,
«nextcloud.ageg.ca»
],
«datadirectory»: «/srv/owncloud/data»,
«overwrite.cli.url»: «https://tsunami.ageg.ca»,
«dbhost»: «localhost»,
«dbname»: «nextcloud»,
«dbtype»: «mysql»,
«dbuser»: «***REMOVED SENSITIVE VALUE***»,
«dbpassword»: «***REMOVED SENSITIVE VALUE***»,
«dbtableprefix»: «oc_»,
«version»: «12.0.0.29»,
«logtimezone»: «UTC»,
«installed»: true,
«theme»: «»,
«forcessl»: true,
«forceSSLforSubdomains»: true,
«openssl»: {
«config»: «/etc/ssl/openssl.cnf»
},
«memcache.local»: «\OC\Memcache\Redis»,
«memcache.locking»: «\OC\Memcache\Redis»,
«redis»: {
«host»: «127.0.0.1»,
«port»: 6379
},
«mail_smtpmode»: «smtp»,
«mail_smtpsecure»: «tls»,
«mail_from_address»: «serveur»,
«mail_domain»: «ageg.ca»,
«mail_smtpauthtype»: «PLAIN»,
«mail_smtpauth»: 1,
«mail_smtphost»: «sleipnir.ageg.ca»,
«mail_smtpport»: «587»,
«mail_smtpname»: «***REMOVED SENSITIVE VALUE***»,
«mail_smtppassword»: «***REMOVED SENSITIVE VALUE***»,
«ldapIgnoreNamingRules»: false,
«loglevel»: 0,
«maintenance»: false,
«trashbin_retention_obligation»: «auto»,
«htaccess.RewriteBase»: «/»,
«ldapProviderFactory»: «\OCA\User_LDAP\LDAPProviderFactory»,
«updater.release.channel»: «stable»
}
}

Are you using external storage, if yes which one: local storage on filesystem (outside nextcloud folder)

Are you using encryption: no

Are you using an external user-backend, if yes which one: LDAP

LDAP configuration (delete this part if not used)

LDAP config
+——————————-+————————————————————+
| Configuration | s01 |
+——————————-+————————————————————+
| hasMemberOfFilterSupport | |
| hasPagedResultSupport | |
| homeFolderNamingRule | |
| lastJpegPhotoLookup | 0 |
| ldapAgentName | cn=nextcloud,ou=services,dc=ageg,dc=ca |
| ldapAgentPassword | *** |
| ldapAttributesForGroupSearch | |
| ldapAttributesForUserSearch | |
| ldapBackupHost | |
| ldapBackupPort | |
| ldapBase | dc=ageg,dc=ca |
| ldapBaseGroups | dc=ageg,dc=ca |
| ldapBaseUsers | dc=ageg,dc=ca |
| ldapCacheTTL | 600 |
| ldapConfigurationActive | 1 |
| ldapDefaultPPolicyDN | |
| ldapDynamicGroupMemberURL | |
| ldapEmailAttribute | mail |
| ldapExperiencedAdmin | 0 |
| ldapExpertUUIDGroupAttr | |
| ldapExpertUUIDUserAttr | |
| ldapExpertUsernameAttr | |
| ldapGidNumber | gidNumber |
| ldapGroupDisplayName | cn |
| ldapGroupFilter | |
| ldapGroupFilterGroups | |
| ldapGroupFilterMode | 0 |
| ldapGroupFilterObjectclass | |
| ldapGroupMemberAssocAttr | uniqueMember |
| ldapHost | ldapi:/// |
| ldapIgnoreNamingRules | |
| ldapLoginFilter | (&(|(objectclass=inetOrgPerson))(|(uid=%uid)(|(cn=%uid)))) |
| ldapLoginFilterAttributes | cn |
| ldapLoginFilterEmail | 0 |
| ldapLoginFilterMode | 0 |
| ldapLoginFilterUsername | 1 |
| ldapNestedGroups | 0 |
| ldapOverrideMainServer | |
| ldapPagingSize | 500 |
| ldapPort | 389 |
| ldapQuotaAttribute | |
| ldapQuotaDefault | |
| ldapTLS | 0 |
| ldapUserDisplayName | displayname |
| ldapUserDisplayName2 | |
| ldapUserFilter | (|(objectclass=inetOrgPerson)) |
| ldapUserFilterGroups | |
| ldapUserFilterMode | 0 |
| ldapUserFilterObjectclass | inetOrgPerson |
| ldapUuidGroupAttribute | auto |
| ldapUuidUserAttribute | auto |
| turnOffCertCheck | 0 |
| turnOnPasswordChange | 0 |
| useMemberOfToDetectMembership | 1 |
+——————————-+————————————————————+

Client configuration

Browser:
Chromium 59.0.3071.86 (Developer Build) (64-bit)
Firefox 52.0.2 (64-bit)

Operating system:
Debian 4.9.30-2 (2017-06-12) x86_64 GNU/Linux

Logs

Web server error log

Web server error log
==> nextcloud.access.log <==
10.236.34.39 — — [16/Jun/2017:21:43:30 -0400] «DELETE /remote.php/webdav/Documents%20de%20R%C3%A9f%C3%A9rence/Guide/Guide%20Utilisation%20Informatique/E17-GuideEmail-005-GF.log HTTP/2.0» 404 8486 «-» «Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36»
(No Internal NGINX or PHP Error Reported)

Nextcloud log (data/nextcloud.log)

Nextcloud log
==> /srv/owncloud/data/nextcloud.log <==
{«reqId»:»7M9ys6vkDj17ZnJydp1u»,»level»:0,»time»:»2017-06-17T01:43:30+00:00″,»remoteAddr»:»10.236.34.39″,»user»:»root»,»app»:»webdav»,»method»:»DELETE»,»url»:»/remote.php/webdav/Documents%20de%20R%C3%A9f%C3%A9rence/Guide/Guide%20Utilisation%20Informatique/E17-GuideEmail-005-GF.log»,»message»:»Exception: {«Message»:»HTTP\/1.1 404 File with name Documents de R\u00e9f\u00e9rence\/Guide\/Guide Utilisation Informatique\/E17-GuideEmail-005-GF.log could not be located»,»Exception»:»Sabre\\DAV\\Exception\\NotFound»,»Code»:0,»Trace»:»#0 \/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Tree.php(178): OCA\\DAV\\Connector\\Sabre\\ObjectTree->getNodeForPath(‘Documents de R\\xC3…’)\n#1 \/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php(287): Sabre\\DAV\\Tree->delete(‘Documents de R\\xC3…’)\n#2 [internal function]: Sabre\\DAV\\CorePlugin->httpDelete(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#3 \/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#4 \/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(479): Sabre\\Event\\EventEmitter->emit(‘method:DELETE’, Array)\n#5 \/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(254): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#6 \/var\/www\/nextcloud\/apps\/dav\/appinfo\/v1\/webdav.php(71): Sabre\\DAV\\Server->exec()\n#7 \/var\/www\/nextcloud\/remote.php(162): require_once(‘\/var\/www\/nextcl…’)\n#8 {main}»,»File»:»\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/ObjectTree.php»,»Line»:173,»User»:»root»}»,»userAgent»:»Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36″,»version»:»12.0.0.29″}

Browser log

Browser log
core.js?v=766da77867c932e851b286643f995ef2-38:5720 DELETE https://tsunami.ageg.ca/remote.php/webdav/Documents%20de%20R%C3%A9f%C3%A9rence/Guide/Guide%20Utilisation%20Informatique/E17-GuideEmail-005-GF.log 404 ()
request @ core.js?v=766da77867c932e851b286643f995ef2-38:5720
_simpleCall @ client.js?v=766da77867c932e851b286643f995ef2-38:665
remove @ client.js?v=766da77867c932e851b286643f995ef2-38:699
(anonymous) @ merged-index.js?v=766da77867c932e851b286643f995ef2-38:6417
_.each._.forEach @ core.js?v=766da77867c932e851b286643f995ef2-38:166
do_delete @ merged-index.js?v=766da77867c932e851b286643f995ef2-38:6416
_onClickDeleteSelected @ merged-index.js?v=766da77867c932e851b286643f995ef2-38:4743
dispatch @ core.js?v=766da77867c932e851b286643f995ef2-38:3
r.handle @ core.js?v=766da77867c932e851b286643f995ef2-38:3

  • Произошла ошибка при попытке отправки попробуйте чуть позже code 5009
  • Произошла ошибка при попытке найти виртуальную машину
  • Произошла ошибка при попытке копирования файла устройство не готово
  • Произошла ошибка при попытке копирования файла том для открытого файла
  • Произошла ошибка при попытке копирования файла недостаточно ресурсов памяти для обработки команды