Help for this page

Select Code to Download


  1. or download this
    sub make_apachectl
    {
    ...
        }
    
    }
    
  2. or download this
    # Defining PID file allows multiple instances of Apache from the same 
    +binary
    PIDFILE=/home/www/$dname/pid/$dname.pid
    
    # the path to your httpd binary, including options if necessary
    HTTPD='/usr/local/apache/bin/httpd -f /home/www/$dname/conf/httpd.conf
    +'