hi,
folgendes Problem: http://localhost gibt mir eine Website mit folgendem Text:
Hier meine xinetd Konfiguration:
Weiss jemand worans liegt?
folgendes Problem: http://localhost gibt mir eine Website mit folgendem Text:
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Hier meine xinetd Konfiguration:
Code:
mathias@wizard:~$ cat /etc/xinetd.conf
defaults
{
instances = 60
log_type = SYSLOG authpriv
log_on_success = HOST PID
log_on_failure = HOST
cps = 25 30
}
includedir /etc/xinetd.d
mathias@wizard:~$
Code:
mathias@wizard:~$ cat /etc/xinetd.d/apache2
# vsftp daemon.
service www
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/sbin/apache2
per_source = 5
instances = 200
log_on_success += PID HOST DURATION
log_on_failure += HOST
nice = 10
}
mathias@wizard:~$
Weiss jemand worans liegt?