Ports Search

Results 831840 of 8,048 for www%3Atrac.(0.004 seconds)
www/mod_proxy_html-3.1.2 (Score: 0.020137845)
Apache module for rewriting HTML links in proxied content
mod_proxy_html is an output filter to rewrite HTML links in a proxy situation, to ensure that links work for users outside the proxy. It serves the same purpose as Apache's ProxyPassReverse directive does for HTTP headers, and is an essential component of a reverse proxy. Note (for apache24 users): mod_proxy_html has now been relicensed and incorporated into the core Apache HTTPD distribution at apache.org from HTTPD 2.4. That version is now likely to be more up-to-date than this one.
www/mod_proxy_uwsgi-2.0.13 (Score: 0.020137845)
Apache proxy module to pass requests to uwsgi
Apache2 module to proxy requests to uwsgi instance.
www/mod_log_firstbyte-1.01 (Score: 0.020137845)
Log the time between request and the first byte of the response served
Ever tried logging Apache page serve times using '%D'? You'll have discovered that they aren't a good index of your server's performance, because they depend more on the client's connection speed, computer and browsing habits than on the speed of your server. mod_log_firstbyte is a module for Apache 2.0 which allows you to log the time between each request being read and the first byte of the response served. Unlike the total serve time, this index of performance tells you how long Apache actually spent loading the file off the disk or executing your script: it's independent of client connection speed. It makes a great performance benchmark for your server!
www/baikal-0.4.6 (Score: 0.020137845)
Lightweight CalDAV/CardDAV server
Baikal is a lightweight CalDAV and CardDAV server. It is compatible with the calendar and contacts apps from Apple's iOS and OS X, Android, Evolution, Mozilla Thunderbird, and any other CalDAV/CardDAV capable application. Baikal supports authentication with multiple users and calendars, and comes with a spiffy web-based administration interface. Baikal does not start a daemon or open any ports. It must run at the root of a VirtualHost or subdomain. See the included sample Apache and Nginx configurations, and INSTALL.md for all the gory details.
www/mod_remoteip-2.3.5.a (Score: 0.020137845)
Replaces the client IP address/hostname with that given by a proxy
Backport of the Apache 2.3 module that replaces the apparent client remote IP address and hostname for the request with the IP address list presented by a proxy or load balancer via the request headers.
www/mod_rivet-2.3.1 (Score: 0.020137845)
Embeds a Tcl interpreter in the Apache server
mod_rivet brings together the full power of the Tcl programming language and the Apache HTTP server. You can use Tcl to manage Apache, respond to requests for web pages and much more. mod_rivet gives you a persistent Tcl interpreter embedded in your web server. This lets you avoid the overhead of starting an external interpreter and avoids the penalty of Tcl start-up time, giving you super-fast dynamic content. As you'd expect from the Tcl community, there are hundreds of modules written for mod_rivet, everything from persistent database connections, to templating sytems, to complete XML content delivery systems. Web sites like FlightAware use mod_rivet.
www/mod_rpaf-0.6.0 (Score: 0.020137845)
Make proxied requests appear with client IP
rpaf changes the remote address of the client on incoming proxy requests. It is used in backend servers that needs to know the IP of the client, and works in conjunction with mod_proxy_add_forward (which sets the X-Forwarded-For header). When an X-Host header exists rpaf will take the hostname found here, put it into Apache, and update the virtualhost settings so that you can serve virtualhosts on the backend.
www/mod_scgi-1.15 (Score: 0.020137845)
Apache module that implements the client side of the SCGI protocol
An Apache module that implements the client side of the Simple Common Gateway Interface protocol. The SCGI protocol is a replacement for the Common Gateway Interface (CGI) protocol. It is a standard for applications to interface with HTTP servers. It is similar to FastCGI but is designed to be easier to implement.
www/mod_memcache-0.1.0 (Score: 0.020137845)
Apache 2.2.x module to manage apr_memcache connections
mod_memcache manages the parsing of memcached server configuration and exports a single function for use by other modules to access a configured apr_memcache object.
www/mod_spdy-0.9.4.1 (Score: 0.020137845)
SPDY module for the Apache HTTP server v2.2
mod_spdy is an Apache 2.x filter module that provides SPDY support in the Apache HTTPD web server. Because mod_spdy is an Apache module, it can be loaded into currently deployed Apache HTTPD 2.x web servers using mod_so.