awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
apache avatar

apache/httpd

0
View on GitHub↗
4,051 स्टार्स·1,270 फोर्क्स·C·Apache-2.0·1 व्यूhttpd.apache.org↗

Httpd

यह प्रोजेक्ट एक HTTP वेब सर्वर है जो विभिन्न ऑपरेटिंग सिस्टमों पर HTTP/1.1 और HTTP/2 प्रोटोकॉल का उपयोग करके क्लाइंट्स को वेब सामग्री वितरित करता है। यह एक रिवर्स प्रॉक्सी सर्वर, एक नियम-आधारित URL रीराइटर, एक SSL/TLS टर्मिनेशन गेटवे, और एक वर्चुअल होस्ट मैनेजर के रूप में कार्य करता है।

सर्वर अनुरोधों को विशिष्ट निर्देशिका संरचनाओं में मैप करके एक ही इंस्टेंस पर कई अलग-अलग डोमेन होस्ट करने में सक्षम है। यह क्लाइंट और सर्वर के बीच संचार को सुरक्षित करने के लिए सर्वर सीमा पर नेटवर्क ट्रैफ़िक को एन्क्रिप्ट और डिक्रिप्ट करता है। इसके अतिरिक्त, यह संसाधनों के स्थित होने से पहले एक रेगुलर एक्सप्रेशन इंजन का उपयोग करके अनुरोधित URL को विभिन्न पथों में बदल देता है।

व्यापक क्षमताओं में स्टेटिक वेबसाइट होस्टिंग और सर्वर-साइड स्क्रिप्ट के माध्यम से गतिशील सामग्री का निष्पादन शामिल है। यह सिस्टम उपयोगकर्ता पहचान, प्रमाणीकरण नियमों, या नेटवर्क मूल के आधार पर फ़ाइलों और निर्देशिकाओं तक पहुंच को प्रतिबंधित या प्रदान करने के लिए वेब एक्सेस कंट्रोल प्रदान करता है। यह बैकएंड सर्वर पर आने वाले अनुरोधों को अग्रेषित करके ट्रैफ़िक का प्रबंधन भी करता है।

Features

  • HTTP Servers - Operates as a high-performance HTTP server designed to handle, route, and serve web traffic.
  • Static Website Hosting - Serves static files and directories over HTTP to deliver website content to users.
  • HTTP Reverse Proxies - Forwards client requests to backend servers to provide load balancing and security.
  • Reverse Proxies - Acts as a reverse proxy server that forwards client requests to backend servers to return responses.
  • Proxy Traffic Management - Routes external requests through reverse proxies and load balancers with secure connection handling.
  • Virtual Hosting - Hosts multiple distinct domains on a single server instance by mapping requests to specific directory structures.
  • SSL/TLS Termination - Decrypts secure connections at the server boundary before processing the plaintext request to offload cryptographic overhead.
  • Network Security - Implements transport-layer security to encrypt network sockets between the server and clients.
  • SSL/TLS Connection Security - Uses SSL/TLS protocols to encrypt the transport layer and protect data integrity during communication.
  • TLS Traffic Encryption - Secures communication channels between clients and the server using SSL/TLS encryption.
  • Multi-Process Request Handling - Handles concurrent network connections using a multi-process model to distribute request load across worker processes.
  • Multi-Protocol HTTP Serving - Transmits web content to clients using both HTTP/1.1 and HTTP/2 protocols.
  • URL-to-Filesystem Mappings - Maps incoming HTTP request paths directly to physical directory structures on the host filesystem to serve files.
  • Filesystem Static File Servings - Delivers static files and directories over HTTP via a configured filesystem mapping.
  • Dynamic Module Loading - Extends server functionality at runtime by loading compiled shared objects as modules.
  • Request Proxying - Acts as an intermediary that forwards requests to backend servers and returns the response to the client.
  • HTTP Request Forwarders - Forwards incoming HTTP requests to backend servers using various network addresses.
  • Resource Access Restrictions - Provides mechanisms for enforcing authentication and permission requirements on specific files and directories.
  • Access Control Lists - Restricts or grants access to specific directories and files based on fine-grained permission sets.
  • Authenticated Web File Access - Restricts access to web files using session authentication and network-based IP restrictions.
  • Security and Access Control - Restricts site access using authentication modules, encryption, and granular user permissions.
  • Access Control - Manages resource access through authentication, role-based permissions, and mandatory control rules.
  • Directory-Level Overrides - Applies specific behavior and rules to individual directories using local configuration files.
  • Server Capability Extenders - Adds specialized capabilities for URL rewriting and custom processing via a pluggable module system.
  • CGI Script Execution - Produces dynamic content by executing external system scripts via the Common Gateway Interface (CGI).
  • URL Rewrite Rules - Transforms requested URLs into different paths using a regular expression engine before locating resources.

स्टार हिस्ट्री

apache/httpd के लिए स्टार हिस्ट्री चार्टapache/httpd के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Httpd के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Httpd के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • tobychui/zoraxytobychui का अवतार

    tobychui/zoraxy

    5,268GitHub पर देखें↗

    Zoraxy is a network administration tool centered on HTTP reverse proxy management. It provides a centralized graphical interface for routing web traffic from public domains to internal backend services, utilizing a Go-based proxy to intercept and forward requests. The project extends beyond standard web routing by offering a browser-based SSH interface for remote server administration and command execution. It also supports transport-layer TCP and WebSocket forwarding to manage non-HTTP traffic between external clients and internal ports. Broad capabilities include automated TLS certificate

    HTMLcluster-gatewaygolanghomelab
    GitHub पर देखें↗5,268
  • nginx/nginxnginx का अवतार

    nginx/nginx

    30,903GitHub पर देखें↗

    Nginx is a high-performance HTTP server and reverse proxy designed to handle high-concurrency traffic through an efficient, event-driven architecture. It functions as a versatile traffic management gateway and content delivery accelerator, providing the infrastructure necessary to route client requests, balance loads across backend servers, and serve static assets with minimal resource consumption. The project distinguishes itself through a master-worker process model that separates configuration management from request processing, ensuring stable operations under heavy load. Its modular requ

    Ccontent-cachehttphttp2
    GitHub पर देखें↗30,903
  • varnishcache/varnish-cachevarnishcache का अवतार

    varnishcache/varnish-cache

    4,050GitHub पर देखें↗

    Varnish Cache is an HTTP reverse proxy cache, traffic manager, and edge content delivery tool. It functions as an HTTP accelerator that stores responses in memory to reduce backend load and improve delivery speed. The system also serves as a TLS termination proxy and a configuration engine using a compiled language to define request handling and caching logic. The project is distinguished by its compiled configuration language, which transforms specialized domain logic into machine code to execute request processing at line rate. It provides high-performance memory-centric storage and special

    Ccachinghigh-performancehttp
    GitHub पर देखें↗4,050
  • rejetto/hfsrejetto का अवतार

    rejetto/hfs

    3,770GitHub पर देखें↗

    hfs is a web-based file server and HTTP file hosting platform that shares local files and folders with remote users through a web browser. It functions as a media streaming server for audio and video content and provides a virtual file system to organize shared web paths independently of the physical disk hierarchy. The platform includes a remote file administrator for monitoring active transfers and managing server settings via secure authentication. It allows for the hosting of static websites and private content with access restrictions based on user accounts or geographic location. The s

    TypeScriptfile-serverfile-sharinghttp-server
    GitHub पर देखें↗3,770
Httpd के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

apache/httpd क्या करता है?

यह प्रोजेक्ट एक HTTP वेब सर्वर है जो विभिन्न ऑपरेटिंग सिस्टमों पर HTTP/1.1 और HTTP/2 प्रोटोकॉल का उपयोग करके क्लाइंट्स को वेब सामग्री वितरित करता है। यह एक रिवर्स प्रॉक्सी सर्वर, एक नियम-आधारित URL रीराइटर, एक SSL/TLS टर्मिनेशन गेटवे, और एक वर्चुअल होस्ट मैनेजर के रूप में कार्य करता है।

apache/httpd की मुख्य विशेषताएं क्या हैं?

apache/httpd की मुख्य विशेषताएं हैं: HTTP Servers, Static Website Hosting, HTTP Reverse Proxies, Reverse Proxies, Proxy Traffic Management, Virtual Hosting, SSL/TLS Termination, Network Security।

apache/httpd के कुछ ओपन-सोर्स विकल्प क्या हैं?

apache/httpd के ओपन-सोर्स विकल्पों में शामिल हैं: tobychui/zoraxy — Zoraxy is a network administration tool centered on HTTP reverse proxy management. It provides a centralized graphical… nginx/nginx — Nginx is a high-performance HTTP server and reverse proxy designed to handle high-concurrency traffic through an… varnishcache/varnish-cache — Varnish Cache is an HTTP reverse proxy cache, traffic manager, and edge content delivery tool. It functions as an HTTP… rejetto/hfs — hfs is a web-based file server and HTTP file hosting platform that shares local files and folders with remote users… oakserver/oak — Oak is a cross-runtime HTTP middleware framework and web server designed to operate across Deno, Node.js, Bun, and… mpusher/mpush — Mpush is a real-time message push system and encrypted messaging gateway designed to deliver instant notifications to…