-1

How to enable mod_unique_id in IBM Http Server? I am using WAS for deployment. I didnt find any documentation online. Kindly share any link or steps if you have done already.

Following link confirms that it is supported by IBM Http server: link

covener
  • 17,402
  • 2
  • 31
  • 45
Valath
  • 880
  • 3
  • 13
  • 35

1 Answers1

1

This module requires no configuration other than being loaded. It is loaded in the default configuration file. Just check for this line:

LoadModule unique_id_module modules/mod_unique_id.so

And add it if it's not present. That's all there is to it.

covener
  • 17,402
  • 2
  • 31
  • 45