RackSystems
Verified User
Is there a way how to view the current httpd sessions and there url's, because my httpd has 180 procs running and i want to know which website this is.
antpeks said:saw that in my httpd.conf this in already active but i can't see anything on the server ip.
Who guides me in the right direction.
Peter
and change it to######
# Uncomment this next bit if you need to
# see the apache status of all incoming
# connections
#
#ExtendedStatus On
#<Location /httpd-status>
#SetHandler server-status
#</Location>
######
# Uncomment this next bit if you need to
# see the apache status of all incoming
# connections
#
ExtendedStatus On
<Location /httpd-status>
SetHandler server-status
</Location>
If you don't want everyone to be able to see it, I recommend using Allow from/Deny from directives and limiting server-status to 1 virtual host (preferably, secure virtual host).jlasman said:I never updated my old post but we now use this on new installs.
I recommend a different subdirectory location if you don't want everyone to be able to see it.