Server Side Includes & CGI variable set
Server Side Includes is the ability of the server to online put
the information in to the HTML pages. For more information please
refer to
Tutorial
page at NCSA.
It can execute a script, give the file inforamation, e.g. size, modified
time. It also give the information about the server and client, i.e.
CGI variable set, such as
- SERVER_SOFTWARE: Apache/2.4.41 (Ubuntu)
- SERVER_NAME: talent.in.th
- GATEWAY_INTERFACE: CGI/1.1
- SERVER_PROTOCOL: HTTP/1.1
- SERVER_PORT: 443
- REQUEST_METHOD: GET
- PATH_INFO: (none)
- PATH_TRANSLATED: (none)
- SCRIPT_NAME: /idea/SSI.shtml
- QUERYING_STRING: (none)
- REMOTE_HOST: (none)
- REMOTE_ADDR: 3.145.68.167
- AUTH_TYPE: (none)
- REMOTE_USER: (none)
- REMOTE_IDENT: (none)
- CONTENT_TYPE: (none)
- HTTP_ACCEPT: */*
- HTTP_USER_AGENT: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
- HTTP_REFERER: (none)
- HTTP_CONNECTION: (none)
- HTTP_ACCEPT_LANGUAGE: (none)
The following is the cmd command.
- CMD Finger:
[an error occurred while processing this directive]
- CMD ls:
[an error occurred while processing this directive]
- CMD myown:
[an error occurred while processing this directive]