Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Web server setup

Romain edited this page Jul 16, 2019 · 3 revisions

Requirements:

  • Apache2
  • Let's encrypt
  • Python3
  • Memcached

Let's encrpyt

After installing the certificate, rename the WSGIDeamonProcess in /etc/apache2/sites-enabled/000-default-le-ssl.conf The name should be different than the one in 000-default.conf

robots.txt

Add the following in /var/www/html/robots.txt:

''' User-agent: * Disallow: /cgi-bin/ Disallow: /ihr/api/ Disallow: /ihr/data/ Disallow: /ihr//asn/$ Disallow: /ihr//asn/*

User-agent: BUbiNG Disallow: / '''

Clone this wiki locally