You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2019/07/02 07:47:21 UTC

[GitHub] [incubator-pagespeed-mod] felfert commented on issue #1855: Doesn't work with SELinux in enforcing mode

felfert commented on issue #1855: Doesn't work with SELinux in enforcing mode
URL: https://github.com/apache/incubator-pagespeed-mod/issues/1855#issuecomment-507562002
 
 
   It works here on Fedora with standard selinux attributes as follows:
   ```
   semanage fcontext -l | grep /var/cache/mod_
   /var/cache/mod_.*                                  all files          system_u:object_r:httpd_cache_t:s0 
   /var/cache/mod_gnutls(/.*)?                        all files          system_u:object_r:httpd_cache_t:s0 
   /var/cache/mod_proxy(/.*)?                         all files          system_u:object_r:httpd_cache_t:s0 
   /var/cache/mod_ssl(/.*)?                           all files          system_u:object_r:httpd_cache_t:s0
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services