ContentsIndexPreviousNext

5.6.3 Configuring Apache Web Server

If you are using Apache Web server 2.3 with the Red Hat 5.0 Linux operating system, do the following to add the plug-in MIME type:

1. Run the vi editor or another UNIX editor and open the file "srm.conf", usually located in "/etc/httpd/conf/srm.conf".


Note: Newer installations of Apache may have the contents of this file merged into the main Apache configuration file (typically named "httpd.conf"). Refer to your Apache documentation for details.

2. Add the following line to this file:

  AddType application/vnd.acucobol .acu

3. Save the file and restart the Web server.