Ohs installed with forms 12c is reverting files like httpd.conf and files in the document root to previous versions! This is not good. In fact the previous version of httpd.conf
was buggy not to
mention that the old doc files are wrong. Thus doing that stops ohs from starting. And the correct versions are gone, forever. This is server 2016.
How could this be happening? And I have found by rebooting the server intentionally that it does it again!
I can only imagine that somewhere in there there is a program copying files from somewhere. Any ideas how I can stop this?
If I look for httpd.conf on the server I find (not case sensitive).
c:\oracle\middleware\oracle_home\ohs\templates\conf\httpd.conf
c:\oracle\middleware\Oracle_home\user_projects\domains\base_domain\config\fmwconfig\components\OHS\instances\ohs1 (This is the one served)
c:\oracle\middleware\oracle_home\user_projects\domains\base_domain\config\fmwconfig\components\OHS\ohs1\httpd.conf (not served)
(I have no idea why there are two cases of ohs1 but there are. I found installing forms to be extraordinarily difficult and perhaps it was an artifact of that.)
Looking at what's in the directories, I'm thinking that something is copying files from ...OHS\ohs1\httpd.conf to ..\OHS\instances\ohs1
So I am going to try to make sure that the files in both places are the correct ones as an obvious solution. But how can I stop this nonsense?
Any ideas? I would ask support but I've had really super bad luck with them in the past few months.