Junction-specific static server response pages
We can customize static server response pages on a per-junction basis. Add the customized static server response page files into a junction-specific directory:
errors/language/junction_idwhere junction_id refers to the junction point for a standard junction (excluding the leading / character) or the virtual host label for a virtual host junction. For example:errors/C/test_junction
WebSEAL searches for static server response page files in the following sequence, returning the first file found to the client:
- errors/language/junction_id/page.<content-type>
- errors/language/junction_id/default.<content-type>
- errors/language/page.<content-type>
- errors/language/default.<content-type>
We can use the / character in the junction name. For example, if we created a junction directory named test under the jct directory, the junction is specified as /jct/test. In this instance WebSEAL searches for files in the errors/language/jct/test directory.
Parent topic: Server response page locations