# #--------------------------------- START OF LICENSE ---------------------------- # # Apache Cimprov ver. 1.0 # # Copyright (c) Microsoft Corporation # # All rights reserved. # # Licensed under the Apache License, Version 2.0 (the License); you may not use # this file except in compliance with the license. You may obtain a copy of the # License at http://www.apache.org/licenses/LICENSE-2.0 # # THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF # ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED # WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, # MERCHANTABLITY OR NON-INFRINGEMENT. # # See the Apache Version 2.0 License for specific language governing permissions # and limitations under the License. # #---------------------------------- END OF LICENSE ----------------------------- # # This is the Apache server configuration file for mod_comprov. # It contains configuration directives to configure the mod_cimprov # module. # # Module mod_cimprov provides a CIM provider (based on OMI) to the # Apache server. # # # Dynamic Shared Object (DSO) Support # LoadModule cimprov_module /opt/microsoft/apache-cimprov/lib/mod_cimprov.so # # Cim provider definitions: # # CimSetLogging sets detailed logging for Cim module. Use value "On" # to enable logging information, "Off" to disable logging information. # # CimBusyRefreshFrequency sets busy/refresh frequench for busy/idle # thread counts. Default = 60 seconds. Set to -1 to disable, 0 to # update on each request to the server. # #CimSetLogging Off #CimBusyRefreshFrequency 60