startup.pl
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
startup.pl [2007/07/02 22:50] – bootstrap.conf is gone dbs | startup.pl [2010/09/06 13:10] (current) – Delete obsolete page dbs | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | The Apache config should contain a line similar to the following: | ||
- | < | ||
- | The startup.pl file allows Apache to do some up front work. Our startup.pl file: | ||
- | |||
- | < | ||
- | # | ||
- | use strict; use warnings; | ||
- | |||
- | # Supercat handler | ||
- | use OpenILS:: | ||
- | |||
- | # Added content handler | ||
- | use OpenILS:: | ||
- | |||
- | # Reports viewer | ||
- | use OpenILS:: | ||
- | |||
- | # Script must return true | ||
- | 1; | ||
- | |||
- | </ | ||
startup.pl.1183431055.txt.gz · Last modified: 2022/02/10 13:33 (external edit)