At 10:20 AM 7/1/2002, you wrote:
> > That's cd /usr/sbin > > Then ./httpd -v > > > > If /usr/sbin isn't in roots path, you're in big trouble ;-) > Oh Oh! root home]# pwd /home/sites/home [root home]# httpd -v sh: httpd: command not found [root home]# [root home]# pwd /home/sites/home [root home]# ./httpd -v sh: ./httpd: No such file or directory [root home]# How do I fix that? Paul
cd /usr/sbin ./httpd -v