What is the code? What does it do?

Discussion in 'Apache' started by johonwayni, Sep 15, 2011.

  1. #1
    What is the code? What does it do?

    <IfModule mod_suphp.c>
     suPHP_ConfigPath /****/***
     <Files php.ini>
       order allow,deny
       deny from all
     </Files>
    </IfModule>
    Code (markup):

     
    johonwayni, Sep 15, 2011 IP
  2. inky2k

    inky2k Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That module allows to execute scripts with permissions for current user it's run for. for example - you have an account on web hosting and you have some script that you want to run and probably produce some output files - these files will get permissions of your account.
     
    inky2k, Sep 17, 2011 IP