The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #16 (permalink)  
Old 05-15-2008
moofoo moofoo is offline
Registered User
 

Join Date: Jan 2008
Posts: 14
Quote:
Originally Posted by vamshikrishnab View Post
I had tried these commands in normal and root user, but same result

httpd -t -S
httpd: Command not found

> httpd -t -S
-t: Command not found

> httpd -S
-S: Command not found
ok your httpd executable is not in your $PATH whatever then execute

/usr/lib/httpd -t -S
Reply With Quote