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 4661 May 15, 2003, 11:45 AM
Thread Re: [anup123] Is this normal?
Paul 4601 May 16, 2003, 2:33 AM
Thread Re: [Paul] Is this normal?
anup123 4607 May 16, 2003, 3:50 AM
Thread Re: [anup123] Is this normal?
Paul 4581 May 16, 2003, 4:00 AM
Thread Re: [Paul] Is this normal?
anup123 4599 May 16, 2003, 5:38 AM
Thread Re: [anup123] Is this normal?
Paul 4573 May 16, 2003, 6:54 AM
Post Re: [Paul] Is this normal?
anup123 4554 May 21, 2003, 3:11 PM