IBM HTTP Server V5.3 for z/OS: Part 1: Planning
Various capabilities in IBM HTTP Server V5.3 for z/OS® are available in IBM HTTP Server, but implemented differently. Learn about key differences in installation and migration that are important for planning.
The part and chapters correspond to the part and chapters in publication number SC34-4826-09 of the z/OS HTTP Server Planning, Install, and Using guide for IBM HTTP Server V5.3 for z/OS.
The following topics are applicable to chapter 1:
- Configuration and administration
- z/OS UNIX System Services
- DLL considerations
- Fast Response Cache Accelerator
- MVSDS DLL z/OS data set considerations
- Performance
- Maximum active threads
- How to code directives to improve web server performance
- Workload management
The following topic is applicable to chapter 2:
We can administer
IBM HTTP Server only by updating the EBCDIC
configuration files. Add the DLL path to the LIBPATH statement in the
install_root/bin/envvars file. The Fast Response Cache Accelerator is not supported on the z/OS operating system for IBM HTTP Server. As
alternatives, use the mod_cache, mod_cache_disk, and mod_file_cache modules for caching. For more information about the modules, read the Apache HTTP Server documentation. IBM HTTP Server does not cache or preload MVS™ data sets. Tune your server by using the performance and tuning information for the IBM HTTP Server. IBM HTTP Server V5.3 for z/OS uses the MaxActiveThreads directive to set the maximum number of threads that can be
active at one time. IBM HTTP Server uses a hybrid model with
multiple thread processes. This hybrid model uses multiple directives to manage the processes. For more information about the directives, read the Apache HTTP Server documentation. The following directives are disabled in the default httpd.conf configuration
file for IBM HTTP Server. Use caution when you enable these
directives as they can have an affect on your web server performance.
For more information about these directives, read the Apache HTTP Server documentation. Follow the directions in the topic on classifying HTTP requests
for workload management (WLM) to implement WLM for IBM
HTTP Server. Whether you are initially installing IBM HTTP Server or are
migrating to a later version after your initial installation, follow the instructions for the Install fix packs on IBM HTTP Server using the Installation Manager GUI topic.
Configuration and administration
z/OS
UNIX System Services
DLL considerations
Fast Response Cache Accelerator
MVSDS DLL z/OS data set considerations
Performance
Maximum active threads
How to code directives to improve web server performance
HostnameLookups
IdentityCheck
MimeMagicFile
MaxRequestsPerChild
AllowOverride
Options FollowSymlinks
SMFReportInterval
Workload management
Migration considerations for installation
Related