I have installed OpManager on a server on our network and set up apache to do rewrite rules to the server so I can access the site remotely which works great.
The problem am having is with the security of the OpManager Apache, the Apache document root is the home directory of OpManager(C:\Program Files\AdventNet\ME\OpManager) This is pretty bad as I can then do http://localhost/conf and then see the config of the machine and also likes of http://localhost/apache.
I have tried to change the httpd.conf to add -Indexes to Options variable but whenever I restart OpManager is reverts back to the original setup.
Has anyone else had this similar issue? Or has idea for a solution.