This content has been marked as final.
Show 1 reply
-
1. Re: How do you log which jboss receives connection from apache?
rhusar Feb 19, 2019 9:10 AM (in response to giddington)Hi James,
the most logging you can get from mod_cluster if using native implementation is to add this line to your VirtualHost configuration:
<IfModule manager_module> Listen 8989 <VirtualHost *:8989> LogLevel debug ...