1.

Http Default Port 80 Is Used By Some Other Production Http Service. How Can I Create An Http Instance On Another Port To Run Cgidev2 And My Future Cgi Developments?

Answer»

Use command cgidev2/http8000.

It CREATES a (traditional) HTTP SERVER instance for port 8000. The instance name is CGIDEV2.

  • Enter command
    strtcpsvr httpsvr(cgidev2)
    to start that instance.
  • Enter command
    wrkhttpcfg cgidev2
    to edit its HTTP DIRECTIVES.

NOTE 1 - To RUN command CGIDEV2/HTTP8000, you must have full authority on filesQUSRSYS/QATMHINSTC and QUSRSYS/QATMHTTPC.

Note 2 - Command CGIDEV2/HTTP8000 can be run just once.

Use command cgidev2/http8000.

It creates a (traditional) HTTP server instance for port 8000. The instance name is CGIDEV2.

Note 1 - To run command CGIDEV2/HTTP8000, you must have full authority on filesQUSRSYS/QATMHINSTC and QUSRSYS/QATMHTTPC.

Note 2 - Command CGIDEV2/HTTP8000 can be run just once.



Discussion

No Comment Found