apache server

Status
Not open for further replies.

albert85

Beta member
Messages
4
if i want to update apache server, can i check the current user access the server to make sure that no user on the server then will down the server to update.is it apache can perform this task??? if can how ???


regards,
newbie:albert
 
You can do
Code:
netstat -ta | grep http
to see whos connected to your apache server.

If your installing apache into the same locations as the previous installation you can leave apache running, do the upgrade and then restart, on the restart the new http deamon will be used
 
using this code in what platform? is it in windows?
where can i use this code? command prompt???
 
Linux/unix which I assumed you were usng since you are in the Linux/Unix/*BSD forum

You use this code in the terminal
 
There is a netstat program for windows, run netstat at the command prompt. However it is pretty basic compared to the linux version. I also don't know how to pipe i/o at the windows command prompt, nor do I know of any grep-like utility.

Oh, and upgrading apache whilst leaving it running probably won't work in windows either.

Such a restrictive system :rolleyes:
 
Status
Not open for further replies.
Back
Top Bottom