add https://search.alexanderstreet.com/
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 11 Feb 2019 11:40:14 +0000 (12:40 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 11 Feb 2019 11:41:00 +0000 (12:41 +0100)
index.html
p.vbz.ffzg.hr.conf

index 4f46caf..e2c7fe9 100644 (file)
@@ -28,6 +28,8 @@
 
 <li><a href="https://jcr.incites.thomsonreuters.com.p.vbz.ffzg.hr/">InCites Journal Citation Reports</a>
 
 
 <li><a href="https://jcr.incites.thomsonreuters.com.p.vbz.ffzg.hr/">InCites Journal Citation Reports</a>
 
+       <li><a href="https://search.alexanderstreet.com.p.vbz.ffzg.hr/">alexanderstreet.com</a>
+
 </ul>
 
 <!--
 </ul>
 
 <!--
index 3e1df82..ae34ddd 100644 (file)
@@ -822,6 +822,22 @@ FilterChain NEWPATHS2
        CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
 </VirtualHost>
 
        CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
 </VirtualHost>
 
+<VirtualHost *:443>
+       Include /srv/via-proxy/ssl.conf
+
+       ServerName search.alexanderstreet.com.p.vbz.ffzg.hr
+
+       SSLProxyEngine on
+       ProxyAddHeaders Off
+       ProxyPass        / https://search.alexanderstreet.com/
+       ProxyPassReverse / https://search.alexanderstreet.com/
+
+       Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
+       Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
+
+       CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
+</VirtualHost>
+