b0622b462e80b0086133b6b8fbe464462aa8d640
[via-proxy] / p.vbz.ffzg.hr.conf
1 # test with
2 # wget --server-response -O /dev/null http://www.nature.com.p.vbz.ffzg.hr/
3
4 <VirtualHost *:80>
5         ServerName muse.jhu.edu.p.vbz.ffzg.hr
6         SSLProxyEngine on
7         ProxyPass / https://muse.jhu.edu/
8         ProxyPassReverse / https://muse.jhu.edu/
9         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
10         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
11         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
12 </VirtualHost>
13
14 # a2enmod proxy_http proxy_html xml2enc headers
15
16 # https://www.oclc.org/support/services/ezproxy/documentation/db/cambridgecore.en.html
17
18 <VirtualHost *:80>
19         ServerName www.cambridge.org.p.vbz.ffzg.hr
20         SSLProxyEngine on
21         ProxyAddHeaders Off
22         ProxyPass / https://www.cambridge.org/
23         ProxyPassReverse / https://www.cambridge.org/
24         #ProxyPassReverseCookieDomain www.cambridge.org www.cambridge.org.p.vbz.ffzg.hr
25         #ProxyPassReverseCookieDomain cambridge.org cambridge.org.p.vbz.ffzg.hr
26         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
27         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
28
29         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
30
31         #ProxyHTMLLogVerbose On
32         LogLevel Debug
33
34         #SetOutputFilter        INFLATE;DEFLATE
35         RequestHeader unset Accept-Encoding
36
37         ProxyRequests off
38
39 #       ProxyHTMLEnable On
40 #       ProxyHTMLExtended On
41 #       ProxyHTMLURLMap http://www.cambridge.org /
42
43 # a2enmod substitute
44 Substitute "s|http://www.cambridge.org/|/|n"
45 Substitute "s|https://www.cambridge.org/|/|n"
46 FilterDeclare NEWPATHS
47 FilterProvider NEWPATHS SUBSTITUTE "%{Content_Type} =~ m|^text/html|"
48 FilterProvider NEWPATHS SUBSTITUTE "%{Content_Type} =~ m|^text/css|"
49 FilterProvider NEWPATHS SUBSTITUTE "%{Content_Type} =~ m|^text/javascript|"
50 FilterProvider NEWPATHS SUBSTITUTE "%{Content_Type} =~ m|^application/javascript|"
51 FilterChain NEWPATHS
52
53 </VirtualHost>
54
55 <VirtualHost *:80>
56         ServerName search.proquest.com.p.vbz.ffzg.hr
57         SSLProxyEngine on
58         ProxyPass / https://search.proquest.com/
59         ProxyPassReverse / https://search.proquest.com/
60
61         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
62         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
63
64 RequestHeader unset Accept-Encoding
65 Substitute "s|https://search.proquest.com/|/|n"
66 FilterDeclare NEWPATHS2
67 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/html|"
68 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/css|"
69 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/javascript|"
70 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^application/javascript|"
71 FilterChain NEWPATHS2
72
73         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
74 </VirtualHost>
75
76 <VirtualHost *:80>
77         ServerName academic.oup.com.p.vbz.ffzg.hr
78         SSLProxyEngine on
79         ProxyPass        / https://academic.oup.com/
80         ProxyPassReverse / https://academic.oup.com/
81
82         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
83         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
84
85         RequestHeader unset Accept-Encoding
86
87 Substitute "s|https://academic.oup.com/|/|n"
88 FilterDeclare NEWPATHS2
89 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/html|"
90 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/css|"
91 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/javascript|"
92 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^application/javascript|"
93 FilterChain NEWPATHS2
94
95         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
96 </VirtualHost>
97
98 # https://www.oclc.org/support/services/ezproxy/documentation/db/ovid.en.html
99 <VirtualHost *:80>
100         ServerName ovidsp.tx.ovid.com.p.vbz.ffzg.hr
101         SSLProxyEngine on
102         ProxyPass        / https://ovidsp.tx.ovid.com/
103         ProxyPassReverse / https://ovidsp.tx.ovid.com/
104
105         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
106         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
107
108         RequestHeader unset Accept-Encoding
109
110 Substitute "s|https://ovidsp.tx.ovid.com/|/|n"
111 FilterDeclare NEWPATHS2
112 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/html|"
113 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/css|"
114 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/javascript|"
115 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^application/javascript|"
116 FilterChain NEWPATHS2
117
118         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
119 </VirtualHost>
120
121 <VirtualHost *:80>
122         ServerName onlinelibrary.wiley.com.p.vbz.ffzg.hr
123 #       SSLProxyEngine on
124
125         ProxyPass        / http://onlinelibrary.wiley.com/
126         ProxyPassReverse / http://onlinelibrary.wiley.com/
127
128         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
129         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
130
131         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
132 </VirtualHost>
133
134 <VirtualHost *:80>
135         ServerName journals.sagepub.com.p.vbz.ffzg.hr
136
137         ProxyPass        / http://journals.sagepub.com/
138         ProxyPassReverse / http://journals.sagepub.com/
139
140         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
141         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
142
143         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
144 </VirtualHost>
145
146 <VirtualHost *:80>
147         ServerName pubs.rsc.org.p.vbz.ffzg.hr
148
149         ProxyPass        / http://pubs.rsc.org/
150         ProxyPassReverse / http://pubs.rsc.org/
151
152         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
153         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
154
155         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
156 </VirtualHost>
157
158
159 <VirtualHost *:80>
160         ServerName www.brepolis.net.p.vbz.ffzg.hr
161
162         ProxyPass        / http://www.brepolis.net/
163         ProxyPassReverse / http://www.brepolis.net/
164
165         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
166         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
167
168         RequestHeader unset Accept-Encoding
169
170 Substitute "s|http://apps.brepolis.net/|http://apps.brepolis.net.p.vbz.ffzg.hr/|n"
171 FilterDeclare NEWPATHS2
172 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/html|"
173 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/css|"
174 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/javascript|"
175 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^application/javascript|"
176 FilterChain NEWPATHS2
177
178         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
179 </VirtualHost>
180 <VirtualHost *:80>
181         ServerName apps.brepolis.net.p.vbz.ffzg.hr
182
183         ProxyPass        / http://apps.brepolis.net/
184         ProxyPassReverse / http://apps.brepolis.net/
185
186         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
187         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
188
189         RequestHeader unset Accept-Encoding
190
191 Substitute "s|http://apps.brepolis.net/|http://apps.brepolis.net.p.vbz.ffzg.hr/|n"
192 FilterDeclare NEWPATHS2
193 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/html|"
194 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/css|"
195 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/javascript|"
196 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^application/javascript|"
197 FilterChain NEWPATHS2
198         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
199 </VirtualHost>
200
201
202 <VirtualHost *:80>
203         ServerName www.cairn.info.p.vbz.ffzg.hr
204
205         SSLProxyEngine on
206         ProxyPass        / https://www.cairn.info/
207         ProxyPassReverse / https://www.cairn.info/
208
209         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
210         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
211
212         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
213 </VirtualHost>
214
215
216 <VirtualHost *:80>
217         ServerName www.degruyter.com.p.vbz.ffzg.hr
218
219         SSLProxyEngine on
220         ProxyPass        / https://www.degruyter.com/
221         ProxyPassReverse / https://www.degruyter.com/
222
223         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
224         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
225
226         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
227 </VirtualHost>
228
229
230 <VirtualHost *:80>
231         ServerName www.emeraldinsight.com.p.vbz.ffzg.hr
232
233         SSLProxyEngine on
234         ProxyPass        / https://www.emeraldinsight.com/
235         ProxyPassReverse / https://www.emeraldinsight.com/
236
237         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
238         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
239
240         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
241 </VirtualHost>
242
243 <VirtualHost *:80>
244         ServerName www.webofknowledge.com.p.vbz.ffzg.hr
245
246         SSLProxyEngine on
247         ProxyPass        / https://www.webofknowledge.com/
248         ProxyPassReverse / https://www.webofknowledge.com/
249
250         Header edit* Location "(https://apps.webofknowledge.com)/(.*)" "http://apps.webofknowledge.com.p.vbz.ffzg.hr/$2"
251
252         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
253         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
254
255 RequestHeader unset Accept-Encoding
256 Substitute "s|https://apps.webofknowledge.com/|http://apps.webofknowledge.com.p.vbz.ffzg.hr/|n"
257 FilterDeclare NEWPATHS2
258 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/html|"
259 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/css|"
260 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/javascript|"
261 FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^application/javascript|"
262 FilterChain NEWPATHS2
263         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
264 </VirtualHost>
265 <VirtualHost *:80>
266         ServerName apps.webofknowledge.com.p.vbz.ffzg.hr
267
268         SSLProxyEngine on
269         ProxyPass        / https://apps.webofknowledge.com/
270         ProxyPassReverse / https://apps.webofknowledge.com/
271
272         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
273         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
274
275         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
276 </VirtualHost>
277
278
279 <VirtualHost *:80>
280         ServerName www.jstor.org.p.vbz.ffzg.hr
281
282         #SSLProxyEngine on
283         # download pdf doesn't work if we use https://www.jstor.org !
284         ProxyPass        / http://www.jstor.org/
285         ProxyPassReverse / http://www.jstor.org/
286
287         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
288         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
289
290 #       Header edit* Referer "http://(.*)(?i:\.p\.vbz\.ffzg\.hr)" "https://$1$2"
291
292         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
293
294         #Header add Access-Control-Allow-Origin ''
295         #Header add Access-Control-Allow-Headers "X-Requested-With, Content-Type"
296
297         #Header always set Access-Control-Allow-Origin "*"
298         #Header always set Access-Control-Max-Age "1000"
299         #Header always set Access-Control-Allow-Headers "x-requested-with, Content-Type, origin, authorization, accept, client-security-token"
300
301
302         # OCLC has special case for this header
303 #       SetEnvIf X-Requested-With (.*) saved_x_requested_with=$1
304 #       RequestHeader set X-Requested-With "%{saved_x_requested_with}e"
305
306         #ForensicLog /var/log/apache2/forensic.log
307
308 #RequestHeader unset Accept-Encoding
309 #Substitute "s|http://www.jsor.org/|http://www.jstor.org.p.vbz.ffzg.hr/|n"
310 #FilterDeclare NEWPATHS2
311 #FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/html|"
312 #FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/css|"
313 #FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/javascript|"
314 #FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^application/javascript|"
315 #FilterChain NEWPATHS2
316
317 </VirtualHost>
318
319 <VirtualHost *:80>
320         ServerName www.nature.com.p.vbz.ffzg.hr
321
322         SSLProxyEngine on
323         ProxyPass        / https://www.nature.com/
324         ProxyPassReverse / https://www.nature.com/
325
326         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
327         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
328
329         Header edit* Location "https://([^/]*)/" "http://$1.p.vbz.ffzg.hr/"
330
331 #RequestHeader unset Accept-Encoding
332 #Substitute "s|https://idp.nature.com/|http://idp.nature.com.p.vbz.ffzg.hr/|n"
333 #FilterDeclare NEWPATHS2
334 #FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/html|"
335 #FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/css|"
336 #FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^text/javascript|"
337 #FilterProvider NEWPATHS2 SUBSTITUTE "%{Content_Type} =~ m|^application/javascript|"
338 #FilterChain NEWPATHS2
339         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
340 </VirtualHost>
341 <VirtualHost *:80>
342         ServerName idp.nature.com.p.vbz.ffzg.hr
343
344         SSLProxyEngine on
345         ProxyPass        / https://idp.nature.com/
346         ProxyPassReverse / https://idp.nature.com/
347
348         Header edit* Location "https://([^/]*)/" "http://$1.p.vbz.ffzg.hr/"
349         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;][^;]+);" "$1 ; domain=$2.p.vbz.ffzg.hr;"
350         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
351
352         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
353 </VirtualHost>
354
355
356 <VirtualHost *:80>
357         ServerName www.palgrave.com.p.vbz.ffzg.hr
358
359         SSLProxyEngine on
360         ProxyPass        / https://www.palgrave.com/
361         ProxyPassReverse / https://www.palgrave.com/
362
363         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
364         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
365
366         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
367 </VirtualHost>
368
369 <VirtualHost *:80>
370         ServerName link.springer.com.p.vbz.ffzg.hr
371
372         SSLProxyEngine on
373         ProxyPass        / https://link.springer.com/
374         ProxyPassReverse / https://link.springer.com/
375
376         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
377         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
378
379         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
380 </VirtualHost>
381
382 <VirtualHost *:80>
383         ServerName www.tandfonline.com.p.vbz.ffzg.hr
384
385         SSLProxyEngine on
386         ProxyPass        / https://www.tandfonline.com/
387         ProxyPassReverse / https://www.tandfonline.com/
388
389         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
390         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
391
392         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
393 </VirtualHost>
394
395 <VirtualHost *:80>
396         ServerName www.sciencedirect.com.p.vbz.ffzg.hr
397
398         SSLProxyEngine on
399         ProxyPass        / https://www.sciencedirect.com/
400         ProxyPassReverse / https://www.sciencedirect.com/
401
402         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
403         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
404
405
406         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
407 </VirtualHost>
408
409 <VirtualHost *:80>
410         ServerName www.scopus.com.p.vbz.ffzg.hr
411
412         SSLProxyEngine on
413         ProxyPass        / https://www.scopus.com/
414         ProxyPassReverse / https://www.scopus.com/
415
416         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
417         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
418
419         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
420 </VirtualHost>
421
422 <VirtualHost *:80>
423         ServerName journals.bmj.com.p.vbz.ffzg.hr
424
425         #SSLProxyEngine on
426         ProxyPass        / http://journals.bmj.com/
427         ProxyPassReverse / http://journals.bmj.com/
428
429         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
430         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
431
432         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
433 </VirtualHost>
434
435 <VirtualHost *:80>
436         ServerName journals.bmj.com.p.vbz.ffzg.hr
437
438         #SSLProxyEngine on
439         ProxyPass        / http://journals.bmj.com/
440         ProxyPassReverse / http://journals.bmj.com/
441
442         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
443         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
444
445         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
446 </VirtualHost>
447
448 <VirtualHost *:80>
449         ServerName ieeexplore.ieee.org.p.vbz.ffzg.hr
450
451         # IEEE Xplore is transitioning to HTTPS on 9 April 2018.
452         #SSLProxyEngine on
453         ProxyPass        / http://ieeexplore.ieee.org/
454         ProxyPassReverse / http://ieeexplore.ieee.org/
455
456         Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
457         Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"
458
459         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
460 </VirtualHost>
461
462
463 <VirtualHost *:80>
464         DocumentRoot /srv/via-proxy
465         <Directory /srv/via-proxy/>
466                 Require all granted
467         </Directory>
468         ServerName p.vbz.ffzg.hr
469         ServerAlias *.p.vbz.ffzg.hr
470         CustomLog /var/log/apache2/access-p.vbz.ffzg.hr.log vhost_combined
471
472 </VirtualHost>
473