FTUI über Apache laufen lassen

Begonnen von aeronaut, 11 Dezember 2020, 16:52:05

Vorheriges Thema - Nächstes Thema

amenomade

Hast Du andere .conf Dateien in conf-enabled?
Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

aeronaut

ls /etc/apache2/conf-available/ -al
total 32
drwxr-xr-x 2 root root 4096 Dec 12 11:13 .
drwxr-xr-x 8 root root 4096 Dec 12 11:15 ..
-rw-r--r-- 1 root root  315 Mar  5  2020 charset.conf
-rw-r--r-- 1 root root 3224 Mar  5  2020 localized-error-pages.conf
-rw-r--r-- 1 root root  189 Mar  5  2020 other-vhosts-access-log.conf
-rw-r--r-- 1 root root  804 Nov 27 13:26 php8.0-fpm.conf
-rw-r--r-- 1 root root 2174 Mar  5  2020 security.conf
-rw-r--r-- 1 root root  455 Mar  5  2020 serve-cgi-bin.conf


und die sind alle als Symlink enabled und unverändert. Muss dort ggf. etwas für den vhost eingetragen werden?

Alle VHosts:
apache2ctl -S
VirtualHost configuration:
192.168.10.82:80       homeserver (/etc/apache2/sites-enabled/001-ftui.conf:1)
*:80                   homeserver (/etc/apache2/sites-enabled/000-default.conf:1)
ServerRoot: "/etc/apache2"
Main DocumentRoot: "/var/www/html"
Main ErrorLog: "/var/log/apache2/error.log"
Mutex default: dir="/var/run/apache2/" mechanism=default
Mutex mpm-accept: using_defaults
Mutex fcgid-pipe: using_defaults
Mutex watchdog-callback: using_defaults
Mutex rewrite-map: using_defaults
Mutex fcgid-proctbl: using_defaults
Mutex proxy: using_defaults
PidFile: "/var/run/apache2/apache2.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
User: name="www-data" id=33
Group: name="www-data" id=33


apachectl -D DUMP_MODULES
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)
alias_module (shared)
auth_basic_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)
deflate_module (shared)
dir_module (shared)
env_module (shared)
fcgid_module (shared)
filter_module (shared)
mime_module (shared)
mpm_prefork_module (shared)
negotiation_module (shared)
php_module (shared)
proxy_module (shared)
proxy_fcgi_module (shared)
proxy_http_module (shared)
proxy_wstunnel_module (shared)
reqtimeout_module (shared)
rewrite_module (shared)
setenvif_module (shared)
status_module (shared)


PHP ist geladen ... hm

amenomade

Dann müsstest Du gucken, ob z.B. php8.conf aber im allgemein alle .conf auch auf den gleichen Adressen und Ports und ggf Locations greifen.
Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus