[CollEc] the grand migration

Thomas Krichel krichel at openlib.org
Tue Feb 2 12:24:16 UTC 2021


  Düben, Christian writes

> The migration is almost done. What is missing is the web server
> part. Could you point collec.repec.org and app.collec.repec.org to
> port 8080 and make sure that web sockets are enabled?

<VirtualHost *:80>
  ServerName collec.repec.org
  ServerAlias app.collec.openlib.org
  ErrorLog /var/log/apache2/collec.proxy-error.log
  CustomLog /var/log/apache2/collec-access.log  combined
  UseCanonicalName Off
  ProxyPass / http://localhost:8080/
  RewriteEngine on
  RewriteCond %{HTTP:Upgrade} websocket [NC]
  RewriteCond %{HTTP:Connection} upgrade [NC]
  RewriteRule ^/?(.*) ws://localhost:8080/$1 [P,L]
</VirtualHost>

  This is pretty much what we had on darni, bar the
  server name. The modules look enabled on helos.
  
  With this, browser will simply go to their own localhost,
  where the collection files.

  I have to revert. My lover is crying I have to look after
  her.
  
-- 

  Cheers,

  Thomas Krichel                  http://openlib.org/home/krichel
                                              skype:thomaskrichel



More information about the CollEc-run mailing list