apachetomcatwsman

Apache module supports in wsman profile


I want to know which all modules in apache server supports wsman profile completly?


Solution

  • Have mod_wsman module for configuring openwsman web service in apache. You can download source code from this link .https://github.com/Openwsman/mod_wsman make , install and configure it in apache.

    mod_wsman is openwsman-server but without the http stack.

    It's an Apache plugin, so you can use the Apache http stack to handle requests and pass them to the openwsman-server backend for processing.

    mod_wsman is not very well maintained.