Setting up a simple Apache server in Cygwin

Post date: Aug 05, 2014 3:54:45 PM

Configure cygwin server

cygserver-config

Start cygwin server

net start cygserver

Configure apache server in /etc/apache2/httpd.conf

Start Apache

/usr/sbin/apachectl2 start

The default serving html is in /srv/www/htdocs/index.html