programming-examples/perl/CGI/CGI server-related environment variables.pl

11 lines
452 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
VARIABLE MEANING
GATEWAY_INTERFACE The version of CGI that the server supports. This might be CGI/1.1.
SERVER_NAME The Internet domain name of the server.
SERVER_PORT The port number that the Web server is using.
SERVER_PROTOCOL The name and version of the protocol with which the client sent this request.
SERVER_SOFTWARE The name and version of the Web server software. This might be NCSA/1.3