====== Apache ====== Konfiguration und Steuerung von [[EDV:Soft:Server:Web-Server#Apache]]-Web-Servern.\\ Apache-Konfiguration: [[https://httpd.apache.org/docs/2.4/de/mod/core.html]] **A**pache **P**ortable **R**untime: [[EDV:PRG:Apache:APR, APU]] (APR-Utils). Apache [[EDV:PRG:Apache:Apache kompilieren|aus den Quellen kompilieren]]. Programme für Apache schreiben: * Als CGI (Plugins) * Als [[EDV:PRG:Apache:Apache-Module]] (Fertige Module kompilieren + neue schreiben.) ===== Externe Verweise ===== * **Mailing Lists** und NewsGroups: [[http://httpd.apache.org/lists.html]] (teils in deutsch) * **Modul-Index**: [[https://httpd.apache.org/docs/2.4/de/mod/]]\\ Unter [[https://en.wikipedia.org/wiki/List_of_Apache_modules]] ist auch eine gute Übersicht,\\ ...oder auch in Wikipedia: [[https://de.wikipedia.org/wiki/Apache_HTTP_Server]] * Dokumentation zum Apache HTTP Server Version 2.4: [[http://httpd.apache.org/docs/2.4/]] (in deutsch) * **Developer** Documentation for the Apache HTTP Server 2.4: [[http://httpd.apache.org/docs/2.4/developer/]] * Developing **modules** for the Apache HTTP Server 2.4: [[http://httpd.apache.org/docs/2.4/developer/modguide.html]] :!: * Quelletexte und sonstige Files zum Apache2: [[https://ci.apache.org/projects/httpd/trunk/doxygen/files.html]]\\ :!: Hier findet man alle Funktionen von den APIs samt Beschreibungen für jede Funktion.\\ Hier nochmal separat für APR (v1.6): [[https://apr.apache.org/docs/apr/1.6/index.html]] * Module programmieren: [[http://old.hki.uni-koeln.de/teach/ws0405/hs/tag5/ApacheModule.pdf]] (kleines Beispiel, deutsch, bezieht sich allerdings auf die veraltete Version 1.3) * Developer: Apache Tutor: [[http://www.apachetutor.org/dev/]] * Introduction to **Buckets** and **Brigades**: [[http://www.apachetutor.org/dev/brigades]] (with examples). * HTTP Anfragemethoden (GET-, POST-, etc. Requests): https://wiki.selfhtml.org/wiki/HTTP/Anfragemethoden ---- Stand: 11.09.2021 EOF