How to restart Apache server under IRIX?
Thanks advance!
Tieming
Tim wrote:
> Hi, all:
>
> How to restart Apache server under IRIX?
The same way that you restart it under any UNIX system; "apachectl
restart".
> Thanks advance!
No problem.
Hope this helps,
Don
--
*************************** You a bounty hunter?
* Rev. Don McDonald, SCNA * Man's gotta earn a living.
* Baltimore, MD * Dying ain't much of a living, boy.
*************************** "Outlaw Josey Wales"
> How to restart Apache server under IRIX?
/path_to_apache/bin/apachectl restart
--
Desmond Coughlan
desmond @ zeouane.org
http: // www . zeouane . org
Desi Coughlan wrote:
> Tim <iap...@hotmail.com> wrote...
>
>
>>How to restart Apache server under IRIX?
>
>
> /path_to_apache/bin/apachectl restart
Poor Desi still shamelessly cribbing from Rev. Kool. :-(
Yours in Christ,
> Tim wrote:
> > Hi, all:
> >
> > How to restart Apache server under IRIX?
>
> The same way that you restart it under any UNIX system; "apachectl
> restart".
Poor Donnie - he apparently doesn't know about graceful restarts of
apache. Not surprising given that he knows nothing about Unix systems
administration.
Tim will cause those connected to his web server less grief if he uses
the "graceful" directive.
On the other hand, if he's using SGI's brain-dead, proprietary
implementation of Apache, he'll have to use one of the following:
/etc/init.d/sgi_apache restart
or
/var/sgi_apache/server/sbin/apachectl graceful
If you have any objections or comments on this posting, please do
not reply to this message; the robot's maintainer will not see your
reply. Instead, start a new thread in this newsgroup, or send Sam
some email. His email address be obtained at http://www.samiam.org/ ]
"Don Kool" is our resident net.kook on this newsgroup, and
deliberately posts inflammatory posts in order to anger
people, causing them to reply to his dreck. He is either
unwilling or unable to engage in reasonable discussion.
The best way to handle Don Kool is to place him in your
killfile. In other words, set up your Usenet newsreader to
silently delete any posts which he posts. If possible, set
things up to delete any replies to any of Don's postings;
there is a "dancing troop" of people who reply to Don who you
may consider to be almost as annoying as Don is.
For your information, Don has been engaging in this kind of
activity for years. The users on alt.activism.death-penalty
have independently set up a similiar auto-reply to Don's
postings in their newsgroup; Don "Kool" MacDonald was voted
Kook of the Month for April, 1996:
http://groups.google.com/groups?selm=4ko5ci%24k3b%40reader2.ix.netcom.com
http://groups.google.com/groups?selm=ADC5D7339668120C6%40klang.wetware.com
[ For people that don't want to see this reply, which is for newcomers to
this newsgroup who haven't killfiled Don yet, please set up your
newsreader to kill articles with an "X-Kook" header, or if you have a
newsreader which can not do so, kill on the From line of this message,
which is only used for these auto-replies. If you want to kill any
followups to this message, the Message-ID of this message has the string
"xkook" in it. ]
Tim,
Did you get Joao's reply to your post last time you posted this
question?
If not, it looks like something is broken with your Usenet setup. Here
is the answer Joao sent in <b1ollq$bn7$1...@charm.magnus.acs.ohio-state.edu>:
>Apache should come with a "apachectl" utility...
>Just do "apachectl help" to find out it's options. "apachectl restart"
>should do what you want...
- Sam
--
My email address may be obtained at http://www.samiam.org/ssi/mailme.shtml
In news:xkook-h...@koala.samiam.org,
Sam Trenholme's robot <nobody...@koala.samiam.org> typed:
Thanks Sam,
That's much easier to killfile on.
Adam
> [ This is a automatically generated posting which is posted whenever
Do you have any objection to me charging you for the chunk of my bandwidth you
waste everytime this *tome* comes into my news server?
J
--
John M Dow <jmd at nelefa dot org>
http://www.nelefa.org GamerTag: nelefa
A UNIX saleslady, Lenore,
Enjoys work, but she likes the beach more.
She found a good way
To combine work and play:
She sells C shells by the seashore.
DJ Sceptre of Man Gravy wrote:
> "Rev. Don Kool" wrote:
>>Tim wrote:
>>
>>>Hi, all:
>>>
>>>How to restart Apache server under IRIX?
>>
>> The same way that you restart it under any UNIX system; "apachectl
>>restart".
>
>
> Poor Donnie - he apparently doesn't know about graceful restarts of
> apache. Not surprising given that he knows nothing about Unix systems
> administration.
Funny, we missed you at the last LISA conference, Herbie. LOL!!
> Tim will cause those connected to his web server less grief if he uses
> the "graceful" directive.
>
> On the other hand, if he's using SGI's brain-dead, proprietary
> implementation of Apache,
Actually it's SGI's improvement of APACHE.
Happy to have cleared things up for you,
Agreed. Thanks.
I am still in trouble. Each time after I type "apachectl restart" it said
"command not found". I typed this command after I enter "apache/sbin".
Any idea? My boss is kind of mad for this problem. Please help.
Let' me explain it more clear. We are using Apache for our lab website. For
some reason, the website didn't work currently. So I am thinking about to
restart Apache to see if that's will work.
Thanks!
Tim
"DJ Sceptre of Man Gravy" <donnie....@impotent.wanker.cxm> wrote in
message news:donnie.mcdonald-47...@newsroom.utas.edu.au...
> I am still in trouble. Each time after I type "apachectl restart" it said
> "command not found". I typed this command after I enter "apache/sbin".
>
> Any idea? My boss is kind of mad for this problem. Please help.
The current directory won't be in your $PATH.
Try ...
./apachectl graceful
> le Wed, 19 Feb 2003 13:24:07 -0500, dans l'article
> <b30i47$6s2$1...@charm.magnus.acs.ohio-state.edu>, Tim <iap...@hotmail.com>
> a dit ...
>
> > I am still in trouble. Each time after I type "apachectl restart" it
> > said
> > "command not found". I typed this command after I enter "apache/sbin".
> >
> > Any idea? My boss is kind of mad for this problem. Please help.
>
> The current directory won't be in your $PATH.
>
> Try ...
>
> ./apachectl graceful
Nononononononononono!
Bloody Solaris admins. Wouldn't know the time of day unless someone
told them. ;P
The following will restart your server:
/etc/init.d/sgi_apache stop
followed by
/etc/init.d/sgi_apache start
If you're a quick typist, the downtime on your server will be less than
a second.
apachectl on Irix is found in /var/sgi_apache/server/sbin (why? I don't
know - SGI like to be "different") and appears to be broken in its
out-of-the-box form. I haven't investigated it thoroughly, though.
Mr Q. Z. D.
--
Drinker, systems administrator, wannabe writer, musician and all-round bastard.
"...Base 8 is just like base 10 really... ((o))
If you're missing two fingers." - Tom Lehrer ((O))
[...snip...]
> If you're a quick typist, the downtime on your server will be less than
> a second.
>
> apachectl on Irix is found in /var/sgi_apache/server/sbin (why? I don't
> know - SGI like to be "different") and appears to be broken in its
> out-of-the-box form. I haven't investigated it thoroughly, though.
Chill your fear, kiddo. PC wannabe "admins" like desi will
never get their hands on a real UNIX system.
Yours in the glory that is our Lord Jesus Christ,
Don
--
*********************** You a bounty hunter?
* Rev. Don McDonald * Man's gotta earn a living.
* Baltimore, MD * Dying ain't much of a living, boy.
*********************** "Outlaw Josey Wales"
> The following will restart your server:
>
> /etc/init.d/sgi_apache stop
>
> followed by
>
> /etc/init.d/sgi_apache start
if apachectl is available on the platform, an "apachectl configtest" is a
great idea *before* doing the stop/start (using whatever means you prefer).
Otherwise if you've got a busted config somehow (and it does happen), the
server will stop and refuse to start. Ooops!
--
L.V.X., brother mouse
http://www.mousetrap.net/otr/ Old Time Radio
http:///greyhound.mousetrap.net/altus/ retired racer
"Sam Trenholme's robot" <nobody...@koala.samiam.org> wrote in message
news:xkook-h...@koala.samiam.org...
> Would you like to sell us a penis enlargement solution along with this;
> maybe even make us rich in less then 72 hours ?
Get over it. You can easily killfile on "Sam Trenholme's robot", can't
you? It's not rocket science.
Following the rules and not spamming newsgroups also isn't rocket
science, Herbie.
Happy to have cleared things up for you,
> Herbie wrote:
> > "Hansel & Gretel" <no...@rcn.net> wrote:
> >
> >
> >>Would you like to sell us a penis enlargement solution along with this;
> >>maybe even make us rich in less then 72 hours ?
> >
> >
> > Get over it. You can easily killfile on "Sam Trenholme's robot", can't
> > you? It's not rocket science.
>
> Following the rules and not spamming newsgroups also isn't rocket
> science, Herbie.
That would explain why you continue to spam newsgroups with your
gibberings, Donnie. Now stop whining and try to be a real man for a
change.
ROTFLMAO!!!
Obviously you are unfamiliar with the definition of "spam", sonny.
Hope this helps,
Don
--
*************************** Q: How many frenchmen does it take
* Rev. Don McDonald, SCNA * to defend Paris?
* Baltimore, MD * A: No one knows, it's never been tried.
***************************
Chill your fear, donnie boy. If your refering to IRIX, a very nice SGI o2
system can be had off ebay for ~$100, or even an Octane can be had for
~$200. Very much makes me think anyone can buy a nice SGI system, if thay
wanted to.
BTW, for people who are interested in SGI system's, here is a nice link to a
current Octanes buyers guide:
http://www.btinternet.com/~mfinbow/sgi/octane/index.html
If I can score an O2 for AUS$200 I will be a happy man indeed. I take
it that this is sans monitor.
mike wrote:
>>>apachectl on Irix is found in /var/sgi_apache/server/sbin (why? I don't
>>>know - SGI like to be "different") and appears to be broken in its
>>>out-of-the-box form. I haven't investigated it thoroughly, though.
>> Chill your fear, kiddo. PC wannabe "admins" like desi will
>>never get their hands on a real UNIX system.
> Chill your fear, donnie boy. If your refering to IRIX, a very nice SGI o2
> system can be had off ebay for ~$100, or even an Octane can be had for
> ~$200. Very much makes me think anyone can buy a nice SGI system, if thay
> wanted to.
There is nothing "very nice" about an O2. Now the O2000 was a nice box
and so was the ONYX/Challenge for its day. If you pay $100 for an O2,
you're getting ripped off (although the design of having everything pull
out with the flip of a lever is nice).
Hope this helps,
Don
--
*************************** Q: How many frenchmen does it take
* Rev. Don McDonald, SCNA * to defend Paris?
* Baltimore, MD * A: No one knows, it's never been tried.
***************************
http://mywebpages.comcast.net/oldno7/TheFrench.mpg
Reluctant Yamaha YZF-R1 Owner
Herbie wrote:
> mike <mmil...@comcast.net> wrote:
[...snip...]
>>BTW, for people who are interested in SGI system's, here is a nice link
>>to a
>>current Octanes buyers guide:
>>
>>http://www.btinternet.com/~mfinbow/sgi/octane/index.html
> If I can score an O2 for AUS$200 I will be a happy man indeed. I take
> it that this is sans monitor.
They probably want real money, Herbie.
Happy to have cleared things up for you,