duan62819774 2013-11-05 23:33
浏览 49
已采纳

由SELinux引起的mod-xsendfile 404

Ok. Wanted to share this - took me 10 hours to figure out.

I had properly installed mod-xsendfile, following the good instructions here.

I also configured xsendfile correctly in my /etc/httpd/conf/httpd.conf file, adding the settings: XSendFile on XSendFilePath /var/files_need_valid_session_to_view/

And I knew my code for generating the X-SENDFILE header was correct: it was working on a different server. However, I was getting 404 errors, no matter what I did. My OS was CentOS 6.4 final.

  • 写回答

2条回答 默认 最新

  • donglu6303 2013-11-06 10:15
    关注

    Label your directory with the correct SELinux label. See How to label an apache directory that is the same case for your folder '/var/files_need_valid_session_to_view/'.

    Disabling SELinux is an unnecessary security risk.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?