You can run the server executable with the -v option (lowercase) to determine its version and use this to determine the version of ERS. The executable is found in the
bin/ directory of the
apache#.#/ directory under the ERS installation directory.
Note: This procedure assumes that you are using Apache 2.2.
1. Determine the
httpsd version installed.
Windows
Run this command:
cd <path_to_ERS_directory>\apache2.2\bin
For example, when ERS is installed in
C:\ERS, run this command:
cd C:\ERS\apache2.2\bin
Run this command:
httpsd.exe -v
Linux
Run this command:
cd <path_to_ERS_directory>\apache2.2\bin
For example, when ERS is installed in
C:\ERS, run this command:
cd C:\ERS\apache2.2\bin
Run this command:
httpsd.exe -v
Run this command:
$ cd /<path_to_ERS>/apache2.2/bin
For example, when ERS is installed in
/path/to/ERS/, run this command:
$ cd /path/to/ERS/apache2.2/bin
Run these commands:
$ . ./envvars
$ ./httpsd.worker -v
2. Identify the ERS version that matches the
httpsd version (identified in Step 1) using this table:
httpsd version | ERS version |
2.2.17 | 4.0.3 |
2.0.64 | 4.0.3 |
1.3.42 | 4.0.3 |
2.2.15 | 4.0.2 |
2.2.14 | 4.0.1 |
2.2.9 | 4.0.0 |
2.0.63 | 4.0.0 |
1.3.41 | 4.0.0 |