Apache VHost werden nicht verwendet

lindi200000

New Member
Hallo,

ich bin aktuell dabei mich mit ISPConfig auseinander zu setzen.
Leider scheitere ich aber an Apache.
Ich habe eine Domain http://resdash.de und diese wurde unter Sites angelegt.
ISPConfig hat unter /etc/apache2/sites-enabled auch den vhost 100-resdash.de.vhost erzeugt.
Leider lädt aber mir der Server weiterhin die default Webseite und nicht die von dem Host.
apache2ctl -M bringt:

Code:
[Thu Aug 01 17:58:23.480046 2019] [alias:warn] [pid 5818] AH00671: The Alias directive in /etc/apache2/conf-enabled/roundcube.conf at line 51 will probably never match because it overlaps an earlier Alias.
[Thu Aug 01 17:58:23.480080 2019] [alias:warn] [pid 5818] AH00671: The Alias directive in /etc/apache2/conf-enabled/roundcube.conf at line 52 will probably never match because it overlaps an earlier Alias.
AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/sites-enabled/000-ispconfig.conf:73
Loaded Modules:
 core_module (static)
 so_module (static)
 watchdog_module (static)
 http_module (static)
 log_config_module (static)
 logio_module (static)
 version_module (static)
 unixd_module (static)
 access_compat_module (shared)
 actions_module (shared)
 alias_module (shared)
 auth_basic_module (shared)
 auth_digest_module (shared)
 authn_core_module (shared)
 authn_file_module (shared)
 authz_core_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cgi_module (shared)
 dav_module (shared)
 dav_fs_module (shared)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 fcgid_module (shared)
 filter_module (shared)
 headers_module (shared)
 include_module (shared)
 mime_module (shared)
 mpm_prefork_module (shared)
 negotiation_module (shared)
 php7_module (shared)
 proxy_module (shared)
 proxy_fcgi_module (shared)
 python_module (shared)
 reqtimeout_module (shared)
 rewrite_module (shared)
 setenvif_module (shared)
 socache_shmcb_module (shared)
 ssl_module (shared)
 status_module (shared)
 suexec_module (shared)

apachectl -t bringt keine nennenswerten Fehler

Code:
[Thu Aug 01 18:01:40.529924 2019] [alias:warn] [pid 6803] AH00671: The Alias directive in /etc/apache2/conf-enabled/roundcube.conf at line 51 will probably never match because it overlaps an earlier Alias.
[Thu Aug 01 18:01:40.529961 2019] [alias:warn] [pid 6803] AH00671: The Alias directive in /etc/apache2/conf-enabled/roundcube.conf at line 52 will probably never match because it overlaps an earlier Alias.
AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/sites-enabled/000-ispconfig.conf:73
Syntax OK

hat jemand eine Idee wo der Fehler ist?

Das ganze System ist ein Ubuntu 18.04 LTS und nach der Anleitung installiert: https://www.howtoforge.com/tutorial/ubuntu-ispconfig-automated-install-script/

Hoffe es kann mir wer helfen.

VG
Lindi
 

lindi200000

New Member
Ich habe es hinbekommen, mein ISPConfig hängt hinter einer Firewall, ich habe in ISP Config aber nur die externen IP Adressen angegeben. Als ich die interne wieder hinzugefügt habe, hat alles gleich wieder geklappt.
 

Till

Administrator
Wenn ein Server hinter einem NAT Router steht, denn werden im Webserver (Egal op apache oder Nginx) die internen IP Adressen verwendet, im DNS aber die externen- das ist übrigens imemr so und nicht nur bei ISPConfig.
 

Werbung

Top