webserverinfo(
ITEM
)

The webserverinfo( function retrieves additional information about the web server and the current browser request.


Parameters

This function has one parameter:

item – specifies what additional information should be retrieved.


Description

This function retrieves additional information about the web server and the current browser request. This function only works on Panorama X Server, and only when an external web server is being used (see Using an External Web Server). For example, this function could be used to find out what external web server software is running:

webserverinfo("SERVER_SOFTWARE") ☞ Apache/2.4.48 (Unix)

The available items that can be retrieved include:

Note: Some of these options may not be available on all servers.


See Also


History

VersionStatusNotes
10.2NewNew in this version.