<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
  </head>
  <body>
    <p>Hi Matt,</p>
    <p><br>
    </p>
    <p>It is possible the module is installed but not loaded.&nbsp; You can
      check by running one of the following commands:</p>
    <p><br>
    </p>
    <p>RedHat/CentOS/Fedora: httpd -M</p>
    <p>Debian/Ubuntu: source /etc/apache2/envvars &amp;&amp; apache2 -M</p>
    <p><br>
    </p>
    <p>You should see perl_module in the list returned.&nbsp; My general
      experience is that Mod Perl is enabled automatically on
      RedHat-based Linux OS but often you need to run &quot;a2enmod perl&quot; on
      Debian based systems.&nbsp; On RedHat based systems there should be the
      file /etc/httpd/conf.modules.d/02-perl.conf that loads Mod Perl.&nbsp;
      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.</p>
    <p><br>
    </p>
    <p>Regards</p>
    <p><br>
    </p>
    <p>David Newman</p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 13/05/2020 08:29, Matthew Brady via
      Eprints-tech wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:EMEW3|4f5d4d09775809fd7731a8f619b106d8w4C8U214eprints-tech-bounces|ecs.soton.ac.uk|SYCPR01MB4478A07D09F9507C2A1BD8D4D9BF0@SYCPR01MB4478.ausprd01.prod.outlook.com">
      
      <style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        Hi Yuri,</div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        Yes, seems to be</div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        $ yum list installed | grep mod_perl<br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        mod_perl.x86_64 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0.11-1.el7 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        @epel<br>
      </div>
      <hr style="display:inline-block;width:98%" tabindex="-1">
      <div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b>
          <a class="moz-txt-link-abbreviated" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk">eprints-tech-bounces@ecs.soton.ac.uk</a>
          <a class="moz-txt-link-rfc2396E" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk">&lt;eprints-tech-bounces@ecs.soton.ac.uk&gt;</a> on behalf of Yuri
          via Eprints-tech <a class="moz-txt-link-rfc2396E" href="mailto:eprints-tech@ecs.soton.ac.uk">&lt;eprints-tech@ecs.soton.ac.uk&gt;</a><br>
          <b>Sent:</b> Wednesday, May 13, 2020 4:38 PM<br>
          <b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:eprints-tech@ecs.soton.ac.uk">eprints-tech@ecs.soton.ac.uk</a>
          <a class="moz-txt-link-rfc2396E" href="mailto:eprints-tech@ecs.soton.ac.uk">&lt;eprints-tech@ecs.soton.ac.uk&gt;</a><br>
          <b>Subject:</b> Re: [EP-tech] Apache and PerlSwitches</font>
        <div>&nbsp;</div>
      </div>
      <div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
            <div class="PlainText">is mod_perl installed?<br>
              <br>
              <br>
              Il 13/05/20 04:17, Matthew Brady via Eprints-tech ha
              scritto:<br>
              &gt; Hi All,<br>
              &gt;<br>
              &gt; We are in the process of running up new servers to
              migrate across to,<br>
              &gt; and I am getting a problem when starting Apache.<br>
              &gt;<br>
              &gt; Syntax error on line 17 of
              /opt/eprints3/cfg/apache.conf:<br>
              &gt;<br>
              &gt; Line 17 contains:<br>
              &gt;<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; PerlSwitches -I/opt/eprints3/perl_lib<br>
              &gt;<br>
              &gt;<br>
              &gt; I can run epadmin with various options, which seems
              to indicate its<br>
              &gt; loading the EPrints::SystemSettings into $conf and
              can connect to<br>
              &gt; database etc...<br>
              &gt;<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; $ ./epadmin --verbose test repoep3<br>
              &gt;<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; Starting EPrints Repository.<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; Connecting to DB ... done.<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; PID: 10718<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; Everything seems OK.<br>
              &gt;<br>
              &gt;<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; $ ./epadmin update_dry_run repoep3<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; Dry run: Fixed saved_search__rindex.field
              collation<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; Dry run: Fixed document__rindex.field collation<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; Dry run: Fixed author__rindex.field collation<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; Dry run: Fixed user__rindex.field collation<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; Dry run: Fixed eprint__rindex.field collation<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; Dry run: Fixed request__rindex.field collation<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; Dry run: Fixed subject__rindex.field collation<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; Dry run: 0 datasets added<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; Dry run: 0 fields added<br>
              &gt;&nbsp;&nbsp;&nbsp;&nbsp; Dry run: 0 counters were added<br>
              &gt;<br>
              &gt;<br>
              &gt; As this is a completely new system, there are lots of
              variables at play...<br>
              &gt; Upgraded OS, Upgraded Apache&nbsp; 2.2 to 2.4<br>
              &gt; I&nbsp;have installed the same Perl modules on this system
              as the existing<br>
              &gt; systems, but I am at a loss where to start to
              investigate the cause...<br>
              &gt;<br>
              &gt; If anyone has any thoughts on where to start
              troubleshooting this, I'm<br>
              &gt; all ears.<br>
              &gt;<br>
              &gt;<br>
              &gt; Cheers<br>
              &gt;<br>
              &gt; Matt.<br>
              &gt;<br>
              &gt;
              __________________________________________________________________<br>
              &gt; This email (including any attached files) is
              confidential and is<br>
              &gt; for the intended recipient(s) only. If you received
              this email by<br>
              &gt; mistake, please, as a courtesy, tell the sender, then
              delete this<br>
              &gt; email.<br>
              &gt; The views and opinions are the originator's and do
              not necessarily<br>
              &gt; reflect those of the University of Southern
              Queensland. Although<br>
              &gt; all reasonable precautions were taken to ensure that
              this email<br>
              &gt; contained no viruses at the time it was sent we
              accept no<br>
              &gt; liability for any losses arising from its receipt.<br>
              &gt; The University of Southern Queensland is a registered
              provider<br>
              &gt; of education with the Australian Government.<br>
              &gt; (CRICOS Institution Code QLD 00244B / NSW 02225M,
              TEQSA PRV12081)<br>
              &gt;<br>
              &gt; *** Options: <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech" moz-do-not-send="true">
http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><br>
              &gt; *** Archive: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=0qGdmsVJ1QDpsYSNXaAx1P5xpksc4%2BwVnKqAk%2Bfm%2Bgg%3D&amp;reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="T/fW/uL+gITSkzp7z4k5vX9/AEo+jKvsdS38/0gyK2uaMpwmLrLxsAsAZuUSdCRaroXDbsTTbQ3NA+RYG3TvJ6pQ9XphPhUpu3phmsN/57vEJioqIqnyqCzOpfpvYvWVs5QwC9PMATqDUfHd8rI5/Miz1V3emdT4uWsEjtkYUdg=" originalsrc="http://www.eprints.org/tech.php/" shash="Ei4doZVGOGG6a2lXFGkn64ejRiqYFBYdMlFpn88V6wnu5rybqiLKc577smOepJNreIl9Qftux7rcrSDMJO2FvOsOEno2GEkxi9J&#43;hejvUCfxGBS/R9yXrkE/NicUeNEzAJaQXBR5WUtbs1JQkLK4Mw1m8vZxbIChbwd2VCZ5XOY=" moz-do-not-send="true">
https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cc887e90bdd0e47eaa17d08d7f70850ad%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;amp;sdata=vPoTEUE1fVrS9hAP4cDcteffxYYqY4hbYnz55NxZB7M%3D&amp;amp;reserved=0</a><br>
              &gt; *** EPrints community wiki: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=VmNGD9%2FzcxBy3uJnN2YnnrJRPVV3SSuFq1DhH5ua2og%3D&amp;reserved=0" originalSrc="http://wiki.eprints.org/" shash="J8/mRSe7JrD8D+sHzxTWqgfxEZ/6umeRHPFAUNBO/ko5enIv/rUbpUg/vRJpNHIfEzv9PgSBwIcvth8GMtMB1o9xab+AXod5qiJynucA6iU6P7WMnt4ab7h2MlVWkj7jO14STEWD6Ht0PLqJWVLI6hJUD0VZKZ6CIaUeEKiBrmo=" originalsrc="http://wiki.eprints.org/" shash="rijW33tep31Cx63UY/b5CwRnCeGkIkfyKzFMcE&#43;OeK07&#43;sKUuySiadqo/b1qPYMqCxl22VJFl650af0yz2N/a5Fbq/XRoK4h8LOALUS7Isqp6LcgRXQ&#43;z9eC2t&#43;ujyV8FZGSzjkROKZHbR0ml5ppWEWSyDuU2MbDuliQUet4mn4=" moz-do-not-send="true">
https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cc887e90bdd0e47eaa17d08d7f70850ad%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;amp;sdata=Ix5yn8HA8%2FIuXbgWA%2FBlAWJek81Rhly%2BJ79jMvyKui8%3D&amp;amp;reserved=0</a><br>
              <br>
              *** Options: <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech" moz-do-not-send="true">
http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><br>
              *** Archive: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=0qGdmsVJ1QDpsYSNXaAx1P5xpksc4%2BwVnKqAk%2Bfm%2Bgg%3D&amp;reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="T/fW/uL+gITSkzp7z4k5vX9/AEo+jKvsdS38/0gyK2uaMpwmLrLxsAsAZuUSdCRaroXDbsTTbQ3NA+RYG3TvJ6pQ9XphPhUpu3phmsN/57vEJioqIqnyqCzOpfpvYvWVs5QwC9PMATqDUfHd8rI5/Miz1V3emdT4uWsEjtkYUdg=" originalsrc="http://www.eprints.org/tech.php/" shash="Ei4doZVGOGG6a2lXFGkn64ejRiqYFBYdMlFpn88V6wnu5rybqiLKc577smOepJNreIl9Qftux7rcrSDMJO2FvOsOEno2GEkxi9J&#43;hejvUCfxGBS/R9yXrkE/NicUeNEzAJaQXBR5WUtbs1JQkLK4Mw1m8vZxbIChbwd2VCZ5XOY=" moz-do-not-send="true">http://www.eprints.org/tech.php/</a><br>
              *** EPrints community wiki: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=VmNGD9%2FzcxBy3uJnN2YnnrJRPVV3SSuFq1DhH5ua2og%3D&amp;reserved=0" originalSrc="http://wiki.eprints.org/" shash="J8/mRSe7JrD8D+sHzxTWqgfxEZ/6umeRHPFAUNBO/ko5enIv/rUbpUg/vRJpNHIfEzv9PgSBwIcvth8GMtMB1o9xab+AXod5qiJynucA6iU6P7WMnt4ab7h2MlVWkj7jO14STEWD6Ht0PLqJWVLI6hJUD0VZKZ6CIaUeEKiBrmo=" originalsrc="http://wiki.eprints.org/" shash="rijW33tep31Cx63UY/b5CwRnCeGkIkfyKzFMcE&#43;OeK07&#43;sKUuySiadqo/b1qPYMqCxl22VJFl650af0yz2N/a5Fbq/XRoK4h8LOALUS7Isqp6LcgRXQ&#43;z9eC2t&#43;ujyV8FZGSzjkROKZHbR0ml5ppWEWSyDuU2MbDuliQUet4mn4=" moz-do-not-send="true">http://wiki.eprints.org/</a><br>
            </div>
          </span></font></div>
      <div>__________________________________________________________________
        <div>This email (including any attached files) is confidential
          and is&nbsp;
          <div>for the intended recipient(s) only. If you received this
            email by&nbsp;
            <div>mistake, please, as a courtesy, tell the sender, then
              delete this&nbsp;
              <div>email.<br>
                <div>The views and opinions are the originator's and do
                  not necessarily&nbsp;
                  <div>reflect those of the University of Southern
                    Queensland. Although&nbsp;
                    <div>all reasonable precautions were taken to ensure
                      that this email&nbsp;
                      <div>contained no viruses at the time it was sent
                        we accept no&nbsp;
                        <div>liability for any losses arising from its
                          receipt.<br>
                          <div>The University of Southern Queensland is
                            a registered provider&nbsp;
                            <div>of education with the Australian
                              Government.
                              <div>(CRICOS Institution Code QLD 00244B /
                                NSW 02225M, TEQSA PRV12081)
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">*** Options: <a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a>
*** Archive: <a class="moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=0qGdmsVJ1QDpsYSNXaAx1P5xpksc4%2BwVnKqAk%2Bfm%2Bgg%3D&amp;reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="T/fW/uL+gITSkzp7z4k5vX9/AEo+jKvsdS38/0gyK2uaMpwmLrLxsAsAZuUSdCRaroXDbsTTbQ3NA+RYG3TvJ6pQ9XphPhUpu3phmsN/57vEJioqIqnyqCzOpfpvYvWVs5QwC9PMATqDUfHd8rI5/Miz1V3emdT4uWsEjtkYUdg=">http://www.eprints.org/tech.php/</a>
*** EPrints community wiki: <a class="moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=VmNGD9%2FzcxBy3uJnN2YnnrJRPVV3SSuFq1DhH5ua2og%3D&amp;reserved=0" originalSrc="http://wiki.eprints.org/" shash="J8/mRSe7JrD8D+sHzxTWqgfxEZ/6umeRHPFAUNBO/ko5enIv/rUbpUg/vRJpNHIfEzv9PgSBwIcvth8GMtMB1o9xab+AXod5qiJynucA6iU6P7WMnt4ab7h2MlVWkj7jO14STEWD6Ht0PLqJWVLI6hJUD0VZKZ6CIaUeEKiBrmo=">http://wiki.eprints.org/</a></pre>
    </blockquote>
  <div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top: 1px solid #D3D4DE;">
        <tr>
        <td style="width: 55px; padding-top: 13px;"><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&amp;data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=hylAEGPObzX1RG25eDLUlUW8PKkNQhfa6PJWpCzAgNU%3D&amp;reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="btaE+y955PmJJCwrnVZyxLzCNF2dcJaOQcmUGPbAQbmEA8O0appfIXecG9o+h6FJcQVT40oL+oOTR1E0iK8jiz9L/sT07s8kspaeipba0O1xBq2UtAYYS4ZrT+YLpsbQ0rPMJgpdS+f5lp7VK6OJ9p3vbwmnU64bHeIJMQRX5VY=" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png" alt="" width="46" height="29" style="width: 46px; height: 29px;"></a></td>
                <td style="width: 470px; padding-top: 12px; color: #41424e; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px;">Virus-free. <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&amp;data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=hylAEGPObzX1RG25eDLUlUW8PKkNQhfa6PJWpCzAgNU%3D&amp;reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="btaE+y955PmJJCwrnVZyxLzCNF2dcJaOQcmUGPbAQbmEA8O0appfIXecG9o+h6FJcQVT40oL+oOTR1E0iK8jiz9L/sT07s8kspaeipba0O1xBq2UtAYYS4ZrT+YLpsbQ0rPMJgpdS+f5lp7VK6OJ9p3vbwmnU64bHeIJMQRX5VY=" target="_blank" style="color: #4453ea;">www.avg.com</a>
                </td>
        </tr>
</table><a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div></body>
</html>