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 -->
  #18 (permalink)  
Old 05-15-2008
vamshikrishnab vamshikrishnab is offline
Registered User
 

Join Date: May 2008
Posts: 32
# cd /etc/rc2.d
# grep -i http *
S95http: touch $BASEDIR/var/http/.initialized
S95svm.sync: echo "Troubleshooting section, at http://docs.sun.com or from"
# cd /etc/rc3.d
# grep -i http *
# cd /etc/init.d
# grep -i http *
httpd: touch $BASEDIR/var/http/.initialized
svm.sync: echo "Troubleshooting section, at http://docs.sun.com or from"



and for


/usr/lib/httpd -t -S

the result i got is :

Usage: {<flag>}
-a Start administration server.
-c <config file name> Server configuration file.
-i <instance name> Server instance name.
-I Run as child of inetd.
-v Check configuration file syntax.
-V Display SWS version number.
Reply With Quote