AdobeDocs / experience-manager-dispatcher.en

This is the repository for Adobe Experience Manager Dispatcher documentation. Your contributions to the documentation are welcome.
https://experienceleague.adobe.com/en/docs/experience-manager-dispatcher/using/dispatcher
Other
13 stars 16 forks source link

SELinux setup is incorrect #28

Closed paul-bjorkstrand closed 2 years ago

paul-bjorkstrand commented 4 years ago

The section on https://github.com/AdobeDocs/experience-manager-dispatcher.en/blob/master/help/using/dispatcher-install.md#apache-web-server---configure-selinux-properties-apache-web-server-configure-selinux-properties describing how to configure SELinux is not correct. The context that the documentation says to use, httpd_sys_content_t, is a read-only context, so the httpd process (thus the dispatcher module) cannot write into the directory. The correct context is either httpd_sys_rw_content_t or httpd_cache_t.

I tend to use the latter, because the dispatcher is logically, and technically a cache. The former is also a valid answer, though, since the httpd process needs to be able to write out the cache files.

bohnertchris commented 4 years ago

Thank you for pointing this out @paul-bjorkstrand! We will investigate.

bohnertchris commented 4 years ago

CQDOC-16122