EPrints 2.3 Documentation - generate_apacheconf command |
generate_apacheconf - Create the apache config files needed for EPrints
generate_apacheconf [options]
This script generates the apache config files which will be used by EPrints. In the simple case all you need to do is run this script then add a line to your main apache configuration file - often, but not always, /usr/local/apache/conf/httpd.conf
Include /opt/eprints2/cfg/apache.conf
Or elsewhere if you installed EPrints somewhere other than /opt/eprints2. This file then uses the ``Include'' directive to include all relevant apache config files from this EPrints installation.
By default the virtualhost directives are
VirtualHost *
But the * can be changed to something different by editing the virtualhost
option in SystemSettings.pm
Print a brief help message and exit.
Print the full manual page and then exit.
Be vewwy vewwy quiet. This option will supress all output unless an error occurs.
Explain in detail what is going on. May be repeated for greater effect.
Output version information and exit.
This file is not updated if it already exists, so you can add system-wide apache configuration directives here. By default it just includes the two other system wide files: auto-apache-includes.conf and auto-apache.conf
This file is updated with Include lines to each of the repository specific apache config files. This file should not be edited by hand,
This file contains the system wide apache directives required by EPrints. This file should not be edited by hand.
This file is not updated if it already exists, so you can add repository-specific apache configuration directives here. By default it just includes the automatically generated repository specific file: auto-apache.conf
This file contains all the configuration directives needed for an repository. This is where the bulk of the configuration appears, the clever stuff, if you will. This file should not be edited by hand.
Only created if the repository has a securehost configured. This file contains all the configuration options that need to be included into the secure server virtualhost.
This file is not updated if it already exists, it is included into the virutalhost in auto-apache.conf so that you can a couple of additional directives if you need to. For example, redirects or additional log directives.
EPrints 2.3 Documentation - generate_apacheconf command |