Apache on Cygwin

To start apache:

    /usr/sbin/httpd

The config file is:

    /etc/apache/httpd.conf

To send a signal to the parent you should issue a command such as:

    kill -TERM `cat /var/run/httpd.pid`

You can read about its progress by issuing:

    tail -f /var/log/apache/logs/error_log