Hi all, I am interested to know number of current connexions in my Apache server Server version: Apache/2.2.15 (UNIX) OS : Solaris 5.10 Any command/script for this ? Than'k, Med.
Perhaps you can use Apache mod_status: http://httpd.apache.org/docs/2.2/mod/mod_status.html Hope it helps.
hi , Thank you for your answer, I'm on console mode ,I can't use mod_status ...... I'm connected to the apache server remotely through PUTTY.
In fact what i'm looking for is a command or script that can return this result ,because enabling apache's mod_status will need to restart the apache server and since the server is in production I can't do it :s thank you
A restart of a production Apache server takes (or at least should take) a few seconds (less than half a minute). If you can't afford to do that to achieve what you want, I would consider rethinking why you need what you need.