Add HTTP command to STOP|START and display HTTP server status; HTTPPORT and HTTPROOT are also panel commands now. Script.c change to only indicate a configuration error when rc < 0 from process a configuration statement.

git-svn-id: file:///home/jj/hercules.svn/trunk@6790 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Paul Gorlinsky
2010-10-05 05:06:47 +00:00
parent a6f10e259c
commit 6692b40d93
8 changed files with 244 additions and 46 deletions

2
hdl.c
View File

@@ -121,6 +121,8 @@ int logger_flag = 0;
WRMSG(HHC01500, "I");
sysblk.httpshut = 1; /* shutdown indicator */
obtain_lock (&hdl_sdlock);
for(shdent = hdl_shdlist; shdent; shdent = hdl_shdlist)