Lucee Server Admin Overview - Remote verse Local Host details

On the Lucee Admin - Overview Page

/lucee/admin/server.cfm
/lucee/admin/web.cfm

It is using CGI for the for:
github extension.functions.cfm

Remote IP: CGI.remote_addr
Host Name: CGI.server_name

For me, that is the (Apache) Web Server.

I would like to see the Lucee (Application) Server detail as well:

Lucee Server IP: CGI.local_addr
Lucee Server Host Name: CGI.local_host

In my environment I have Apache doing a RewriteRule and ProxyPassMatch to the Lucee Server.
Not sure if CGI is populated differently is using mod_cfml??