19
Fri, Apr
5 New Articles

Getting Familiar with OS/400 Apache

Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

Last issue, I discussed IBM’s December 15, 2000 port of the Apache HTTP Server to OS/400 V4R5 and above (see “Web Strategies: OS/400 Apache and Its Effect on the HTTP Server for AS/400,” Midrange Network Expert, January/February 2001). Since then, I’ve had a chance to talk to members of IBM’s Apache group and get some answers to a few lingering questions about the port. Here’s some updated information about running Apache on your OS/400 V4R5 machines.

 

OS/400 Apache = Apache 2.0 Alpha

 

For the OS/400 Apache HTTP Server, IBM created a compiled OS/400-oriented version of the open-source alpha-level Apache 2.0 Web server code that is being provided by the Apache Software Foundation on the Apache HTTP Server Project Web site at http://httpd.apache.org. To prepare for the future, IBM used the alpha 2.0 version rather than base the OS/400 version on the Apache 1.3.14 source code, which is the current downloadable standard.

It’s important to note that IBM’s OS/400 Apache 2.0 version is based on a product that is still in development. So, while the OS/400 Apache HTTP Web server is a fairly complete product as delivered via PTF, it is still incomplete because it’s based on alpha source code. IBM will provide additional PTF refreshes to its OS/400 Apache implementation as the Apache Software Foundation moves the Apache 2.0 source code to beta and to its final released version. So, expect more OS/400 Apache PTF refreshes in 2001 based on additional changes the Apache Software Foundation makes to the open- source Apache 2.0 source code.

There are several important implications of this situation. Because the OS/400 Apache Server is still considered alpha code, at least from the Apache Software Foundation’s viewpoint, you probably should take a wait-and-see attitude before deploying it in a production environment. With additional PTFs coming as the core Apache code moves into its beta and finalized versions, bugs can and will develop. Moreover, the product itself could still change significantly before reaching a final stabilized version. My advice is to download OS/400 Apache for testing and familiarity purposes, but delay deployment until a finalized version appears.

 

Ordering, Installation, and Documentation

 

When news of the server was first released, it was assumed that the PTFs could be downloaded off the Internet and installed on an OS/400 V4R5 machine. That doesn’t seem to be the case. Group PTF SF99035 must be ordered directly from IBM for installation. (Note: This is a separate orderable and installable group PTF from the original HTTP


Server for AS/400 PTFs, which are contained in the SF99036 PTF group. You must install each group separately.) IBM provides additional information about installing and configuring the OS/400 Apache Server on the HTTP Server (powered by Apache) Web site at www.iseries.ibm.com/products/http/services/apache.htm, and on the IBM HTTP Server for AS/400 documentation center Web site at www.iseries.ibm.com/products/http/ docs/v4r5. The documentation center site covers installation, testing, trouble-shooting, and management for both the original HTTP Server for AS/400 and the OS/400 Apache server. The HTTP server documentation center functions in lieu of a manual for the OS/400 Apache server in much the same way that the iSeries 400 Information Center Web site at http://publib.boulder.ibm. com/pubs/html/as400/infocenter.htm is intended to replace the OS/400 manuals contained in the AS/400 Online Library Web site at http://publib.boulder.ibm.com/pubs/html/as400/ onlinelib.htm.

You must also be using OS/400 V4R5 or above to run Apache on your iSeries or AS/400 machine. The PTF will not load on earlier versions.

 

A New Configuration Utility

 

Along with the Apache group PTF, IBM is including a modified version of the Web-based configuration and administration utility that is currently being used to create and maintain HTTP Server for AS/400 Web server instances. Starting the new ADMINA HTTP server on your OS/400 V4R5 machine activates the new HTTP configuration and administration utility, which handles serving the new Web-based configuration forms. The ADMINA server listens for requests on ports 2002 (for nonsecured connections) and on port 2020 (for secured connections). This is in contrast to ports 2001 and 2010, which are used for nonsecured and secured connections when using the OS/400 ADMIN server to configure original HTTP Server for AS/400 server instances.

Although the ADMINA HTTP server is available in OS/400 V4R5 alongside the current HTTP administration server (ADMIN), IBM may combine the two servers into the ADMIN server in OS/400 V5R1 so that all the new functionality for configuring Apache server instances can be configured through the ADMIN server. Instructions for starting and using the ADMINA server to configure Apache server instances can be found at the HTTP server documentation center.

 

What About Apache Green-screen Configuration?

 

Another important point to note is that there are no green-screen configuration commands for Apache server administration, such as the Work with HTTP Configuration (WRKHTTPCFG) command, which is currently used to modify HTTP Server for AS/400 instances. All configuration must be done manually or in the updated version of the browser-based configuration and administration utility.

IBM also tells me there are no plans to provide green-screen configuration tools, although you can use the OS/400 Edit File (EDTF) command to edit Apache’s text-based configuration files.

For server activation, Apache server instances can be started from within OS/400 green-screens by using the Start TCP/IP Server (STRTCPSVR) command, the same way that you start HTTP server instances. You should be able to start Apache-based Web server instances from within a CL program or from inside your OS/400 startup program. Apache Web server instances can also be configured to autostart whenever TCP/IP is started in the same way that you set up your HTTP Server for AS/400 instances to autostart. The same controls that work for HTTP Server for AS/400 server instances will also work for Apache server instances.

 

Some Significant Apache-HTTP Server for AS/400 Differences

 

According to IBM’s documentation, there are other differences between the two servers that may affect your Web serving:


• The Apache server has a different set of directives than the original HTTP Server for AS/400. A list of Apache directives can be found in the HTTP Server (powered by Apache) > References > Directives option in the HTTP server documentation center.

• The Apache server does not provide a log reporting or Web-usage mining function that is similar to the one provided with the original HTTP Server for AS/400. For this built-in reporting functionality, IBM suggests that you obtain the WebSphere Site Analyzer tool. If you’re using this feature on your original HTTP Server for AS/400 configurations and want to migrate a configuration to Apache, this recommendation will set you back some. According to IBM’s WebSphere Site Analyzer Web site at www4.ibm.com/software/ webservers/siteanalyzer, the WebSphere Site Analyzer starts at $9,975 (ouch!). You may want to look at cheaper commercial or shareware products such as WebTrends Log Analyzer at www.webtrends.com, Analog at www.statslab.cam.ac.uk/~sret1/analog, or Wadsack-Allen’s Report Magic for Analog at www.reportmagic.com. Additionally, there is a version of Analog that runs on OS/400 V4R4 machines; see UZAEMON’s Homepage Web site at http://homepage1.nifty.com/uzaemon/#download.

• The Apache proxy serving capabilities are slightly lower than those contained in the original HTTP Server for AS/400. The HTTP Server for AS/400 proxy server supports HTTP, FTP, and GOPHER requests, while the Apache proxy server supports only HTTP and FTP. This may be important to some shops.

• The Platform for Internet Content Selection (PICS) feature is available on the original HTTP Server for AS/400, but it is not available in the new Apache server.

 

Migrating Original HTTP Server Configurations to Apache

 

IBM is offering a migration utility for taking HTTP Server for AS/400 configurations and migrating them to Apache. That utility can be found inside the new configuration and administration utility. It remains to be seen how easily this utility allows you to migrate an HTTP Server for AS/400 instance to Apache. IBM reports that migration success may depend somewhat on what your configuration looks like. You may notice some issues with configurations that use HTTP server protection directives or map directives. Apache
doesn’t have a one-to-one equivalent for these functions, and that may throw off your migrations.

 

Where Is This Taking Us?

 

During October 2000’s Mach1 announcement, IBM stated that Apache is its strategic Web server for the future and that the HTTP Server for AS/400 would, at some point in the future, no longer be upgraded. In addition, IBM has also stated that, eventually, the original HTTP Server for AS/400 will not be available in a future version of OS/400. I asked my sources at IBM about the status of these statements and I was told that there are still plans to upgrade the HTTP Server for AS/400 in the upcoming OS/400 V5R1 release, but there are no plans for further enhancements after OS/400 V5R1. I was also told that the company is still looking to phase out the HTTP Server for AS/400, but there are no firm plans for when or how that will happen.

As I reported in the January/February 2001 issue, the bottom line is that Apache is here, and it is the future direction for Web serving on your OS/400-based machines. If you need to use your iSeries or AS/400 as a Web server, you may want to install Apache on your OS/400 V4R5 machine sometime within the next year to evaluate how it will affect your shop.


 

References and Related Materials

 

Analog, University of Cambridge Statistical Laboratory Web site: www.statslab.cam.ac.uk/~sret1/analog

Apache Software Foundation Web site: http://httpd.apache.org

IBM AS/400 Information Center Web site: http://publib.boulder.ibm.com/ pubs/html/as400/infocenter.htm

IBM AS/400 Online Library Web site: http://publib.boulder. ibm.com/pubs/html/as400/onlinelib.htm

IBM HTTP Server Documentation Center Web site: www.iseries.ibm.com/products/ http/docs/v4r5

IBM HTTP Server (powered by Apache) Web site: www.iseries.ibm.com/products/http/services/apache.htm

IBM WebSphere Site Analyzer Web site: www-4.ibm. com/software/webservers/siteanalyzer

Wadsack-Allen Report Magic for Analog Web site: www.reportmagic.com

“Web Strategies: OS/400 Apache and Its Effect on the HTTP Server for AS/400,” Joe Hertvik, Midrange Network Expert, January/February 2001

WebTrends Web site: www.webtrends.com


BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: