Skip to content
Snippets Groups Projects
vhost_apache.md 298 B
Newer Older
  • Learn to ignore specific revisions
  • ludovic's avatar
    ludovic committed
    vhost apache
    
    Giovannoni Laurent's avatar
    Giovannoni Laurent committed
    ============================================
    
    ludovic's avatar
    ludovic committed
    
    # Behind proxy
    
    ## allow ip
    
        SetEnvIF X-Forwarded-For "89.87.169.5" AllowIPMaarch
        SetEnvIF X-Forwarded-For "176.157.203.161" AllowIPMaarch
        
        <RequireAny>
        	Require env AllowIPMaarch
        </RequireAny>
    
    
    ## foward info
    ....