Go to the first, previous, next, last section, table of contents.


Apache

Add the following entries to httpd.conf

If your configuration files are not located in the same place as the cgi-bin you will need to run the httpd server with a modified CONFIG_DIR variable. The PassEnv instructions instruct httpd to communicated these environment variables to the cgi-bin. If not specified it will hide them. The same applies for TEMPLATESDIR.

The performances of the Apache server highly depend on the use of the mod_perl. If you chose to use mod_perl (see the following chapter) you must be careful about the number of http processes that you will run. Each of them will connect to the database and contain all the Catalog software compiled with dependent libraries. In this case you should carefully set the MaxRequestsPerChild, StartServers, MinSpareServers, MaxSpareServers, MaxClients parameters.


Go to the first, previous, next, last section, table of contents.