suuuuppppppppper. Das wars ! Ich habe listen ausgeklammert den Apache neu gestartet und siehe da, es hat funktioniert, intern und extern.
#start
/var/media/ftp/DataTraveler2-0-Partition-0-1/apache/apache -f /var/media/ftp/DataTraveler2-0-Partition-0-1/apache/conf/apache.conf
#stop
kill -TERM `cat /var/media/ftp/DataTraveler2-0-Partition-0-1/apache/logs/apache.pid`
#!/bin/sh
echo /var/media/ftp/DataTraveler2-0-Partition-0-1/apache/apache -f /var/media/ftp/DataTraveler2-0-Partition-0-1/apache/conf/apache.conf
echo "Apache Webserver gestartet."
#!/bin/sh
./var/media/ftp/DataTraveler2-0-Partition-0-1/apache/apache -f /var/media/ftp/DataTraveler2-0-Partition-0-1/apache/conf/apache.conf
echo "Apache Webserver gestartet."
/var/media/ftp/USBFlashMemory-01/apache/apache -f /var/media/ftp/USBFlashMemory-01/apache/conf/apache.conf
[Sat Aug 9 19:08:50 2008] [error] Access to file /var/media/ftp/USBFlashMemory-01/apache/conf/apache.conf denied by server: not a regular file
fopen: No such file or directory
apache: could not open document config file /var/media/ftp/USBFlashMemory-01/apache/conf/apache.conf
cd /var/media/ftp/USBFlashMemory-01
ls
ls /var/media/ftp
/var/media/ftp/USBFlashMemory-01/apache/apache -f /var/flash/apache.conf
Trying 192.168.2.1...
Connected to fritz.box.
Escape character is '^]'.
Fritz!Box web password:
BusyBox v1.1.2 (2008.02.13-13:24+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
ermittle die aktuelle TTY
tty is "/dev/pts/0"
Console Ausgaben auf dieses Terminal umgelenkt
# ifconfig eth0:1 192.168.178.100 netmask 255.255.255.0 down
# ifconfig lan:1 192.168.178.100 netmask 255.255.255.0 down
# Aug 27 14:13:27 dsld[987]: internet: 192.168.178.100 not an intern host, forwardrule "tcp 0.0.0.0:80 192.168.178.100:85 0 # Apache" ignored
ifconfig eth0: 192.168.178.100 netmask 255.255.255.0 up
# ifconfig lan: 192.168.178.100 netmask 255.255.255.0 up
# ifconfig eth0:1 192.168.178.100 netmask 255.255.255.0 up
SIOCSIFADDR: File exists
SIOCSIFNETMASK: Cannot assign requested address
SIOCSIFFLAGS: Cannot assign requested address
# ifconfig lan:1 192.168.178.100 netmask 255.255.255.0 up
SIOCSIFADDR: File exists
SIOCSIFNETMASK: Cannot assign requested address
SIOCSIFFLAGS: Cannot assign requested address
# /var/media/ftp/USBDISK-Partition-0-1/apache/apache -f /var/media/ftp/USBDISK-Partition-0-1/apache/conf/apache.conf
Bus error
#