Skip to content

Instantly share code, notes, and snippets.

@murbano83
Forked from angelf/config-vlex.txt
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save murbano83/c13434cfd51ca152267c to your computer and use it in GitHub Desktop.
Save murbano83/c13434cfd51ca152267c to your computer and use it in GitHub Desktop.
########################################################
# BASE CONFIGURATION EZPROXY
Option ProxyByHostname
MaxLifetime 120
MaxSessions 500
MaxVirtualHosts 1000
Audit Most
AuditPurge 7
Option StatusUser
Option LogSession
IntruderIPAttempts -interval=5 -expires=15 20
IntruderUserAttempts -interval=5 -expires=15 10
UsageLimit -enforce -interval=15 -expires=120 -MB=100 Global
LogFormat %h %l %u %t "%r" %s %b
LogFile -strftime ezp%Y%m.log
# END OF EZPROXY BASE CONFIGURATION
########################################################
########################################################
# VLEX ACCESS CONFIGURATION
Name my.proxy.server.com
HTTPMethod put
HTTPMethod delete
T vLex
U http://vlex.com
DJ vlex.com
URL http://vlex.com/account/login_ip
# END OF VLEX CONFIGURATION
########################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment