Hi Dirk,
ich habe das gleiche Problem, wie PixelTSV.
Hier der Inhalt meiner "error_log" des apache:
Code:
[Mon Oct 22 09:22:14 2007] [crit] (126)Cannot assign requested address: make_sock: could not bind to address 192.168.178.15 port 85
Weitere logs im Apache habe ich nicht / finde ich nicht.
Das ist meine debug.cfg:
Code:
while !(ping -c 1 www.avm.de); do
sleep 5
done
sleep 20
ifconfig eth0 192.168.178.15 netmask 255.255.255.0 up
/var/media/ftp/ExternalHDD-Partition-0-1/apache/httpd -f /var/media/ftp/ExternalHDD-Partition-0-1/apache/conf/httpd.conf
Auszug aus meiner httpd.conf:
Code:
ServerType standalone
ServerRoot "/var/media/ftp/ExternalHDD-Partition-0-1/apache"
user ftpuser
group root
#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
#Listen 3000
#Listen 12.34.56.78:80
Port 85
Listen 192.168.178.15:85
#
# BindAddress: You can support virtual hosts with this option. This directive
# is used to tell the server which IP address to listen to. It can either
# contain "*", an IP address, or a fully qualified Internet domain name.
# See also the <VirtualHost> and Listen directives.
#
#BindAddress *
#
# Port: The port to which the standalone server listens. For
# ports < 1023, you will need httpd to be run as root initially.
#
# Port 80
HIER ABSICHTLICH DIE RAUTE VOR DEM PORT GELASSEN, DA WEITER OBEN DEFINIERT.
Aktuellste Firmware 29.04.40 ohne Mods, Ohne Laborversionen etc.
Wenn ich "ps" Eingebe, kommen ja sämtliche Prozesse.
Da steht bei mir 4 x websrv (der Box-eigene Server???!!) aber nix von apache oder httpd.
Ich bin ja der Meinung, dass in der Box ein kleines Männchen sitzt und mich die ganze Zeit auslacht. Das liegt mit Sicherheit nur an einer Kleinigkeit, die ich nicht erkenne. 
EDIT: die debug.cfg habe ich mit nvi geöffnet ... i gedrückt ... geschrieben ... esc und :wq gedrückt.
Dann sicherheitshalber nochmal mit nvi geöffnet (Änderungen waren ersichtlich). Danach reboot.