EPrints Technical Mailing List Archive
Message: #08167
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
Re: [EP-tech] Apache and PerlSwitches
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>, "David R Newman" <drn@ecs.soton.ac.uk>
- Subject: Re: [EP-tech] Apache and PerlSwitches
- From: Matthew Brady <Matthew.Brady@usq.edu.au>
- Date: Wed, 13 May 2020 07:51:39 +0000
Hi David,
Always something new to learn... Its in the list, last entry...
$ httpd -M
Loaded Modules:
core_module (static)
so_module (static)
http_module (static)
...
...
perl_module (shared)
From: eprints-tech-bounces@ecs.soton.ac.uk <eprints-tech-bounces@ecs.soton.ac.uk> on behalf of David R Newman via Eprints-tech <eprints-tech@ecs.soton.ac.uk>
Sent: Wednesday, May 13, 2020 5:45 PM To: eprints-tech@ecs.soton.ac.uk <eprints-tech@ecs.soton.ac.uk>; Matthew Brady <Matthew.Brady@usq.edu.au> Subject: Re: [EP-tech] Apache and PerlSwitches Hi Matt,
It is possible the module is installed but not loaded. You can check by running one of the following commands:
RedHat/CentOS/Fedora: httpd -M Debian/Ubuntu: source /etc/apache2/envvars && apache2 -M
You should see perl_module in the list returned. My general experience is that Mod Perl is enabled automatically on RedHat-based Linux OS but often you need to run "a2enmod perl" on Debian based systems. On RedHat based systems there should be the file /etc/httpd/conf.modules.d/02-perl.conf that loads Mod Perl. On Debian-based systems there should be a symlinked file in /etc/apache2/mods-enabled/ called perl.load that symlinks to /etc/apache2/mods-available/perl.load.
Regards
David Newman
On 13/05/2020 08:29, Matthew Brady via Eprints-tech wrote:
__________________________________________________________________ This email (including any attached files) is confidential and is for the intended recipient(s) only. If you received this email by mistake, please, as a courtesy, tell the sender, then delete this email. The views and opinions are the originator's and do not necessarily reflect those of the University of Southern Queensland. Although all reasonable precautions were taken to ensure that this email contained no viruses at the time it was sent we accept no liability for any losses arising from its receipt. The University of Southern Queensland is a registered provider of education with the Australian Government. (CRICOS Institution Code QLD 00244B / NSW 02225M, TEQSA PRV12081)
|
- Follow-Ups:
- Re: [EP-tech] Apache and PerlSwitches
- From: Matthew Brady <Matthew.Brady@usq.edu.au>
- Re: [EP-tech] Apache and PerlSwitches
- References:
- [EP-tech] Apache and PerlSwitches
- From: Matthew Brady <Matthew.Brady@usq.edu.au>
- Re: [EP-tech] Apache and PerlSwitches
- From: Yuri <yurj@alfa.it>
- Re: [EP-tech] Apache and PerlSwitches
- From: Matthew Brady <Matthew.Brady@usq.edu.au>
- Re: [EP-tech] Apache and PerlSwitches
- From: David R Newman <drn@ecs.soton.ac.uk>
- Re: [EP-tech] Apache and PerlSwitches
- From: Matthew Brady <Matthew.Brady@usq.edu.au>
- [EP-tech] Apache and PerlSwitches
- Prev by Date: Re: [EP-tech] Apache and PerlSwitches
- Next by Date: Re: [EP-tech] Apache and PerlSwitches
- Previous by thread: [EP-tech] Sort view with creators_name and corp_creators
- Index(es):