Can someone tell me the location for the headers_module for iSeries???
I want to add it to our http configuration file.
Thew IIS version looks like this:
LoadModule headers_module modules/mod_headers.so
Thanks,
Dave
Software/Hardware used:
apache, iSeries, AS400,
ASKED:
March 8, 2010 4:57 PM
UPDATED:
March 13, 2010 8:23 AM
I don’t have clear info on this. First possibility:
Please post back any errors if they appear. I might have a chance to test tonight… maybe.
Tom
I apologize if I don’t get back right away. Our new email server is blocking the messages from this site at the moment.
Restarting the server failed after I put the changes in. I’ll do my best to post the error correctly here:
The previous job log messages are just the command execution. there’s no other errors.
I put the LoadModule line on the second line. That’s where it’s failing. I just don’t think it exists at modules/
Our other LoadModule function has a directory like this:
LoadModule ibm_ssl_module /QSYS.LIB/QHTTPSVR.LIB/QZSRVSSL.SRVPGM
There’s a ton of different programs/code located in the QHTTPSVR. Nothing really jumped out at me though.
Ah! In that case, try:
That may give a better result, or at least a more precise error message.
The QZSRCORE service program appears to contain the module you need.
Tom