Ports Search

Results 1,1711,180 of 2,170 for /x11-fonts/.(0.026 seconds)
www/apache22-2.2.31 (Score: 0.010676421)
Version 2.2.x of Apache web server with worker MPM.
Apache 2.2 with the worker MPM enabled.
www/mod_auth_cas-1.0.9.1 (Score: 0.010676421)
Apache 2.x module that supports the CASv1 and CASv2 protocols
mod_auth_cas is an Apache 2.0/2.2 compliant module that supports the CASv1 and CASv2 protocols.
www/mod_jk-1.2.41 (Score: 0.010676421)
Apache JK module for connecting to Tomcat using AJP1X
mod_jk is a replacement to the elderly mod_jserv. It is a completely new Tomcat-Apache plugin that handles the communication between Tomcat and Apache.
www/mod_log_config-st-1.03 (Score: 0.010676421)
Modified version of mod_log_config for Apache 2.2.x
mod_log_config-st is a patched version of mod_log_config by Sonke Tesch. It's fully backward-compatible and it adds logic to give other log writers a more detailed view of the data to be logged.
www/mod_log_mysql-1.04 (Score: 0.010676421)
Allows Apache 2.2.x to log to a MySQL database
mod_log_mysql is a module for the Apache 2 webserver which permits request logging into a MySQL database. Key features are: * Seamless integration into the standard Apache logging configuration. * Only a single configuration line needed to start logging. * Free SQL use. * Multiple databases, database users and/or database servers. * Connection pooling, only one connection per log target, per child process. * Logs data as it is: e.g. times as SQL DATETIME and n/a items as SQL NULL. * Won't loose data if the database server is down. Note: this module requires mod_log_config-st
www/mod_memcache-0.1.0 (Score: 0.010676421)
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_umask-0.1.0 (Score: 0.010676421)
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/h2o-2.0.4 (Score: 0.010676421)
Optimized HTTP2 server with support for HTTP/1.x
H2O is a very fast HTTP server written in C. It can also be used as a library. It supports: - HTTP/1.0, HTTP/1.1 - [HTTP/2](http://http2.github.io/) - draft 16 (and draft 14 to support older clients) - persistent connections - chunked encoding - negotiation methods: NPN, ALPN, Upgrade, direct - dependency and weight-based prioritization - server push - TLS - uses [OpenSSL](https://www.openssl.org/) - forward secrecy - AEAD ciphers - OCSP stapling (automatically enabled) - session resumption (internal memory) - conditional GET using last-modified / etag - mime-type configuration - reverse proxy - persistent upstream connection
www/mod_macro-1.1.11 (Score: 0.010676421)
Apache 2.2.x module for use macros in config files
mod_macro is a third-party module to the Apache Http Server, distributed with a BSD-style license like Apache. It allows the definition and use of macros within apache runtime configuration files. The syntax is a natural extension to apache html-like configuration style.
www/Apache-Session-SQLite3-0.03 (Score: 0.010676421)
Use DBD::SQLite 1.x for Apache::Session storage
This module is an implementation of Apache::Session. It uses the DBD::SQLite backing store. It requires DBD::SQLite version 1.00 or above, due to its use of SQLite3 API for BLOB support. Also, an extra LastUpdated field is populated with the current time(). There is no need to create the data source file beforehand; this module creates the session table automatically.