API:EPrints/Apache: Difference between revisions
Created page with "<!-- Pod2Wiki=_preamble_ This page has been automatically generated from the EPrints 3.4 source. Any wiki changes made between the 'Pod2Wiki=*' and 'Edit below this comment'..." |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<!-- Pod2Wiki=_preamble_ | <!-- Pod2Wiki=_preamble_ | ||
This page has been automatically generated from the EPrints 3.4 source. Any wiki changes made between the 'Pod2Wiki=*' and 'Edit below this comment' comments will be lost. | This page has been automatically generated from the EPrints 3.4 source. Any wiki changes made between the 'Pod2Wiki=*' and 'Edit below this comment' comments will be lost. | ||
-->{{API}}{{Pod2Wiki}}{{API:Source|file=EPrints/Apache.pm|package_name=EPrints::Apache}}[[Category:API | -->{{API}}{{Pod2Wiki}}{{API:Source|file=EPrints/Apache.pm|package_name=EPrints::Apache}}[[Category:API|APACHE]]<div><!-- Edit below this comment --> | ||
<!-- Pod2Wiki=_private_ --><!-- Pod2Wiki=head_name --> | <!-- Pod2Wiki=_private_ --><!-- Pod2Wiki=head_name --> | ||
==NAME== | ==NAME== | ||
EPrints::Apache | '''EPrints::Apache''' - Generates Apache configuration for EPrints repository archives. | ||
<div style='background-color: #e8e8f; margin: 0.5em 0em 1em 0em; border: solid 1px #cce; padding: 0em 1em 0em 1em; font-size: 80%; '> | |||
<span style='display:none'>User Comments</span> | |||
<!-- Edit below this comment --> | |||
<!-- Pod2Wiki= --> | |||
</div> | |||
<!-- Pod2Wiki=head_description --> | |||
==DESCRIPTION== | |||
Generates Apache configuration in both '''cfg/apache/''' and '''cfg/apache_ssl/''' for the archives instantiated for this EPrints repository. Determined by the configuration defined in each archive's <em>cfg/cfg.d/10_core.pl</em>. | |||
Additional non-SSL configuration can be added to the archive's '''cfg/apachevhost.conf'''. <VirtualHost> for SSL configuration should be defined in an archive's '''ssl/securevhost.conf'''. | |||
<div style='background-color: #e8e8f; margin: 0.5em 0em 1em 0em; border: solid 1px #cce; padding: 0em 1em 0em 1em; font-size: 80%; '> | <div style='background-color: #e8e8f; margin: 0.5em 0em 1em 0em; border: solid 1px #cce; padding: 0em 1em 0em 1em; font-size: 80%; '> | ||
| Line 28: | Line 41: | ||
$conf = EPrints::Apache::apache_conf( $repo ) | $conf = EPrints::Apache::apache_conf( $repo ) | ||
Generate and return the <VirtualHost> declaration for this repository. | Generate and return the <VirtualHost> declaration for this repository. | ||
N.B. Apache v2.4 introduced some new API for access-control which deprecates the former <tt>Order allow,deny</tt> directive. Apache's version by testing if <em>mod_authz_core.c</em> is available (that module was added in 2.4). | |||
<div style='background-color: #e8e8f; margin: 0.5em 0em 1em 0em; border: solid 1px #cce; padding: 0em 1em 0em 1em; font-size: 80%; '> | <div style='background-color: #e8e8f; margin: 0.5em 0em 1em 0em; border: solid 1px #cce; padding: 0em 1em 0em 1em; font-size: 80%; '> | ||
Latest revision as of 10:29, 4 March 2022
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
Latest Source Code (3.4, 3.3) | Revision Log | Before editing this page please read Pod2Wiki
NAME
EPrints::Apache - Generates Apache configuration for EPrints repository archives.
DESCRIPTION
Generates Apache configuration in both cfg/apache/ and cfg/apache_ssl/ for the archives instantiated for this EPrints repository. Determined by the configuration defined in each archive's cfg/cfg.d/10_core.pl.
Additional non-SSL configuration can be added to the archive's cfg/apachevhost.conf. <VirtualHost> for SSL configuration should be defined in an archive's ssl/securevhost.conf.
METHODS
apache_conf
$conf = EPrints::Apache::apache_conf( $repo )
Generate and return the <VirtualHost> declaration for this repository.
N.B. Apache v2.4 introduced some new API for access-control which deprecates the former Order allow,deny directive. Apache's version by testing if mod_authz_core.c is available (that module was added in 2.4).
COPYRIGHT
© Copyright 2000-2024 University of Southampton.
EPrints 3.4 is supplied by EPrints Services.
http://www.eprints.org/eprints-3.4/
LICENSE
This file is part of EPrints 3.4 http://www.eprints.org/.
EPrints 3.4 and this file are released under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation unless otherwise stated.
EPrints 3.4 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with EPrints 3.4. If not, see http://www.gnu.org/licenses/.