Elwin Stelzer Eliazer <[email protected]> writes: > Can you explain your answer more on what you refer as "pass in the socket"? > To my understanding, apache listens only on TCP/IP sockets.
I don't know your entire workflow, and I wasn't talking about modifying apache. However it is possible to pass sockets between network namespaces if you do the proper things when you set them up at the beginning. So instead of a relay daemon you could open the socket you will use to talk to apache and pass it to your application, over a unix domain socket, or if you can possible at the creation of the network namespace. Eric _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
