Title: apache auf der freetz-box

Noch nicht fertig, aber erste Schritte:

fantasio:/root# debootstrap  --foreign --arch=mipsel etch /media/disk/ http://ftp.de.debian.org/debian

I have no name!@fritz:/# debootstrap/debootstrap --second-stage 
I: Installing core packages... 
...

I: Base system installed successfully.
I have no name!@fritz:/#

System konfigurieren

mount -o proc /proc /var/media/STICK/proc/
chroot /var/media/STICK bash
nano /etc/apt/sources.list
apt-get install apache
# apache konfigurieren, Listen Port etc....
/etc/init.d/apache start
root@fritz:/etc# wget 127.0.0.1:88
--08:04:53--  http://127.0.0.1:88/
           => `index.html'
Connecting to 127.0.0.1:88... connected.
HTTP request sent, awaiting response... 200 OK

-- FrankHartmann - 2009-11-21 04:02 GMT in LogBuecher


Comments:

MatthiasWientapper - 2009-09-01 23:50 GMT:

Habe mir heute auch mal ein Freetz image gebaut. Und dabei festgestellt, dass ich das schon mal gemacht hab. Denn es lief noch ein telnet daemon...


FrankHartmann - 2009-09-02 12:07 GMT:

Hm ja ich habe heute morgen versuche apache mit mod_perl zu starten. Leider gibt es dann wohl zuwenig RAM auf der Box. Swap habe ich aus.

Es gibt wohl auch moeglichkeiten apache selbst zu tunen, d.h. die Anzahl der apaches zu reduzieren etc. Mal sehen.


 

 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding mattzz? Send feedback