Burkhard Schilling wrote: > hat jemand Apache2 zum Laufen bekommen? Welche Pakete brauche ich > dazu. Was gibt es zu beachten? > > Mein Versuch: > > -testing > -apt-get install apache2-common > > aber es ist kein binary f�r apache2 da
[EMAIL PROTECTED]:~$ apt-cache show apache2-common [...] This package contains all the standard apache2 modules, including SSL support. However, it does *not* include the server itself; for this you need to install one of the apache2-mpm-* packages; such as worker or prefork. Siehe auch http://httpd.apache.org/docs-2.0/ f�r Details zu den MPMs. HTH, Flo -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

