<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
  </head>
  <body>
    <p>Hi Matt,</p>
    <p><br>
    </p>
    <p>This is a bit of a mystery.&nbsp; Did you run generate_apacheconf to
      generate new Apache configuration files like the one that has the
      syntax error you reported or did you just copy this from the older
      server.&nbsp; If the latter, run the following command (as the eprints
      user) to make sure you have Apache configuration appropriate for
      your current environment:</p>
    <p><br>
    </p>
    <p>/opt/eprints3/bin/generate_apacheconf --system --replace</p>
    <p><br>
    </p>
    <p>It may be that something other than this line is causing the
      issue but due to a syntax issue it is reporting this line as a
      problem rather than the one that is actually at fault.</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:51, Matthew Brady
      wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:SYCPR01MB44783EEB5E1063585F09D7F4D9BF0@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 David,</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);">
        Always something new to learn... Its in the list, last entry...</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);">
        <span>$ httpd -M<br>
        </span>
        <div>Loaded Modules:<br>
        </div>
        <div>&nbsp;core_module (static)<br>
        </div>
        <div>&nbsp;so_module (static)<br>
        </div>
        <div>&nbsp;http_module (static)<br>
        </div>
        <span></span>...</div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        ...</div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        perl_module (shared)<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);">
        <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
          David R Newman 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 5:45 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>; Matthew Brady
          <a class="moz-txt-link-rfc2396E" href="mailto:Matthew.Brady@usq.edu.au">&lt;Matthew.Brady@usq.edu.au&gt;</a><br>
          <b>Subject:</b> Re: [EP-tech] Apache and PerlSwitches</font>
        <div>&nbsp;</div>
      </div>
      <div>
        <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="x_moz-cite-prefix">On 13/05/2020 08:29, Matthew
          Brady via Eprints-tech wrote:<br>
        </div>
        <blockquote type="cite">
          <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 tabindex="-1" style="display:inline-block; width:98%">
          <div id="x_divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b>
              <a class="x_moz-txt-link-abbreviated" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk" moz-do-not-send="true">
                eprints-tech-bounces@ecs.soton.ac.uk</a> <a class="x_moz-txt-link-rfc2396E" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk" moz-do-not-send="true">
                &lt;eprints-tech-bounces@ecs.soton.ac.uk&gt;</a> on
              behalf of Yuri via Eprints-tech <a class="x_moz-txt-link-rfc2396E" href="mailto:eprints-tech@ecs.soton.ac.uk" moz-do-not-send="true">
                &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="x_moz-txt-link-abbreviated" href="mailto:eprints-tech@ecs.soton.ac.uk" moz-do-not-send="true">
                eprints-tech@ecs.soton.ac.uk</a> <a class="x_moz-txt-link-rfc2396E" href="mailto:eprints-tech@ecs.soton.ac.uk" moz-do-not-send="true">
                &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="x_BodyFragment"><font size="2"><span style="font-size:11pt">
                <div class="x_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%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=76RdXpbufDGe51PyWYyaElWWsz%2FGU3Dv%2FzunM5ZwUTE%3D&amp;reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="Tn9/dKhd00swIjNEPxq22k4MbyPmkDI6RrR6AsKsJfdOE5EXh0qspEnMQwdg0AiGEuUrASnCnThDBZd7AAURLFp/OKJ2WxCyNUO2MwoRRxk6su434/nXJYGDvdXrwLHnlPTc3w/g41XVjLgLkfXAXbZ5Ru6HF+WiomxPqVjLTCQ=" originalsrc="http://www.eprints.org/tech.php/" shash="z1r&#43;QZtPvPXBSmEu/IauGh0AsRorKQPYfhlVjFkV1K/uAF/CWXItn0xHrNSaVDIbMqpSqXmuMw19sBWsfQ7H3Xn7m53JGUB3PHqxCQEuhkBfyahzF7F2hjG00aVNMf9&#43;tew9grkkYMJ9kymaERGS1/xERkYVQ5MFcXdRHmFQAzU=" 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%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=ZKvEOJuotfwgiLkWydFHgmNfguFltlnSQmTsbEqxnP8%3D&amp;reserved=0" originalSrc="http://wiki.eprints.org/" shash="Ydks8/Tp19pjuexCW+6BKE+kpbZ7t+Ox9zqZGs3zKVBOy2FOKP2nlIePqWFXF0oyKp3TRKAvN32QQagX6T5nZf4FPpcfnpYb+rn2ujQkBH7Xr226b9aPL/JxC+3mmfhx1djFE2AoNso8wXd6g9dOQglmlIv4qyj3lhNBfFr5I+Y=" originalsrc="http://wiki.eprints.org/" shash="PYR0k6vfsXfXNZ9Wehvh9GZhPNOI4r7R/hSsDnW5p0ERe8UNWtClaUF/i4qBg37kUnmzd/AEy9J9hV96tyUZRYKaP68YAcqOgd0gyJyHSL/rX4wUqzr14S39RI50IyX/Vb39bWMW25KxvfFSOE8zomvAKSdN8itXJyIYtI9gEWg=" 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%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=76RdXpbufDGe51PyWYyaElWWsz%2FGU3Dv%2FzunM5ZwUTE%3D&amp;reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="Tn9/dKhd00swIjNEPxq22k4MbyPmkDI6RrR6AsKsJfdOE5EXh0qspEnMQwdg0AiGEuUrASnCnThDBZd7AAURLFp/OKJ2WxCyNUO2MwoRRxk6su434/nXJYGDvdXrwLHnlPTc3w/g41XVjLgLkfXAXbZ5Ru6HF+WiomxPqVjLTCQ=" originalsrc="http://www.eprints.org/tech.php/" shash="z1r&#43;QZtPvPXBSmEu/IauGh0AsRorKQPYfhlVjFkV1K/uAF/CWXItn0xHrNSaVDIbMqpSqXmuMw19sBWsfQ7H3Xn7m53JGUB3PHqxCQEuhkBfyahzF7F2hjG00aVNMf9&#43;tew9grkkYMJ9kymaERGS1/xERkYVQ5MFcXdRHmFQAzU=" 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%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=ZKvEOJuotfwgiLkWydFHgmNfguFltlnSQmTsbEqxnP8%3D&amp;reserved=0" originalSrc="http://wiki.eprints.org/" shash="Ydks8/Tp19pjuexCW+6BKE+kpbZ7t+Ox9zqZGs3zKVBOy2FOKP2nlIePqWFXF0oyKp3TRKAvN32QQagX6T5nZf4FPpcfnpYb+rn2ujQkBH7Xr226b9aPL/JxC+3mmfhx1djFE2AoNso8wXd6g9dOQglmlIv4qyj3lhNBfFr5I+Y=" originalsrc="http://wiki.eprints.org/" shash="PYR0k6vfsXfXNZ9Wehvh9GZhPNOI4r7R/hSsDnW5p0ERe8UNWtClaUF/i4qBg37kUnmzd/AEy9J9hV96tyUZRYKaP68YAcqOgd0gyJyHSL/rX4wUqzr14S39RI50IyX/Vb39bWMW25KxvfFSOE8zomvAKSdN8itXJyIYtI9gEWg=" 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="x_mimeAttachmentHeader"></fieldset>
          <pre class="x_moz-quote-pre">*** Options: <a class="x_moz-txt-link-freetext" 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>
*** Archive: <a class="x_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%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=76RdXpbufDGe51PyWYyaElWWsz%2FGU3Dv%2FzunM5ZwUTE%3D&amp;reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="Tn9/dKhd00swIjNEPxq22k4MbyPmkDI6RrR6AsKsJfdOE5EXh0qspEnMQwdg0AiGEuUrASnCnThDBZd7AAURLFp/OKJ2WxCyNUO2MwoRRxk6su434/nXJYGDvdXrwLHnlPTc3w/g41XVjLgLkfXAXbZ5Ru6HF+WiomxPqVjLTCQ=" originalsrc="http://www.eprints.org/tech.php/" shash="z1r&#43;QZtPvPXBSmEu/IauGh0AsRorKQPYfhlVjFkV1K/uAF/CWXItn0xHrNSaVDIbMqpSqXmuMw19sBWsfQ7H3Xn7m53JGUB3PHqxCQEuhkBfyahzF7F2hjG00aVNMf9&#43;tew9grkkYMJ9kymaERGS1/xERkYVQ5MFcXdRHmFQAzU=" moz-do-not-send="true">http://www.eprints.org/tech.php/</a>
*** EPrints community wiki: <a class="x_moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=01%7C01%7C%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=ZKvEOJuotfwgiLkWydFHgmNfguFltlnSQmTsbEqxnP8%3D&amp;reserved=0" originalSrc="http://wiki.eprints.org/" shash="Ydks8/Tp19pjuexCW+6BKE+kpbZ7t+Ox9zqZGs3zKVBOy2FOKP2nlIePqWFXF0oyKp3TRKAvN32QQagX6T5nZf4FPpcfnpYb+rn2ujQkBH7Xr226b9aPL/JxC+3mmfhx1djFE2AoNso8wXd6g9dOQglmlIv4qyj3lhNBfFr5I+Y=" originalsrc="http://wiki.eprints.org/" shash="PYR0k6vfsXfXNZ9Wehvh9GZhPNOI4r7R/hSsDnW5p0ERe8UNWtClaUF/i4qBg37kUnmzd/AEy9J9hV96tyUZRYKaP68YAcqOgd0gyJyHSL/rX4wUqzr14S39RI50IyX/Vb39bWMW25KxvfFSOE8zomvAKSdN8itXJyIYtI9gEWg=" moz-do-not-send="true">http://wiki.eprints.org/</a></pre>
        </blockquote>
        <div id="x_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
          <table style="border-top:1px solid #D3D4DE">
            <tbody>
              <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%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=AJlMBhYRL4z0IZZqxC9ASJpklE7uW4%2BI9d%2BrOvMgVxc%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="etA9HROLVmjaW3uOtwLT3ZXwqe33hXlVR7lHPWa+43QR/6WsGjk2a4Xs0DC5VgoPJhPkT0gpNdWyHRmReWMwlVBezRNNcBuPkDKbaJhLgL97XcIjSTjWZMQWrUO0t8yo+DAw8pPgkcehWvs+Ij5MQdctqJjuQKn/mMVMH07Yf/U=" originalsrc="http://www.avg.com/email-signature?utm_medium=email&amp;utm_source=link&amp;utm_campaign=sig-email&amp;utm_content=emailclient" shash="wkU0xTJ3Gn3Zq7r2tbYi632/moYck3cIXSYN/U2wliI7k02Hkj4ztyGr6BRoiGPoXQ942F&#43;88CjrT/Zpy&#43;Nr4ycPjwSngh8KXC3C/l1izp&#43;EdORkMiI0SevMjuWdkpCx/kX3hVLNk2Cn2H&#43;iAkTYRZTax7USlvnLau7ViBdEAzg=" target="_blank" moz-do-not-send="true"><img alt="" style="width:46px; height:29px" src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png" moz-do-not-send="true" width="46" height="29"></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%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=AJlMBhYRL4z0IZZqxC9ASJpklE7uW4%2BI9d%2BrOvMgVxc%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="etA9HROLVmjaW3uOtwLT3ZXwqe33hXlVR7lHPWa+43QR/6WsGjk2a4Xs0DC5VgoPJhPkT0gpNdWyHRmReWMwlVBezRNNcBuPkDKbaJhLgL97XcIjSTjWZMQWrUO0t8yo+DAw8pPgkcehWvs+Ij5MQdctqJjuQKn/mMVMH07Yf/U=" originalsrc="http://www.avg.com/email-signature?utm_medium=email&amp;utm_source=link&amp;utm_campaign=sig-email&amp;utm_content=emailclient" shash="wkU0xTJ3Gn3Zq7r2tbYi632/moYck3cIXSYN/U2wliI7k02Hkj4ztyGr6BRoiGPoXQ942F&#43;88CjrT/Zpy&#43;Nr4ycPjwSngh8KXC3C/l1izp&#43;EdORkMiI0SevMjuWdkpCx/kX3hVLNk2Cn2H&#43;iAkTYRZTax7USlvnLau7ViBdEAzg=" target="_blank" style="color:#4453ea" moz-do-not-send="true">
                    www.avg.com</a> </td>
              </tr>
            </tbody>
          </table>
        </div>
      </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>
    </blockquote>
  </body>
</html>