starting - and stopping - our webservers
Topic 44 · 9 responses · archived october 2000
~terry
Fri, Sep 17, 1999 (17:25)
seed
How do you start - and stop our webservers. I always fumble around with
this most basic of tasks. So here's where I cna pigeonhole this stuff
away.
~terry
Fri, Sep 17, 1999 (17:26)
#1
On barton.spring.net ( I think! )
barton# kill -9 `ps -ax | awk '$5=="./httpd" {print $1}'`
Kill the web server.
barton# /usr/contrib/bin/httpd -f /var/www/conf/httpd.conf
Restart the web server.
Right now I can't get this to work.
~MarciaH
Fri, Sep 17, 1999 (17:37)
#2
sheesh...I just pay Hawaii-on-Line $20.94 each month and they do the worrying for me. (I know, where's the challenge in that?!)
~terry
Fri, Sep 17, 1999 (17:52)
#3
Got it to work! Repeater.org and boat.org are back up and running!
barton.spring.net is back online after a week of being down. DDC is being
very unresponsive lately.
~MarciaH
Fri, Sep 17, 1999 (18:13)
#4
Excellent!!! (Knew you would!) *hugs*
~ratthing
Fri, Sep 17, 1999 (22:26)
#5
too stop the webservers here i just do a search for the htttpd process:
ps ax | grep httpd
then i just kill the pid of the main httpd process.
~terry
Sat, Sep 18, 1999 (10:48)
#6
Which is the Ss process.
~MarciaH
Sun, Jan 9, 2000 (23:15)
#7
Is this where you were considering talking of the specifics of moving Spring to the new DigiHost...? Have nothing to add to this topic whatsoever, so I'll go back to whatever it is that I do on the Spring. Interesting to note you were having problems with DDC as long ago as September!
~sprin5
Thu, Feb 3, 2000 (08:34)
#8
This is the place and we done it!
~MarciaH
Thu, Feb 3, 2000 (14:37)
#9
Y I P P E E !