Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [anup123] Is this normal?

Quote Reply
Re: [anup123] Is this normal? In reply to
It's possible you are trying to restart the wrong httpd server. When cd'ing into /etc/rc.d/init.d and then using:

httpd restart

...then that's probably not doing what you think. From your shell account your path env will be taking over and you will be restarting the httpd server located somewhere like /usr/bin

/etc/rc.d/init.d/httpd test

...works because you are specifying the full path. Without the full path you'd need to do:

cd /etc/rc.d/init.d
./httpd test

Last edited by:

Paul: May 16, 2003, 6:54 AM
Subject Author Views Date
Thread Is this normal? anup123 4636 May 15, 2003, 11:45 AM
Thread Re: [anup123] Is this normal?
Paul 4577 May 16, 2003, 2:33 AM
Thread Re: [Paul] Is this normal?
anup123 4583 May 16, 2003, 3:50 AM
Thread Re: [anup123] Is this normal?
Paul 4556 May 16, 2003, 4:00 AM
Thread Re: [Paul] Is this normal?
anup123 4575 May 16, 2003, 5:38 AM
Thread Re: [anup123] Is this normal?
Paul 4548 May 16, 2003, 6:54 AM
Post Re: [Paul] Is this normal?
anup123 4530 May 21, 2003, 3:11 PM