lightttpd couldn't set 'max filedescriptor



  • This is selinux restriction. To resolve this error on centos/redhat linux:

    First check

    $ grep lighttpd /var/log/audit/audit.log | audit2allow -M lighttpdmaxfds2
    ******************** IMPORTANT ***********************
    To make this policy package active, execute:
    
    semodule -i lighttpdmaxfds2.pp
    

    Then run the command as stated:

    $ semodule -i lighttpdmaxfds2.pp
    

Log in to reply
 

© Lightnetics 2024