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