BOA-Server Installation auf Debian (Knoppix)

Mufasa

New Member
Hi Leute!

Also ich weiß jetzt ehrlich gesagt auch nicht genau ob ich jetzt hier richtig bin.... ich hoffe es zumindest sehr :-)

Ich möchte auf einem Debian-System (Knoppix installiert) den Boa Webserver installieren (zum Zwecke einer Testumgebung). Hatte gedacht das würde mit 'apt-get install boa' funktionieren, aber irgendwie scheint mir das wohl etwas ganz anderes zu sein....

Kann mir einer sagen wie genau ich das installieren muss? Und wenn das dann gemacht ist.... wo dann die html Dateien und wo die cgi's rein müssen.... bzw. wo man das einstellen kann...

Wäre ich sehr sehr dankbar drüber!!!!

MfG
 
Hatte gedacht das würde mit 'apt-get install boa' funktionieren, aber irgendwie scheint mir das wohl etwas ganz anderes zu sein....
Verweist die sources.list auf einen Debian Mirror?
Kann mir einer sagen wie genau ich das installieren muss? Und wenn das dann gemacht ist.... wo dann die html Dateien und wo die cgi's rein müssen.... bzw. wo man das einstellen kann...
Steht in /usr/share/doc/boa/*
 
Verweist die sources.list auf einen Debian Mirror?
Also das ist meine source.list
Weiß nicht wo genau Du das jetzt meinst... deswegen hier gleich alles.... ;-)
Code:
# /etc/apt/sources.list for Knoppix
# If you want to do a "full upgrade", you should first
# upgrade the Packages from Debian/unstable (KDE & Co.)
# before doing a (dist-)upgrade for Debian/testing.
#
# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.

# Security updates for "stable"
deb http://security.debian.org stable/updates main contrib non-free
deb http://security.debian.org testing/updates main contrib non-free

# Stable
deb http://ftp.de.debian.org/pub/debian stable main contrib non-free

# the non-US branch doesn't exist anymore since sarge. -KK
# deb http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free

# Stable Sources
deb-src http://ftp.de.debian.org/pub/debian stable main contrib non-free
# deb-src http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free

# Testing
deb http://ftp.de.debian.org/pub/debian testing main contrib non-free
# deb http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free

# Testing Sources
deb-src http://ftp.de.debian.org/pub/debian testing main contrib non-free
# deb-src http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free

# Unstable
deb http://ftp.de.debian.org/debian unstable main contrib non-free
# deb http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free

# Unstable Sources
deb-src http://ftp.de.debian.org/debian unstable main contrib non-free
# deb-src http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free

# Experimental
deb http://ftp.de.debian.org/debian experimental main contrib non-free

# Experimental Sources
#deb-src http://ftp.de.debian.org/debian ../project/experimental main contrib non-free

# ndiswrapper source (disappeared, only source.tar available)
# deb http://ndiswrapper.sourceforge.net/debian ./

# KDE 3.5 (not in sarge)
# deb http://pkg-kde.alioth.debian.org/kde-3.5.0/ ./
# deb-src http://pkg-kde.alioth.debian.org/kde-3.5.0/ ./
# deb http://pkg-kde.alioth.debian.org/kde-3.4.1/ ./
# deb-src http://pkg-kde.alioth.debian.org/kde-3.4.1/ ./

# Wine
deb http://wine.sourceforge.net/apt/ binary/
# deb-src http://wine.sourceforge.net/apt/ source/

# Unichrome graphics driver
# deb http://www.physik.fu-berlin.de/~glaweh/debian/ unichrome/
# deb-src http://www.physik.fu-berlin.de/~glaweh/debian/ unichrome/

# NX stuff
# deb http://www.kalyxo.org/debian/ experimental main
# deb http://www.kalyxo.org/debian/ unstable main

# ndiswrapper
# deb   http://rigtorp.se/debian unstable/
# deb-src       http://rigtorp.se/debian unstable/

# Blades Repository (pppoeconf & co)
# deb http://people.debian.org/~blade/testing ./
# deb-src http://people.debian.org/~blade/testing ./

# deb cdrom:[Debian GNU/Linux 2.2 r3 _Potato_ - Official i386 Binary-1 (20010427)]/ unstable contrib main non-US/contrib non-US/main

# Knoppix special packages resource at LinuxTag HQ
# deb http://developer.linuxtag.net/knoppix ./
# deb-src http://developer.linuxtag.net/knoppix ./

# deb http://snapshot.debian.net/archive pool gcc
# deb-src http://snapshot.debian.net/archive pool gcc

# From the Kanotix archives
# deb http://kanotix.com/files/debian/ ./
# deb-src http://kanotix.com/files/debian/ ./

# NX Server
# deb http://debian.tu-bs.de/project/kanotix/unstable/ sid nx
# deb-src http://debian.tu-bs.de/project/kanotix/unstable/ sid nx

# NX Client (binary-only, non-free)
# deb http://kanotix.com/files/debian/ sid main contrib non-free

# Packages from ubuntu. CAUTION, they don't mix well with Debian
# deb http://de.archive.ubuntu.com/ubuntu hoary main universe multiverse
# deb-src http://de.archive.ubuntu.com/ubuntu hoary main universe multiverse

# Unofficial packages, like JAVA
# deb ftp://ftp.debian-unofficial.org/debian/ stable main contrib non-free restricted
# deb-src ftp://ftp.debian-unofficial.org/debian/ stable main contrib non-free restricted
# deb ftp://ftp.debian-unofficial.org/debian/ testing main contrib non-free restricted
# deb-src ftp://ftp.debian-unofficial.org/debian/ testing main contrib non-free restricted
# deb ftp://ftp.debian-unofficial.org/debian/ unstable main contrib non-free restricted
# deb-src ftp://ftp.debian-unofficial.org/debian unstable main contrib non-free restricted

# Open-Xchange and JavaMail packages
# deb http://ox.cs.bme.hu/ox-stable sarge contrib

# Open-Xchange development version (currently 0.8.1.2-1) and JavaMail packages
# deb http://ox.cs.bme.hu/ox-devel sarge contrib

# Various Projects

# Thunderbird
deb http://people.debian.org/~asac/experimental ./
deb-src http://people.debian.org/~asac/experimental ./ 

#Freyja
deb http://icculus.org/freyja/files/debian/i386 ./
deb-src http://icculus.org/freyja/files/debian/i386 ./

# Beryl/Compiz from Ubuntu
# deb http://www.beerorkid.com/compiz dapper main
# deb-src http://www.beerorkid.com/compiz dapper main

# imu's Beryl-SVN Debian-unstable Repository
# GPG key: 81836EBF
deb http://download.tuxfamily.org/3v1deb debian-unstable beryl-svn
deb-src http://download.tuxfamily.org/3v1deb debian-unstable beryl-svn

# NX
deb http://sidux.com/debian/ sid nx
deb-src http://sidux.com/debian/ sid nx

# whereto - automatic detection of country/language
# http://www.iki.fi/karvinen/wheretero.html
# http://myy.helia.fi/~a0600207/terodeb


Steht in /usr/share/doc/boa/*
Ok.... aber wenn ich das ja noch nicht installieren kann bzw. installiert habe.... dann steht da auch gooaar nix:confused:
 
Jetzt hab ich das jetzt auch mit dem Paketmanager KPackage versucht.... Ich suche nach "boa", der findet das bei 'web', und wenn ich dann auf 'installieren' clicke.... kommt die Fehlermeldung: Es gibt einen Fehler bei der Anmeldung. Bitte melden Sie sich manuell an.

Da ist dann ein großes leeres Textfeld. Aber egal welche Taste ich dann drücke, stürzt das Programm ab und wird geschlossen. Dann kommt der KDE Crashmanager mit folgender Meldung: Das Programm KPackage (kpackage) ist abgestürzt und hat das Signal 11 (SIGSEGV) veranlasst.

Keine Ahnung wie oder was ich jetzt machen kann..... wie gesagt bin halt wirklich Linux-Neuling.... aber muss das jetzt irgendwie hinkriegen.....
 
Ich habe mich noch nie mit Knoppix beschäftigt, bist du sicher das es richtig ist das gleichzeitig die stable. testing und unstable Packete in der source.list eingetragen sind? Bei einem "echten" Debian würde das Probleme machen.
Was sagt "apt-get install boa" den genau? Hilft ein "apt-get clean; apt-get update" ?
Wenn es gar nicht anders funktioniert kannst du das Packet auch einfach manuell runterladen und mit "dpkg -i ..." installieren. http://ftp.de.debian.org/debian/pool/main/b/boa/boa_0.94.14rc21-0.2_i386.deb
 
Ich habe mich noch nie mit Knoppix beschäftigt, bist du sicher das es richtig ist das gleichzeitig die stable. testing und unstable Packete in der source.list eingetragen sind? Bei einem "echten" Debian würde das Probleme machen.
Hmmm.......... keine Ahnung! Das ist jetzt hier das erste Linux-System an dem ich überhaupt arbeite.... ich weiß ehrlich gesagt gar nicht was genau die sources.list macht.....

Was sagt "apt-get install boa" den genau?
Da kommen so ganz komische Sachen und sagt das fehlt und ob er jenes holen soll.... ganz oft immer entweder ja oder nein.... Ich hab jetzt mal überall immer Ja gemacht.... aber irgendwie.... ist das was ich wollte trotzdem nicht drauf....

Hilft ein "apt-get clean; apt-get update" ?
Hab das jetzt beides einfach mal gemacht..... und dann eben nochmal das install boa.... also ich sehe jetzt keinen Unterschied zu vorher..... :-(

Wenn es gar nicht anders funktioniert kannst du das Packet auch einfach manuell runterladen und mit "dpkg -i ..." installieren. http://ftp.de.debian.org/debian/pool/main/b/boa/boa_0.94.14rc21-0.2_i386.deb
Hmmm.... Ok wie lautet denn der Befehl "dpkg -i...." dafür genau? Kenne das noch nicht....
 
Back
Top