EPrints 2.0 Documentation - generate_apacheconf command |
generate_apacheconf - Create the apache config files needed for EPrints
generate_apacheconf [archiveid] [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 apache httpd.conf file:
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.
This is part of this EPrints-2 system. EPrints-2 is written by Christopher Gutteridge. EPrints-1 was written by Robert Tansley.
EPrints Version: 2.0
For more information goto http://www.eprints.org/ which give information on mailing lists and the like.
Chris Gutteridge may be contacted at support@eprints.org
Should you need a real world address for some reason, EPrints can be contacted in the real world at
EPrints c/o Christopher Gutteridge Department of Electronics and Computer Science University of Southampton SO17 1BJ United Kingdom
This file is part of EPrints 2.
EPrints 2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
EPrints 2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with EPrints 2; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
EPrints 2.0 Documentation - generate_apacheconf command |