| Variable | Value | Description |
| GATEWAY_INTERFACE | $Env.GATEWAY_INTERFACE
| The revision of the Common Gateway Interface that the server uses.
|
| PATH_INFO | $Env.PATH_INFO | Extra path information passed to a CGI program. |
| PATH_TRANSLATED | $Env.PATH_TRANSLATED | The translated version of the path given by the variable PATH_INFO. |
| REMOTE_ADDR | $Env.REMOTE_ADDR | The remote IP address of the user making the request. |
| REMOTE_HOST | $Env.REMOTE_HOST | The remote hostname of the user making the request. |
| SCRIPT_NAME | $Env.SCRIPT_NAME | The virtual path of the script being executed. |
| SERVER_NAME | $Env.SERVER_NAME | The server's hostname or IP address. |
| SERVER_PORT | $Env.SERVER_PORT | The port number of the host on which the server is running. |
| SERVER_PROTOCOL | $Env.SERVER_PROTOCOL | The name and revision of the information protocol the request came in with. |
| SERVER_SOFTWARE | $Env.SERVER_SOFTWARE | The name and version of the server software that is answering the client request. |
| HTTP_USER_AGENT | $Env.HTTP_USER_AGENT | The browser the client is using to issue the request. |
| DocumentRoot | $Env.DocumentRoot | The directory from which Web documents are served. |
| Dir | $Env.Dir | Absolute access path to run Cybozu Office applications in the server's local disk. |
' If $DiskFreeSpace = -1
| DiskFreeSpace | More than 2 GB | Available free disk space. |
' Elif $DiskFreeSpace
| DiskFreeSpace | $DiskFreeSpace (bytes) | Available free disk space. |
' EndIf