Code:
m21301:~# /usr/sbin/apache2 -M
Loaded Modules:
core_module (static)
log_config_module (static)
logio_module (static)
mpm_worker_module (static)
http_module (static)
so_module (static)
actions_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_file_module (shared)
authz_default_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgid_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
fcgid_module (shared)
mime_module (shared)
negotiation_module (shared)
rewrite_module (shared)
setenvif_module (shared)
status_module (shared)
suexec_module (shared)
Syntax OK
Habe nun den User und die Group direkt in der apache2.conf angepaßt. Obwohl sie in der
envvars so angegeben sind:
Code:
export APACHE_RUN_USER=www-data
export APACHE_RUN_GROUP=www-data
export APACHE_PID_FILE=/var/run/apache2.pid
scheinbar hakelt es irgendwo.
Nu hab ich auf eine andere Domain- die funktioniert hat einen Alias gelegt - et voila:
Wieder Login-Fenster des Servers... bei Aufruf der Alias-Domain
Original-Domain geht :-(
Nachdem ich die apache2.conf geändert hatte, kam beim apache-Neustart folgendes:
Code:
m21301:~# /usr/sbin/apache2 -k restart
httpd not running, trying to start
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Sollten da nicht IP-Adressen stehen ?
Danke vorabn für die Mühen