Dank dir für die Recherche und deine ganzen Mühen. Bei mir war es wirklich nur ein Schuss ins Blaue, aber damit scheine ich ja Glück gehabt zu haben

sudo echo "<?php phpinfo(); ?>" > /usr/local/edomi/www/admin/lbs/alexa/phpinfo.php
https://<DYNDNS_NAME>/edomi/phpinfo.php
root@raspberrypi:/home/pi# service apache2 restart Job for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details.
root@raspberrypi:/home/pi# systemctl status apache2.service [COLOR=#FF0000][B]●[/B][/COLOR] apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Active: [COLOR=#FF0000][B]failed[/B][/COLOR] (Result: exit-code) since Sun 2018-12-02 16:47:05 GMT; 2min 53s ago Process: 10741 ExecStart=/usr/sbin/apachectl start [COLOR=#FF0000][B](code=exited, status=1/FAILURE)[/B][/COLOR] Dec 02 16:47:05 raspberrypi systemd[1]: Starting The Apache HTTP Server... Dec 02 16:47:05 raspberrypi apachectl[10741]: AH00526: Syntax error on line 13 of /etc/apache2/sites-enabled/000-default-le-ssl.conf: Dec 02 16:47:05 raspberrypi apachectl[10741]: Unknown Authz provider: IP Dec 02 16:47:05 raspberrypi apachectl[10741]: Action 'start' failed. Dec 02 16:47:05 raspberrypi apachectl[10741]: The Apache error log may have more information. Dec 02 16:47:05 raspberrypi systemd[1]: [B]apache2.service: Control process exited, code=exited status=1[/B] Dec 02 16:47:05 raspberrypi systemd[1]: [COLOR=#FF0000][B]Failed to start The Apache HTTP Server.[/B][/COLOR] Dec 02 16:47:05 raspberrypi systemd[1]: [B]apache2.service: Unit entered failed state.[/B] Dec 02 16:47:05 raspberrypi systemd[1]: [B]apache2.service: Failed with result 'exit-code'.[/B] root@raspberrypi:/home/pi#
Dec 02 16:45:55 raspberrypi sudo[10699]: [B] pi : TTY=pts/0 ; PWD=/home/pi ; USER=root ; COMMAND=/bin/bash[/B] Dec 02 16:45:55 raspberrypi sudo[10699]: pam_unix(sudo:session): session opened for user root by pi(uid=0) Dec 02 16:47:05 raspberrypi systemd[1]: Starting The Apache HTTP Server... -- Subject: Unit apache2.service has begun start-up -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- Unit apache2.service has begun starting up. Dec 02 16:47:05 raspberrypi apachectl[10741]: AH00526: Syntax error on line 13 of /etc/apache2/sites-enabled/000-default-le-ssl.conf: Dec 02 16:47:05 raspberrypi apachectl[10741]: Unknown Authz provider: IP Dec 02 16:47:05 raspberrypi apachectl[10741]: Action 'start' failed. Dec 02 16:47:05 raspberrypi apachectl[10741]: The Apache error log may have more information. Dec 02 16:47:05 raspberrypi systemd[1]: [B]apache2.service: Control process exited, code=exited status=1[/B] Dec 02 16:47:05 raspberrypi systemd[1]: [COLOR=#FF0000][B]Failed to start The Apache HTTP Server.[/B][/COLOR] -- Subject: Unit apache2.service has failed -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- Unit apache2.service has failed. -- -- The result is failed. Dec 02 16:47:05 raspberrypi systemd[1]: [B]apache2.service: Unit entered failed state.[/B] Dec 02 16:47:05 raspberrypi systemd[1]: [B]apache2.service: Failed with result 'exit-code'.[/B]
apt-get remove --purge apache2 apt -y install apache2
<IfModule mod_ssl.c> <VirtualHost *:443> ServerName ddnsvon.goip.de ServerAdmin xxx@yyyyy.de DocumentRoot /var/www/html <Location /> <RequireAll> # Erlaubt Zugriff von überall # Require all granted # Folgende Zeile erlaubt Zugriff aus dem eigenen Netzwerk # (192.168.0.0/24) und von Amazon-Alexa (54.240.197.0/24) Require IP 10.0.0.0/24 54.240.197.0/24 </RequireAll> </Location> SSLEngine on SSLProxyEngine On SSLProxyVerify none SSLProxyCheckPeerCN off SSLProxyCheckPeerName off SSLProxyCheckPeerExpire off ProxyPass /edomi https://10.0.20.10/admin/lbs/alexa ProxyPassReverse /edomi https://10.0.20.10/admin/lbs/alexaU ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined SSLCertificateFile /etc/letsencrypt/live/ddnsvon.goip.de/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/ddnsvon.goip.de/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf </VirtualHost> </IfModule>
Wir verarbeiten personenbezogene Daten über die Nutzer unserer Website mithilfe von Cookies und anderen Technologien, um unsere Dienste bereitzustellen. Weitere Informationen findest Du in unserer Datenschutzerklärung.
Indem Du unten auf "ICH stimme zu" klickst, stimmst Du unserer Datenschutzerklärung und unseren persönlichen Datenverarbeitungs- und Cookie-Praktiken zu, wie darin beschrieben. Du erkennst außerdem an, dass dieses Forum möglicherweise außerhalb Deines Landes gehostet wird und bist damit einverstanden, dass Deine Daten in dem Land, in dem dieses Forum gehostet wird, gesammelt, gespeichert und verarbeitet werden.
Kommentar