Are we not using Nginx? Christian Düben Doctoral Candidate Chair of Macroeconomics Hamburg University Germany christian.dueben@uni-hamburg.de https://www.christian-dueben.com -----Original Message----- From: Thomas Krichel <krichel@openlib.org> Sent: Wednesday, 24 January 2024 19:50 To: Düben, Christian <christian.dueben@uni-hamburg.de> Cc: CollEc Run <collec-run@lists.openlib.org> Subject: Re: [CollEc] CollEc app not starting Düben, Christian writes
Thanks.
I have trouble getting this to work. It's on siche. Usually sorry sites are for machine problems, when the whole box is off. root@siche /etc/apache2/sites-enabled # cat collec.repec.org.conf <VirtualHost *:80> ServerName collec.repec.org ServerAlias sorry.collec.repec.org Redirect permanent / https://sorry.collec.repec.org/ </VirtualHost> <VirtualHost *:443> ServerAdmin webmaster@localhost ServerName sorry.collec.repec.org ServerAlias collec.repec.org DocumentRoot /home/sorry/sites/collec/public_html <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /home/sorry/sites/collec/public_html> Options Indexes FollowSymLinks Require all granted allow from all </Directory> ErrorLog /var/log/apache2/collec_error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/collec_access.log combined ServerSignature On <IfModule mod_mime.c> AddType text/plain .pm </IfModule> Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/opt/live/repec.org/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/opt/live/repec.org/privkey.pem </VirtualHost> -- Written by Thomas Krichel http://openlib.org/home/krichel on his 21418th day.