comparison packages/net/httpd/current/ChangeLog @ 1535:00ed8504e595

Forgot to update the documentation in last checkin. Now done.
author nickg
date Tue, 09 Mar 2004 10:45:44 +0000
parents 606f06850b83
children 81ee8c3c3d7b
comparison
equal deleted inserted replaced
1534:606f06850b83 1535:00ed8504e595
2 2
3 * include/httpd.h: 3 * include/httpd.h:
4 * src/init.cxx: 4 * src/init.cxx:
5 * src/httpd.c: 5 * src/httpd.c:
6 * src/init.cxx: 6 * src/init.cxx:
7 * doc/httpd.sgml:
7 Added option to enable auto-starting of HTTPD. This is set by 8 Added option to enable auto-starting of HTTPD. This is set by
8 default so the current behaviour is retained. When this is 9 default so the current behaviour is retained. When this is
9 disabled the application has to call cyg_httpd_startup() to get 10 disabled the application has to call cyg_httpd_startup() to get
10 the server going. 11 the server going.
11 12