Skip to content

Instantly share code, notes, and snippets.

@jwbargsten
jwbargsten / ajping.py
Last active August 29, 2015 14:01
pings a servlet engine with AJP protocol
#!/usr/bin/env python
# source: http://www.joedog.org/pub/AJP/ajping.txt
from struct import unpack
import time
import sys
import socket
acks = set([65, 66, 0, 1, 9])
@emag
emag / add-access-log.cli
Created December 1, 2013 15:12
Add WildFly Access Log
/subsystem=undertow/server=default-server/host=default-host/setting=access-log:add(prefix=access)