Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 01-03-2006, 10:18 PM   #1 (permalink)
 
Newb Techie

Join Date: Dec 2005

Posts: 4

albert85

Default apache server

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
albert85 is offline  
Old 01-04-2006, 07:51 AM   #2 (permalink)
 
Junior Techie

Join Date: Nov 2005

Posts: 74

philg

Default

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
__________________
www.pdgaskell.co.uk
philg is offline  
Old 01-05-2006, 03:31 AM   #3 (permalink)
 
Newb Techie

Join Date: Dec 2005

Posts: 4

albert85

Default

using this code in what platform? is it in windows?
where can i use this code? command prompt???
albert85 is offline  
Old 01-05-2006, 03:58 AM   #4 (permalink)
 
Junior Techie

Join Date: Nov 2005

Posts: 74

philg

Default

Linux/unix which I assumed you were usng since you are in the Linux/Unix/*BSD forum

You use this code in the terminal
__________________
www.pdgaskell.co.uk
philg is offline  
Old 01-05-2006, 07:13 AM   #5 (permalink)
 
Junior Techie

Join Date: Nov 2005

Posts: 74

philg

Default

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:
__________________
www.pdgaskell.co.uk
philg is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On