« Installation et configuration d'un serveur http apache 2.2 » : différence entre les versions

Aller à la navigation Aller à la recherche
Ligne 476 : Ligne 476 :
         UserDir public_html
         UserDir public_html
         UserDir disabled root
         UserDir disabled root
         <Directory /home/*/public_html>
         <Directory /home/*/public_html>
                 php_admin_value open_basedir ./
                 php_admin_value open_basedir ./
                 AllowOverride FileInfo AuthConfig Limit
                 AllowOverride FileInfo AuthConfig Limit Indexes
                 Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
                 Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
                <Limit GET POST OPTIONS>
                        Order allow,deny
                        Allow from all
                </Limit>
                <LimitExcept GET POST OPTIONS>
                        Order deny,allow
                        Deny from all
                </LimitExcept>
         </Directory>
         </Directory>
</IfModule>
</IfModule>
</nowiki></pre>
</nowiki></pre>


4 231

modifications

Menu de navigation