From: John Haugabook <johnhaugab...@gmail.com> This patch provides a copy/paste command to start the local host via the command line, and a note on alternatively using server software to start the local site.
Signed-off-by: John Haugabook <johnhaugab...@gmail.com> --- winsup/doc/faq-resources.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/winsup/doc/faq-resources.xml b/winsup/doc/faq-resources.xml index abe3f50f3..7c7bbac77 100644 --- a/winsup/doc/faq-resources.xml +++ b/winsup/doc/faq-resources.xml @@ -109,5 +109,13 @@ root of the cloned site and run: $ cp -r [path_for]/newlib-cygwin/build/x86_64-pc-cygwin/winsup/doc/faq/*html doc/preview/faq </screen> </para> + +<para> +Then run: +<screen> + $ httpd.exe -f "%cd%\httpd.conf" -DFOREGROUND +</screen> +Or use server software to start the local server. +</para> </answer></qandaentry> </qandadiv> -- 2.49.0.windows.1