The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 06-26-2006
wappyboy wappyboy is offline
Registered User
 

Join Date: Jun 2006
Posts: 6
the code :

236 ## Functions
237 ##
238
239 # When exit on error
240
241 function error()
242 {
243 echo "ERROR"
244 exit 2
245 }
246
247 # Check apache version, and configure it. Ask to restart apache server
248 # Make a copy of the original file as httpd.conf.initial
249
Reply With Quote