[RESOLVED] Env['http_x_forwarded_for']

mistwang

LiteSpeed Staff
#2
Can you dump the entire ENV hash array?
It should be set if it is in the request header.
ENV has been replaced with a hash table during LSAPI initialization, all request headers should have been added to the hash table.
 
Top