Решено: Апач не видит подмонтированую EncFS папку

Обсуждение настройки и работы сервисов, резервирования, сетевых настроек и вопросов безопасности ОС.

Модераторы: SLEDopit, Модераторы разделов

Vadya
Сообщения: 11

Решено: Апач не видит подмонтированую EncFS папку

Сообщение Vadya »

EncFS монтирует папку Private в домашней директории, там лежат папки виртуальных хостов, но апач почему-то их не видит.
Warning: DocumentRoot [/home/vadim/Private/HttpDocs/test/] does not exist
Подскажите в чем может быть дело?
Спасибо сказали:
watashiwa_daredeska
Бывший модератор
Сообщения: 4038
Статус: Искусственный интеллект (pre-alpha)
ОС: Debian GNU/Linux

Re: Решено: Апач не видит подмонтированую EncFS папку

Сообщение watashiwa_daredeska »

Shell

--public Attempt to make encfs behave as a typical multi-user filesystem. By default, all FUSE based filesystems are visi‐ ble only to the user who mounted them. No other users (including root) can view the filesystem contents. The --public option does two things. It adds the FUSE flags "allow_other" and "default_permission" when mounting the filesystem, which tells FUSE to allow other users to access the filesystem, and to use the ownership permissions provided by the filesystem. Secondly, the --public flag changes how encfs's node creation functions work - as they will try and set ownership of new nodes based on the caller identification.

Спасибо сказали:
Vadya
Сообщения: 11

Re: Решено: Апач не видит подмонтированую EncFS папку

Сообщение Vadya »

Спасибо, помогло
Спасибо сказали: