"Apache Worker Process Close Down: PID=11330; Configuration=0x7fe92f816000;"
It looks like the connection is closed because Apache decides to recycle the worker, therefore the connection is terminated. It's rather a question to Apache configuration, why it decided to recycle a worker process
I don't know what happens in your particular case. What you can do -- set logging level in the Web Gateway to "ev2"
"V2" incudus the following information: "Information regarding basic connection management between the Web Gateway and InterSystems IRIS (Start and Close points for each connection)"
Let the Web Gateway run for some time, then hopefully in the csp.log you'll see the details on how new connections are created and old ones are terminated
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
Other idea -- check Apache settings. Which MPM does it use, what recycle settings for worker does it have?
Also, some notes on MPM models of Apache:
https://docs.intersystems.com/iris20232/csp/docbook/Doc.View.cls?KEY=GCG...







I believe IRIS already can GRANT privileges on schema:
You can use SCHEMA schema-name as the object-list value to grant the object-privilege to all of the tables, views, and stored procedures in the named schema, in the current namespace. The following example grants this user SELECT privilege for all objects in the Sample schema.
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...