I had this problem, and just an FYI, these are the directives I have active:
LoadModule zos_cmds_module modules/mod_zos_cmds.so LoadModule authnz_saf_module modules/mod_authnz_saf.so LoadModule mvsds_module modules/mod_mvsds.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule ibm_ssl_module modules/mod_ibm_ssl.so Also, make sure your started task name is exactly 8 characters long. The problem is with 7 characters or less, OMVS appends a numeric digit to the end of the child tasks. It is one of the numbered tasks that actually processes the z/os commands. If you make the STC 8 characters long then all the tasks have the same name, and a std P command works just fine. For example, when I first set it up, I used IHSSERV, and had a number of child tasks IHSSERV1, IHSSERV2, etc. I changed the STC to IHSSERVE, and now there are 6-7 address spaces all with IHSSERVE, but the standard operator commands now work. I opened a PMR with IBM support about this, and its WAD they said. It is one of those child tasks that actually processes the operator commands. _________________________________________________________________ Dave Jousma Assistant Vice President, Mainframe Engineering [email protected] 1830 East Paris, Grand Rapids, MIĀ 49546 MD RSCB2H p 616.653.8429 f 616.653.2717 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Leonardo Vaz Sent: Thursday, October 09, 2014 6:23 PM To: [email protected] Subject: Stop command - HTTP server migration - Domino-powered to Apache-Powered Hello list! We are migrating our z/OS IHS to IBM HTTP Server powered by Apache available in the ported tools. Everything seems to be working fine, including the MVSDS, which was a good surprise. The only thing we are having trouble with is the support for the STOP command instead of having to issue another start command with action='stop'. This support is supposed to be added by the directive "LoadModule zos_cmds_module modules/mod_zos_cmds.so", but even after adding the directive to the conf file the started task still does not accept stop or modify commands. The Apache online manual points out this is an extension module, which may need a change to the server build configuration files and re-compile Apache (http://publib.boulder.ibm.com/httpserv/manual70/mod/mod_zos_cmds.html) although the redbook (IBM HTTP Server on z/OS Migrating from Domino-powered to Apache-powered) does not mention anything but having to add the directive. We are using z/OS 2.1 and IHSA V8R5. Has anyone else bumped into this? I couldn't find any additional information. Thanks! Leo ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN This e-mail transmission contains information that is confidential and may be privileged. It is intended only for the addressee(s) named above. If you receive this e-mail in error, please do not read, copy or disseminate it in any manner. If you are not the intended recipient, any disclosure, copying, distribution or use of the contents of this information is prohibited. Please reply to the message immediately by informing the sender that the message was misdirected. After replying, please erase it from your computer system. Your assistance in correcting this error is appreciated. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
