VoyenceControl: Will disabling Apache's WebDAV module affect the operation of VoyenceControl?
search cancel

VoyenceControl: Will disabling Apache's WebDAV module affect the operation of VoyenceControl?

book

Article ID: 303482

calendar_today

Updated On:

Products

VMware

Issue/Introduction

Symptoms:


Will disabling Apache's WebDAV module affect the operation of VoyenceControl?

Environment

VMware Smart Assurance - NCM

Resolution


It is safe to disable Apache's WebDAV module by commenting out the following lines:
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so

The Apache service must be restarted after making this change.

Windows:
Apache2

Linux:
/etc/init.d/httpd restart

Solaris:
/etc/init.d/apache2 restart



Additional Information

The change above must be made to httpd.conf, which resides in theĀ [Apache Home]/conf directory.