SSL - New Machine
Posted: Thu Sep 12, 2019 3:49 pm
Any idea why i get these 2 entries in the apache log after enabling SSL in the apache config. The server starts but only returns internal server errors. I've done this many times but this machine is brand new and i'm wondering if i missed some default setting. Appears to be something with CCSID but i can't figure out what.
[Thu Sep 12 11:34:08.677672 2019] [core:error] [pid 6702:tid 00000041] [client 10.100.0.80:12833] ZSRV_MSG0947: End of script output before headers: File name is PUI0003000.PGM
[Thu Sep 12 11:34:08.677776 2019] [cgi:error] [pid 6702:tid 00000041] [client 10.100.0.80:12833] AH01215: QP0ZPUTENVCCSID OF FAILED WITH ERRNO 3021 FOR CGI /QSYS.LIB/VISION.LIB/PUI0003000.PGM: /QSYS.LIB/VISION.LIB/PUI0003000.PGM
Runs fine if i remove this:
[Thu Sep 12 11:34:08.677672 2019] [core:error] [pid 6702:tid 00000041] [client 10.100.0.80:12833] ZSRV_MSG0947: End of script output before headers: File name is PUI0003000.PGM
[Thu Sep 12 11:34:08.677776 2019] [cgi:error] [pid 6702:tid 00000041] [client 10.100.0.80:12833] AH01215: QP0ZPUTENVCCSID OF FAILED WITH ERRNO 3021 FOR CGI /QSYS.LIB/VISION.LIB/PUI0003000.PGM: /QSYS.LIB/VISION.LIB/PUI0003000.PGM
Runs fine if i remove this:
Code: Select all
Listen 4082
SSLAppName GMDVISION.ORG
<VirtualHost *:4082>
SSLEngine On
SSLAppName GMDVISION.ORG
ScriptAlias /vision/menu /QSYS.LIB/VISION.LIB/PUI0003000.PGM
Alias /vision /www/vision/htdocs/profoundui/userdata/html/vision_login.html
</VirtualHost>