diff --git a/m239/50 - Internetserver/README.md b/m239/50 - Internetserver/README.md new file mode 100644 index 0000000..8561815 --- /dev/null +++ b/m239/50 - Internetserver/README.md @@ -0,0 +1,91 @@ +# 50 - Internetserver + +- Webmin ist ein Web-basierte Schnittstelle für die Administrierung von Unix. Über einen Web-Browser lassen sich Benutzer-Accounts einrichten, Apache, DNS, etc. einrichten. +
Verweis: http://www.webmin.com/standard.html + + +## 01 -- Webserver-Software + +### Apache +- Apache HTTP server benchmarking tool +
Verweis: https://bscw.tbz.ch/bscw/bscw.cgi/d22141950/ab%20-%20Apache%20HTTP%20server%20benchmarking%20tool + +- Reaktionszeit von Webseiten optimieren +
Verweis: http://www.linux-community.de/Internal/Artikel/Print-Artikel/LinuxUser/2016/01/Expressversand + +- Website für Apache +
Verweis: https://httpd.apache.org/ + + +### MS-IIS Internet Information Server (Microsoft) + +- The Official Microsoft IIS Site +
Verweis: https://www.iis.net/ + + +### NGINX + +Webserver-Software, Reverse Proxy und E-Mail-Proxy (POP3/IMAP) + +- Website für NGINX +
Verweis: https://nginx.org/en/ + + +## 02 -- Fileserver + +- Apache Module mod_dav +
Verweis: https://httpd.apache.org/docs/2.4/mod/mod_dav.html + + +## 03 -- Mailserver + +- CommuniGate Pro (Windows) +
E-Mail-Server +
Verweis: https://www.communigate.com/de/ + +- Dovecot (Linux) +
IMAP und POP3-Server für Linux +
Verweis: http://https://www.dovecot.org/ + +- Exim4 (für alle Plattformen) +
SMTP-Server +
Verweis: http://www.exim.org/ + +- Exim4 einrichten Mail-Server unter Linux +
Verweis: http://www.pcwelt.de/ratgeber/Den_eigenen_Mailserver_einrichten_-_so_geht_s-Linux_als_Server-8716159.html + +- HMailServer (Windows) +
Open Source Mail-Server für MS Windows (siehe auch unter "Downloaded Tools") +
Verweis: https://www.hmailserver.com/ + + +## 04 -- Groupware und CMS + +- Die Verbreitung der Content Management Systeme CMS +
Verweis: http://www.webkalkulator.com/cmsvergleich + +- Wordpress +
Verweis: https://de.wordpress.org/ + +- Typo3 +
Verweis: https://typo3.org/ + +- Joomla +
Verweis: https://www.joomla.org/announcements/release-news/5664-joomla-3-6-is-here.html + +- Drupal, ein Open Source CMS +
wird bspw. verwendet von BlackSocks.ch +
Verweis: https://www.drupal.org/ + +- BSCW +
Verweis: http://www.bscw.de/ + +## 05 -- Proxy-Server + +- Aufstellung verschiedener Proxy-Server +
Verweis: http://dmoztools.net/Computers/Internet/Proxying_and_Filtering/Products_and_Tools/Software/ + +- TCP Tunnel +
Sendet alle Nachrichten, welche auf einem lokalen Port eintreffen, an einen Remote Host weiter +
Verweis: http://www.vakuumverpackt.de/tcptunnel/ +