You could always define the port as a wildcard: 80 TCP * ; HTTP Server
Some of our systems are defined that way while others are defined how you had it (but our names for the STC were all 8 characters ex: IHSERVER. Not sure if that makes a difference since it spawns children (WEBSRV11 WEBSRV12 etc etc). -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Mark Pace Sent: Thursday, June 06, 2013 09:09 To: [email protected] Subject: HTTP Server I'm trying to setup the HTTP server from IBM Ported tools. I can not get the server to start. $ bin/apachectl start (111)EDC5111I Permission denied. (errno2=0x744C7246): make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs In the documentation it talks about setting up the PORT statement in TCPIP. Contained in my TCPIP parms file 80 TCP WEBSRV1 ; Web Server WEBSRV1 is the name of the started task. When that didn't work I also tried using the userid that the started tasks runs as - WWWSERV I get the same eror using either name on the PORT statement. I've tried to run down the errno2 message, but as of yet I can not find it's documentation. Any, helpful, suggestions are appreciated. -- The postings on this site are my own and don't necessarily represent Mainline's positions or opinions Mark D Pace Senior Systems Engineer Mainline Information Systems ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
