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:
[email protected]


With regards,
Apache Git Services

Reply via email to