# Install is only allowed via local access (from the GLPI server).
    # Add your IP address if you need it for remote installation,
    # but remember to remove it after installation for security.
    
        # Apache 2.4
        Require local
        # Require ip ##.##.##.##
    
    
        # Apache 2.2
        Order Deny,Allow
        Deny from All
        Allow from 127.0.0.1
        Allow from ::1
    
    ErrorDocument 403 "Restricted area.
Only local access allowed.
Check your configuration or contact your administrator.
"
    
        # migration could be very long
        php_value max_execution_time 0
        php_value memory_limit -1