Ports Search

Results 16,19116,200 of 19,819 for %22HTTP Server%22.(0.011 seconds)
www/mimetex-20120331.1.74 (Score: 9.2878623E-4)
CGI script that lets you embed LaTeX math in your HTML pages
MimeTeX, licensed under the GPL, lets you easily embed LaTeX math in your html pages. It parses a LaTeX math expression and immediately emits the corresponding gif image, rather than the usual TeX dvi. And mimeTeX is an entirely separate little program that doesn't use TeX or its fonts in any way. It's just one cgi that you put in your site's cgi-bin/ directory, with no other dependencies. It's easy to use. Just place an html <img> tag in your document wherever you want to see the corresponding LaTeX expression.
www/jesred-1.2.1 (Score: 9.2878623E-4)
Redirector for Squid
Jesred is a very fast and highly configurable redirector for the Squid Internet Object Cache. It was derived from Chris Foote's and Wayne Piekarski's Squirm 1.0 betaB and some code from Squid itself, but is about 2-3x faster than the original version and has some additional features.
www/mod_auth_mysql-1.11 (Score: 9.2878623E-4)
MySQL-based authentication module with VirtualHost support
mod_auth_mysql provides an MySQL-based authentication for apache2. It's also designed to support multiple virtualhosts using only one database.
www/mod_auth_openid-0.8 (Score: 9.2878623E-4)
Authentication module for the Apache 2 webserver with OpenID
mod_auth_openid is an authentication module for the Apache 2 webserver. It handles the functions of an OpenID consumer as specified in the OpenID 2.0 specification.
www/mod_authn_sasl-1.2 (Score: 9.2878623E-4)
Allows user authentication based on libsasl2 mechanisms on apache 2.2
This module provides the mod_auth_basic authentication front-end a way to authenticate users by checking credentials via the Cyrus SASL library. This may be interesting for setups where other daemons (e.g. for SMTP, IMAP or LDAP) already running at a machine use SASL to authenticate users.
www/WWW-Scripter-0.032 (Score: 9.2878623E-4)
Module for scripting web sites that have scripts
This is a subclass of WWW::Mechanize that uses the W3C DOM and provides support for scripting.
www/mod_chroot-0.5 (Score: 9.2878623E-4)
The mod_chroot makes running Apache in a chroot easy
mod_chroot makes running Apache in a secure chroot environment easy. You don't need to create a special directory hierarchy containing /dev, /lib, /etc... mod_chroot allows you to run Apache in a chroot jail with no additional files. The chroot() system call is performed at the end of startup procedure - when all libraries are loaded and log files open.
www/mod_clamav-0.23 (Score: 9.2878623E-4)
Scans content delivered by the Apache20 proxy module for viruses
Apache 2 introduces filters, which allow to modify content generated by some other module. mod_clamav is an Apache 2 filter which scans the content delivered by the proxy module (mod_proxy) for viruses using the Clamav virus scanning engine.
www/mod_dnssd-0.6 (Score: 9.2878623E-4)
Apache module that provides DNS-SD capabilities
mod_dnssd is an Apache HTTPD module which adds Zeroconf support via DNS-SD using Avahi.
www/mod_fcgid-2.3.9 (Score: 9.2878623E-4)
Alternative FastCGI module for Apache2
mod_fcgid is a high performance alternative to mod_cgi or mod_cgid, which starts a sufficient number instances of the CGI program to handle concurrent requests, and these programs remain running to handle further incoming requests. It is favored by the PHP developers, for example, as a preferred alternative to running mod_php in-process, delivering very similar performance. License: Apache License