debian:web-server-debian:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
debian:web-server-debian:start [2017/03/09 13:24] – [Apache 2.4 auf Debian / Ubuntu] michaeldebian:web-server-debian:start [2017/09/26 19:55] (current) – [Installation von Apache 2.4] michael
Line 1: Line 1:
 ====== Apache 2.4 auf Debian / Ubuntu ====== ====== Apache 2.4 auf Debian / Ubuntu ======
-Apache {en} ist der meistgenutzte Webserver im Internet. Er ist flexibel konfigurierbar und über eine Vielzahl von Modulen erweiterbar.+Apache ist der meistgenutzte Webserver im Internet. Er ist flexibel konfigurierbar und über eine Vielzahl von Modulen erweiterbar.
  
 In Kombination mit MySQL und PHP oder Perl oder Python spricht man dann von einen LAMP-Server (**L**inux, **A**pache, **M**ySQL und **P** wie PHP, Perl oder Python). In Kombination mit MySQL und PHP oder Perl oder Python spricht man dann von einen LAMP-Server (**L**inux, **A**pache, **M**ySQL und **P** wie PHP, Perl oder Python).
- 
-{{:icons:apache2.png?200|}} 
  
 Der häufig empfohlene [[https://wiki.ubuntuusers.de/XAMPP/|XAMPP]] bereitet unter Ubuntu immer wieder Probleme. Da Ubuntu (fast) alle in XAMPP enthaltenen Serverdienste auch über die offiziellen Paketquellen bereitstellt, sollten bevorzugt die Einzelpakete genutzt werden. Der häufig empfohlene [[https://wiki.ubuntuusers.de/XAMPP/|XAMPP]] bereitet unter Ubuntu immer wieder Probleme. Da Ubuntu (fast) alle in XAMPP enthaltenen Serverdienste auch über die offiziellen Paketquellen bereitstellt, sollten bevorzugt die Einzelpakete genutzt werden.
 +
 +{{:icons:apache2.png?200|}}
  
 ---- ----
Line 16: Line 16:
 apt-get install apache2  apt-get install apache2 
 </code> </code>
 +
 +  * https://httpd.apache.org/docs/2.4/de/misc/perf-tuning.html
 +  * https://www.linuxbabe.com/linux-server/install-apache-mariadb-and-php7-lamp-stack-on-ubuntu-16-04-lts
 +  * https://www.linuxbabe.com/linux-server/install-nginx-mariadb-php7-lemp-stack-ubuntu-16-04-lts
 +
 +
 +
 +
 +==== PHP 7.0 ====
 +<code>
 +# apt-get install php7.0-curl php7.0 php7.0-gd php7.0-cli libapache2-mod-php7.0
 +# service apache2 reload
 +</code>
 +
 +==== Security ====
 +
 +=== Configuration & Hardening ===
 +  * https://raymii.org/s/tutorials/Strong_SSL_Security_On_Apache2.html
 +
 +=== Security Testing ===
 +  * https://www.ssllabs.com/ssltest/
 +  * https://ssldecoder.org/
 +
 +
 +
  
  
  • debian/web-server-debian/start.1489062285.txt.gz
  • Last modified: 2017/03/09 13:24
  • by michael