Ports Search

Results 531540 of 8,048 for /www/.(0.004 seconds)
www/hotcrp-2.94 (Score: 0.06684447)
Web based conference management software
HotCRP is conference management software: it accepts paper submissions and manages the review process.
www/wai-app-static-3.1.1 (Score: 0.06684447)
WAI application for static serving
Also provides some helper functions and datatypes for use outside of WAI.
www/mod_auth_external-2.2.11 (Score: 0.06684447)
Allows users authentication based on external mechanisms
Mod_Auth_External is an Apache module used for authentication. The Apache HTTP Daemon can be configured to require users to supply logins and passwords before accessing pages in some directories. Authentication is the process of checking if the password given is correct for a user. Apache has standard modules for authenticating out of several different kinds of databases. Mod_Auth_External is a flexible tool for creating authentication systems based on other databases.
www/mod_auth_tkt-2.1.0 (Score: 0.06684447)
Lightweight single-sign-on authentication module for apache
mod_auth_tkt is a lightweight single-sign-on authentication module for apache, supporting versions 1.3.x, 2.0.x, and 2.2.x. It uses secure cookie-based tickets to implement a single-signon framework that works across multiple apache instances and servers.
www/mod_log_config-st-1.03 (Score: 0.06684447)
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.06684447)
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_log_sql-1.101 (Score: 0.06684447)
Allows Apache to log to a MySQL database
This add-on module allows the apache web server to use a MySQL database for logging of all operations.
www/mod_log_sql-1.101 (Score: 0.06684447)
Allows Apache to log to a MySQL database
This add-on module allows the apache web server to use a MySQL database for logging of all operations.
www/mod_uid-1.1.0 (Score: 0.06684447)
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: 0.06684447)
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.