home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 March / apc432.iso / features / linux / mailstud / mailstat.tz / mailstat / mailstudio-1.5 / start < prev    next >
Encoding:
Text File  |  1998-12-24  |  116 b   |  8 lines

  1. #!/bin/sh
  2. PATH=/usr/bin:/bin
  3.  
  4. echo "Starting httpd..."
  5. echo
  6. ./httpd -d `pwd`
  7. ./httpd -f `pwd`/conf/httpd_admin.conf
  8.