<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>EPrints Documentation  - Recent changes [en-gb]</title>
		<link>https://wiki.eprints.org/w/Special:RecentChanges</link>
		<description>Track the most recent changes to the wiki in this feed.</description>
		<language>en-GB</language>
		<generator>MediaWiki 1.31.8</generator>
		<lastBuildDate>Fri, 11 Sep 2026 13:05:05 GMT</lastBuildDate>
		<item>
			<title>Apache Configuration for EPrints with Anubis</title>
			<link>https://wiki.eprints.org/w/index.php?title=Apache_Configuration_for_EPrints_with_Anubis&amp;diff=17165&amp;oldid=17140</link>
			<guid isPermaLink="false">https://wiki.eprints.org/w/index.php?title=Apache_Configuration_for_EPrints_with_Anubis&amp;diff=17165&amp;oldid=17140</guid>
			<description>&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;EPrints Level Perl Module Isolation (EPRINTS_PATH/cfg/perl_module_isolation.conf)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;a href=&quot;https://wiki.eprints.org/w/index.php?title=Apache_Configuration_for_EPrints_with_Anubis&amp;amp;diff=17165&amp;amp;oldid=17140&quot;&gt;Show changes&lt;/a&gt;</description>
			<pubDate>Mon, 24 Aug 2026 13:29:57 GMT</pubDate>
			<dc:creator>Drn@ecs.soton.ac.uk</dc:creator>
			<comments>https://wiki.eprints.org/w/Talk:Apache_Configuration_for_EPrints_with_Anubis</comments>
		</item>
		<item>
			<title>Apache Configuration for EPrints with Anubis</title>
			<link>https://wiki.eprints.org/w/index.php?title=Apache_Configuration_for_EPrints_with_Anubis&amp;diff=17140&amp;oldid=0</link>
			<guid isPermaLink="false">https://wiki.eprints.org/w/index.php?title=Apache_Configuration_for_EPrints_with_Anubis&amp;diff=17140&amp;oldid=0</guid>
			<description>&lt;p&gt;Added initial Apache config&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== HTTPS Virtualhost (EPRINTS_PATH/archives/ARCHIVE_ID/ssl/securevhost.conf) ===&lt;br /&gt;
* Assumes inclusion of all archives' ssl/securevhost.conf's from /etc/httpd/conf.d/eprints.conf or /etc/apache2/sites-enabled/eprints.conf.  &lt;br /&gt;
* Replaces path of EPrints, ID of the archive and hostname of repository archive with EPRINTS_PATH, ARCHIVE_ID and HOSTNAME respectively.&lt;br /&gt;
* Includes Shibboleth configuration that is ultimately exempted from being proxied via Anubis&lt;br /&gt;
* Logs names based on those used for RHEL-based Linux, changes may be required for Debian-based Linux (e.g Ubuntu).&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;VirtualHost *:443&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 Header set Strict-Transport-Security &amp;quot;max-age=31536000; includeSubDomains; preload&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 LogFormat &amp;quot;%h %T %l %u %t \&amp;quot;%r\&amp;quot; %&amp;gt;s %b \&amp;quot;%{Accept-Language}i\&amp;quot; \&amp;quot;%{Referer}i\&amp;quot; \&amp;quot;%{User-agent}i\&amp;quot; \&amp;quot;%{techaro.lol-anubis-cookie-verification}C\&amp;quot;&amp;quot;&lt;br /&gt;
 ErrorLog    /var/log/httpd/ssl_error_log&lt;br /&gt;
 TransferLog /var/log/httpd/ssl_access_log&lt;br /&gt;
 LogLevel warn&lt;br /&gt;
&lt;br /&gt;
 SSLEngine on&lt;br /&gt;
 SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1&lt;br /&gt;
 SSLHonorCipherOrder on&lt;br /&gt;
 SSLCompression off&lt;br /&gt;
 SSLSessionTickets off&lt;br /&gt;
 SSLCipherSuite ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE- RSA-AES128-GCM-SHA256&lt;br /&gt;
 &lt;br /&gt;
 SSLCertificateFile EPRINTS_PATH/archives/ARCHIVE_ID/ssl/HOSTNAME.crt&lt;br /&gt;
 SSLCertificateKeyFile EPRINTS_PATH/archives/ARCHIVE_ID/ssl/HOSTNAME.key&lt;br /&gt;
 SSLCertificateChainFile EPRINTS_PATH/archives/ARCHIVE_ID/ssl/HOSTNAME.ca-bundle&lt;br /&gt;
&lt;br /&gt;
 Include EPRINTS_PATH/cfg/apache_ssl/ARCHIVE_ID.conf&lt;br /&gt;
&lt;br /&gt;
 Alias /shibboleth EPRINTS_PATH/archives/ARCHIVE_ID/shibboleth&lt;br /&gt;
 &amp;lt;Location &amp;quot;/shibboleth&amp;quot;&amp;gt;&lt;br /&gt;
   SetHandler perl-script&lt;br /&gt;
   PerlHandler ModPerl::Registry&lt;br /&gt;
   PerlSendHeader Off&lt;br /&gt;
   Options ExecCGI FollowSymLinks&lt;br /&gt;
   &lt;br /&gt;
   AuthType shibboleth&lt;br /&gt;
   ShibRequestSetting requireSession 1&lt;br /&gt;
   require shib-session&lt;br /&gt;
   PerlSetVar EPrints_ArchiveID reading&lt;br /&gt;
 &amp;lt;/Location&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;Location /cgi/shibboleth&amp;gt;&lt;br /&gt;
   AuthType shibboleth&lt;br /&gt;
   ShibRequestSetting requireSession 1&lt;br /&gt;
   require shib-session&lt;br /&gt;
 &amp;lt;/Location&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 PerlTransHandler +EPrints::Apache::Rewrite&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/VirtualHost&amp;gt;&lt;/div&gt;</description>
			<pubDate>Mon, 24 Aug 2026 09:24:25 GMT</pubDate>
			<dc:creator>Drn@ecs.soton.ac.uk</dc:creator>
			<comments>https://wiki.eprints.org/w/Talk:Apache_Configuration_for_EPrints_with_Anubis</comments>
		</item>
</channel></rss>