[CollEc] CollEc app not starting

Thomas Krichel krichel at openlib.org
Wed Jan 24 18:49:30 UTC 2024


  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 at 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 at 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.



More information about the CollEc-run mailing list