You are here: Installation and Upgrade > Installation > Installing on Linux > Configuring Apache

Configuring Apache

You can run the Express Server installer to configure Apache automatically, or you can configure Apache manually. When you configure Apache, you include an additional configuration file for Express Server in your Apache configuration. The configuration file varies depending on the version of Apache that you have installed. To browse the configuration files, navigate to the following location: 

<Express Server Installation Directory>/ImageServer/etc/apache/

To configure Apache manually, complete the following steps: 

  1. Open the Apache configuration file, httpd.conf, in an editor. By default, the configuration file is stored in the following location:

    /etc/httpd/conf/httpd.conf
  2. Add the following line to the end of the configuration file:

    Include /opt/LizardTech/ImageServer/etc/apache/mod_csd_apache<version>.conf

    Replace <version> with the version number of your Apache installation. For example, you might enter the following line:

    Include /opt/LizardTech/ImageServer/etc/apache/mod_csd_apache22.conf