Ports Search

Results 821830 of 8,048 for /www/.(0.004 seconds)
www/mod_jail-0.5.2 (Score: 0.056974534)
Apache module to enable an easy alternative to mod_chroot
mod_jail is Apache 1.3.xx/2.0.xx/2.2.xx module, that makes running Apache in a secure jail prison easy, so it is intended to run on FreeBSD only. It is similar to mod_chroot, but uses FreeBSD's specific system call - jail. Also mod_jail make it possible to change securelevel into jail prison. Original web site: http://igorpopov.newmail.ru/mod_jail/
www/mod_memcache_block-20120821 (Score: 0.056974534)
Apache 2.2 module to block IPs from lists stored in memcache
mod_memcache_block is an Apache module that allows you to block access to your servers using a block list stored in memcache. It also offers distributed rate limiting based on HTTP response code.
www/mod_mpm_itk-2.4.7 (Score: 0.056974534)
This MPM allows you to run each vhost under a separate uid and gid
apache2-mpm-itk (just mpm-itk for short) is an MPM (Multi-Processing Module) for the Apache web server. mpm-itk allows you to run each of your vhost under a separate uid and gid - in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts.
www/mod_musicindex-1.4.1 (Score: 0.056974534)
Apache module that allows downloading and streaming of audio
mod_musicindex is an Apache module aimed at being a C implementation of the Perl module Apache::MP3. It allows nice displaying of directories containing several kinds of audio files, including sorting them on various fields, streaming/downloading them, constructing playlists, and searching.
www/ljdump-1.5 (Score: 0.056974534)
Tool to download LiveJournal entries and comments
ljdump reads the journal entries from a LiveJournal (or compatible) blog site and archives them in a subdirectory named after the journal name. Both the journal entries and journal comments are downloaded, which makes ljdump a great backup tool for creating offline copy of your journal. The program may be run as often as needed to bring the backup copy up to date. Both new and updated items are downloaded. ljdump uses only standard Python libraries, so it will work wherever Python itself does (Windows, Linux, FreeBSD, Mac OS X, etc).
www/mod_ntlm2-0.1 (Score: 0.056974534)
NTLM authentication module for the Apache2 webserver
NTLM is an authentication protocol used by Microsoft Internet Informations Server(tm) and Microsoft Internet Explorer(tm). While it is not really secure, it offers background authentication (the workstation logon credentials of users are passed through to the web server). This feature is widely used in intranets based on these Microsoft products. This module is implementing NTLM authentication for Apache2 on Unix platforms.
www/mod_perl-2.0.9 (Score: 0.056974534)
Embeds a Perl interpreter in the Apache server
mod_perl brings together the full power of the Perl programming language and the Apache HTTP server. You can use Perl to manage Apache, respond to requests for web pages and much more. mod_perl gives you a persistent Perl interpreter embedded in your web server. This lets you avoid the overhead of starting an external interpreter and avoids the penalty of Perl start-up time, giving you super-fast dynamic content. As you'd expect from the Perl community, there are hundreds of modules written for mod_perl, everything from persistent database connections, to templating sytems, to complete XML content delivery systems. Web sites like Slashdot and Wired Magazine use mod_perl.
www/php70-7.0.11 (Score: 0.056974534)
PHP Scripting Language
www/mod_proxy_html-3.1.2 (Score: 0.056974534)
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.056974534)
Apache proxy module to pass requests to uwsgi
Apache2 module to proxy requests to uwsgi instance.