|
My re-worked start-httpd
#!/bin/sh
instance=${1:-palace}
root=${2:-/usr/local}
$root/$instance/bin/httpd -f $root/$instance/conf/httpd.conf
-------------------------------------------------------------------
Did the above so it looked more like start-palace
|