Ports Search

Results 19,20119,210 of 19,819 for %22HTTP Server%22.(0.016 seconds)
www/mod_remoteip-2.3.5.a (Score: 7.739885E-4)
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_uid-1.1.0 (Score: 7.739885E-4)
Apache module issuing the "correct" cookies for counting the site visitors
The standard distribution of Apache does not provide adequate means for user tracking, and this module provides them. What it actually does: + if the user has provided the cookie header with the correct cookie-name, the module writes this cookie in notes with the name uid_got (accordingly, then it may be written to the log); + if the user has arrived without the required cookie, the module issues the SetCookie header for him/her and writes the cookie thus issued in notes with the name uid_set (and this may also be written to the log); + if built-in P3P support is included, the P3P header is also issued as the Set-Cookie header is issued.
www/mod_umask-0.1.0 (Score: 7.739885E-4)
Apache 2.x module to set umask of created files
mod_umask sets the Unix umask of the Apache HTTPd process after it has started. This is useful when accessing Subversion from both mod_dav_svn and via a local client with a file:// url. Without setting a proper umask the file permissions can create a repository that is not easily accessable from both.
www/Catalyst-View-XML-Feed-0.08 (Score: 7.739885E-4)
Perl extension for Catalyst view for RSS, Atom, or other XML feeds
A hassle-free way to serve an RSS, Atom, or other XML feed from your Catalyst application.
www/mod_auth_xradius-0.4.6 (Score: 7.739885E-4)
Enables RADIUS authentication
Provides basic Radius auth services for Apache.
www/mod_layout-5.1 (Score: 7.739885E-4)
Apache2.2 module to wrap served pages with a header and/or footer
mod_layout is a utility to wrap served webpages. This means it can add a footer or header to a document. This allows you to create a standard look and feel throughout a website without using SSI. Some example uses are adding standard disclaimers to the bottom of all pages, banner ads to the top of all pages, or even a menu at the beginning of a page. There are many other per-document settings you can modify with mod_layout. THIS VERSION IS ONLY FOR APACHE 2.2.X
www/Amon2-Plugin-LogDispatch-0.01 (Score: 7.739885E-4)
Perl extension of Log::Dispatch glue for Amon2
This is a Log::Dispatch glue for Amon2. This module still maintained, but I don't use this module on production environment today. I'm a user of Log::Minimal.
Perl extension for Amon2 anti CSRF filter
Amon2 anti CSRF filter.
www/Any-URI-Escape-0.01 (Score: 7.739885E-4)
Load URI::Escape::XS preferentially over URI::Escape
URI::Escape is great, but URI::Escape::XS is faster. This module loads URI::Escape::XS and imports the two most common methods if XS is installed.
www/Apache-LogFormat-Compiler-0.32 (Score: 7.739885E-4)
Perl extension to compile a log format string to perl-code
Compile a log format string to perl-code. For faster generating access_log line.