User Tools

Site Tools


tips:linux:selinuxapache

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
tips:linux:selinuxapache [2012/06/03 10:26] – created eriktips:linux:selinuxapache [2012/06/04 07:25] erik
Line 1: Line 1:
-====== SELinux Apache Permissions ======+====== SELinuxApache Permissions ======
  
 To allow files in a directoy to be served by Apache with SELinux enabled: To allow files in a directoy to be served by Apache with SELinux enabled:
  
-   chcon -R -t httpd_sys_content_t <directory>+  chcon -R -t httpd_sys_content_t <directory>
        
 To check on the files security permissions use: To check on the files security permissions use:
  
-   ls -RZ <directory>+  ls -RZ <directory> 
 + 
 +To allow Apache to send emails use: 
 + 
 +  setsebool -P httpd_can_sendmail 1 
 +   
 +To check if the permission is on or off, use: 
 +   
 +  /usr/sbin/getsebool httpd_can_sendmail
tips/linux/selinuxapache.txt · Last modified: 2012/06/04 07:26 by erik