Mod_status and imscp

  • Hello,



    I have debian 8 and imscp 1.2.8 it worked before I could access monsite.com/server-status, but since updating it does not work I get an error:



    error 403



    Forbidden



    Yet I have added this in apache2.conf:


    <Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from myip
    </Location>




    Do you have a solution please?



    Thank you in advance

  • Hello,



    I found the solution, here is how I did it:



    You have to edit the file: /etc/apache2/mods-available/status.conf


    And comment the line:


    Code
    1. #Require local

    Edited once, last by raln ().