ASP.NET unter Debian 7.8 mit mod_mono autoconfig

Grundinstallation Es empfiehlt sich eine bereits vorhandene Apache-Installation, inklusive der Frameworks (php, perl, mono, etc.) über den Paketmanager zu entfernen und die Schritte in der nun folgenden Reihenfolge vorzunehmen. Ich gehe bei den Befehlen grundsätzlich von root-Berechtigungen aus. Installation Mono apt-get install mono-runtime apt-get install mono-gmcs Installation mod_mono apt-get install libapache2-mod-mono apt-get install mono-apache-server2 Installation…

https beim Apache aktivieren

Zertifikat erstellen # cd /etc/ssl root@ubuntu1604:/etc/ssl# openssl req -x509 -nodes -days 1000 -newkey rsa:2048 -keyout ubuntu1604.key -out ubuntu1604.crtGenerating a 2048 bit RSA private key ………………………………………….+++ …………….+++ writing new private key to ‚ubuntu1604.key‘ —– You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to…