awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesWeb Server Configurations

Installing and configuring web servers to host static or dynamic web pages accessible over a network.

Distinct from Web Page Construction: No candidate covers installing and configuring a web server for hosting pages; closest candidates focus on page construction or retrieval.

Explore 5 awesome GitHub repositories matching web development · Web Server Configurations. Refine with filters or upvote what's useful.

Awesome Web Server Configurations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • michaing/dietpiAvatar von MichaIng

    MichaIng/DietPi

    6,131Auf GitHub ansehen↗

    DietPi is an ultra-lightweight Debian distribution and software platform purpose-built for single-board computers. It provides a minimal operating system that strips away unnecessary services to reduce CPU and RAM usage, and includes a curated software catalogue of pre-optimised applications that can be installed with a single command. The system reads a plain-text configuration file before first boot to perform unattended OS and software installation, and offers a web interface for remote system administration. What distinguishes DietPi is its comprehensive, integrated approach to turning a

    Installs and configures web servers and databases individually for custom stacks.

    Shellbashdebiandietpi
    Auf GitHub ansehen↗6,131
  • raspberrypi/documentationAvatar von raspberrypi

    raspberrypi/documentation

    5,575Auf GitHub ansehen↗

    This is the official documentation repository for Raspberry Pi hardware and software. It covers the complete range of Raspberry Pi single-board computers, the RP-series microcontrollers, and the Raspberry Pi operating system. The documentation provides reference material for setting up devices, configuring hardware, and using the system for tasks including AI inference, camera and video capture, embedded development, and remote access. The documentation covers the full boot chain from the GPU firmware and EEPROM bootloader through to kernel loading, with detailed guidance on boot configuratio

    Documents installing and configuring a web server to host static or dynamic web pages.

    Pythonasciidocdocumentationraspberry-pi
    Auf GitHub ansehen↗5,575
  • nginx/unitAvatar von nginx

    nginx/unit

    5,560Auf GitHub ansehen↗

    NGINX Unit is an open-source application server designed to natively execute code across multiple programming language runtimes and WebAssembly within a single process. It serves as a multi-language application server that can run applications written in Go, Java, Node.js, Perl, PHP, Python, Ruby, and WebAssembly side by side, without requiring separate runtime environments for each language. The server distinguishes itself through a RESTful JSON control API that enables dynamic, zero-downtime configuration changes without restarting the server. It combines event-driven asynchronous I/O with

    Configures popular web applications like WordPress, Drupal, and Nextcloud to run on the server.

    C
    Auf GitHub ansehen↗5,560
  • greenbone/openvas-scannerAvatar von greenbone

    greenbone/openvas-scanner

    4,670Auf GitHub ansehen↗

    The openvas-scanner is a vulnerability scanner designed to identify security weaknesses and outdated software in target systems. It performs network vulnerability scanning by executing security tests and network attack scripts, as well as conducting local security auditing through static version checks of installed software. The project utilizes community-managed feeds to synchronize and update local security definitions and vulnerability tests. These tests and scan configurations are loaded into the system via container images or manual transfers and stored in a persistent relational databas

    Provides configuration options for web server listeners to enable access from external network interfaces.

    Rustcfoogreenbone
    Auf GitHub ansehen↗4,670
  • sozu-proxy/sozuAvatar von sozu-proxy

    sozu-proxy/sozu

    3,687Auf GitHub ansehen↗

    Sozu ist ein hochperformanter, speichersicherer Reverse Proxy und Load Balancer, der in Rust geschrieben wurde. Er ist darauf ausgelegt, HTTP-, TCP- und UDP-Traffic durch eine Multi-Prozess-Architektur zu verwalten, die isolierte Worker-Prozesse nutzt, um Fehlertoleranz und eine effiziente Ressourcennutzung auf Multi-Core-Hardware sicherzustellen. Das Projekt zeichnet sich durch einen Fokus auf kontinuierliche Verfügbarkeit und dynamische Kontrolle aus. Es bietet einen einzigartigen Mechanismus für binäres Hot-Reloading und eine Unix-Socket-basierte Control-Plane, die es Administratoren ermöglicht, Proxy-Konfigurationen zu aktualisieren, Listener-Einstellungen zu modifizieren und sogar die Proxy-Binärdatei zu ersetzen, ohne aktive Client-Verbindungen zu trennen oder den Dienst zu unterbrechen. Dieses Design stellt sicher, dass die Infrastruktur während Updates und Laufzeitanpassungen reaktionsfähig und sicher bleibt. Über seine Kern-Routing-Fähigkeiten hinaus bietet der Proxy eine umfassende Suite an Tools für Edge-Security und Traffic-Management. Er handhabt TLS-Terminierung, setzt Zugriffskontrollrichtlinien durch und mindert protokollbasierte Flood-Angriffe, insbesondere für HTTP/2-Traffic. Das System enthält zudem umfangreiche Observability-Funktionen, die Echtzeit-Performance-Monitoring, verteilte Trace-Propagation und strukturiertes Audit-Logging für alle Konfigurationsänderungen und Systemereignisse bieten.

    Allows modification of listener settings, including security thresholds and timeouts, on a running instance.

    Rusthttphttp-proxyperformance
    Auf GitHub ansehen↗3,687
  1. Home
  2. Web Development
  3. Web Server Configurations

Unter-Tags erkunden

  • Listener ConfigurationsSettings for defining network interfaces and ports the web server listens on. **Distinct from Web Server Configurations:** Focuses specifically on listener interface settings rather than general web server installation or content hosting.
  • Popular Web App ConfigurationsConfigures well-known web applications such as WordPress, Drupal, and Nextcloud to run on the server. **Distinct from Web Server Configurations:** Distinct from Web Server Configurations: focuses on configuring specific popular web apps, not general web server setup.