Subdomain lässt sich nicht aufrufen
Posted: Mon 14. Aug 2017, 14:09
Cheers,
neu aufgesetzter vServer, Hetzner CX20, KH 17.1.2, Debian 9.1, php7.0 (weitere wurden ebenfalls versucht), Domains lassen sich Problemlos anlegen und aufrufen, aber Subdomains nicht wirklich.
Heisst man kann http://url.tld/subdomain wohl aufrufen, aber nicht http://subdomain.url.tld
Das Update-Log sagt auch nichts über einen möglichen Fehler aus.
Seit heute morgen hat die Domain ein eigenes SSL-Zertifikat, kein LE mehr, das wäre aber auch die einzige Änderung.
Wo hängt es denn hier?
neu aufgesetzter vServer, Hetzner CX20, KH 17.1.2, Debian 9.1, php7.0 (weitere wurden ebenfalls versucht), Domains lassen sich Problemlos anlegen und aufrufen, aber Subdomains nicht wirklich.
Heisst man kann http://url.tld/subdomain wohl aufrufen, aber nicht http://subdomain.url.tld
Das Update-Log sagt auch nichts über einen möglichen Fehler aus.
Code: Select all
[07-Aug-2017 20:01:01] INFO --> load tasks ... 1 found
[07-Aug-2017 20:01:01] DEBUG --> task type IDs: 600
[07-Aug-2017 20:01:01] DEBUG --> Apache: applyAllConfigChanges()
[07-Aug-2017 20:01:01] DEBUG --> Apache: checkDirectories()
[07-Aug-2017 20:01:01] DEBUG --> Apache: cleanAll()
[07-Aug-2017 20:01:01] DEBUG --> Apache: cleanVhosts()
[07-Aug-2017 20:01:01] DEBUG --> Apache: cleanPhpFpmPools()
[07-Aug-2017 20:01:01] DEBUG --> Apache: cleanHtpasswd()
[07-Aug-2017 20:01:01] DEBUG --> Apache: getUserIdsWithModifiedDomains()
[07-Aug-2017 20:01:01] DEBUG --> Apache: we will now apply configs changes of user id "2"
[07-Aug-2017 20:01:01] DEBUG --> Apache: config data loaded for user id "2" ("xXxXxXxXxX")
[07-Aug-2017 20:01:01] DEBUG --> load domain "url.tld"
[07-Aug-2017 20:01:01] DEBUG --> domain uses lets encrypt - check if certs are already available
[07-Aug-2017 20:01:01] DEBUG --> okay
[07-Aug-2017 20:01:01] DEBUG --> load domain "www.url.tld"
[07-Aug-2017 20:01:01] DEBUG --> domain uses lets encrypt - check if certs are already available
[07-Aug-2017 20:01:01] DEBUG --> okay
[07-Aug-2017 20:01:01] DEBUG --> load domain "subdomain.url.tld"
[07-Aug-2017 20:01:01] DEBUG --> domain without ssl option
[07-Aug-2017 20:01:01] DEBUG --> Apache: add vhost container for domain "url.tld"
[07-Aug-2017 20:01:01] DEBUG --> Apache: add vhost container for domain "www.url.tld"
[07-Aug-2017 20:01:01] DEBUG --> Apache: add vhost container for domain "subdomain.url.tld"
[07-Aug-2017 20:01:01] DEBUG --> Apache: ensure target dir exist (/home/users/username/www/_security/)
[07-Aug-2017 20:01:01] DEBUG --> Apache: save config to "/etc/apache2/keyhelp/vhosts/xXxXxXxXxX.conf"
[07-Aug-2017 20:01:01] DEBUG --> PHP-FPM: add php-fpm pool "[username]" for domain "url.tld"
[07-Aug-2017 20:01:01] DEBUG --> save config to "/etc/php/7.0/fpm/keyhelp_pool/xXxXxXxXxX.conf"
[07-Aug-2017 20:01:01] DEBUG --> PHP-FPM: add php-fpm pool "[username]" for domain "www.url.tld"
[07-Aug-2017 20:01:01] DEBUG --> save config to "/etc/php/7.0/fpm/keyhelp_pool/xXxXxXxXxX.conf"
[07-Aug-2017 20:01:01] DEBUG --> PHP-FPM: add php-fpm pool "[username]" for domain "subdomain.url.tld"
[07-Aug-2017 20:01:01] DEBUG --> save config to "/etc/php/7.0/fpm/keyhelp_pool/xXxXxXxXxX.conf"
[07-Aug-2017 20:01:01] DEBUG --> Apache: reloadApache()
[07-Aug-2017 20:01:01] DEBUG --> Apache: syntax ok
[07-Aug-2017 20:01:01] DEBUG --> Apache: reloading apache
[07-Aug-2017 20:01:01] DEBUG --> Apache: reloadPhpFpm()
[07-Aug-2017 20:01:01] DEBUG --> PHP-FPM (php7.0-fpm): syntax ok
[07-Aug-2017 20:01:01] DEBUG --> PHP-FPM (php7.0-fpm): reloading php-fpm
Wo hängt es denn hier?