Debian Apache2
Version vom 18. März 2009, 21:51 Uhr von Erich (Diskussion | Beiträge) (Die Seite wurde neu angelegt: ==Grundinstallation== Hier wird Apache2 und zahreiche Erweiterunge wie PHP5 und Python instaliert. Für dieses Unterfangen sind unter Debian zahlreiche Pakete erforder...)
Grundinstallation
Hier wird Apache2 und zahreiche Erweiterunge wie PHP5 und Python instaliert.
Für dieses Unterfangen sind unter Debian zahlreiche Pakete erforderlich: Apache:
apt-get install apache2 apache2-doc apache2-mpm-prefork apt-get install apache2-utils apache2-suexec libexpat1 ssl-cert
Erweiterungen:
apt-get install libapache2-mod-php5 libapache2-mod-ruby libapache2-mod-python apt-get install php5 php5-common php5-curl php5-dev php5-xcache php5-xsl apt-get isntall php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt apt-get install php5-memcache php5-mhash php5-ming php5-pspell php5-recode apt-get install php5-snmp php5-sqlite php5-suhosin php5-tidy php5-xmlrpc
TBD