- It is pronounced as "access-HTTP-daemon"
- It is SMALL (very small in fact: a factor two to three smaller than
normal servers on disk and in memory)
- It is FAST (because it is so small and does not do unnecessary things)
- Uses very little CPU time
- Configurable (configuration compiled in to make it small, but largely
overridable on the command line)
- Runs user CGI binaries under their own user ID
- Gets users' pages under their own user ID, allowing them to really
have protected pages (using the built-in authentication mechanism)
- Does not fork for every connection (has a fixed number of servers),
only to replace a lost server (in case of timeouts).
- Comes with some other useful programs
- Offers Server-Side Includes for many common tasks, including built-in
page counters (text or graphical)
- Supports PHP and other interpreted file formats
- Supports automatic decompression to save diskspace and bandwidth
- Serves SSL (https) and http connections through the same daemon
- Full support for IPv6
PR: ports/84314
Submitted by: Ed Schouten <ed@fxq.nl>
directly in a browsers, just as real users do. And they run in Internet
Explorer, Mozilla and Firefox on Windows, Linux and Macintosh. No other
test tool covers such a wide array of platforms.
PR: ports/84687
Submitted by: kaworu <kaworu@users.sourceforge.jp>
sharing files easy. By default, it shares whatever folder it was executed from
on port 2000.
PR: ports/86001
Submitted by: Chris Laverdure <dashevil@gmail.com>
Bandwidth and Connection control per Virtual Host or Directory.
It can:
* Restrict the number of simultaneous connections per vhost/dir
* Limit the bandwidth for files on vhost/dir
WWW: http://www.ivn.cl/apache/
add mod_auth_mysql-1.5
mod_auth_mysql provides an MySQL-based authentication for apache2.
It's also designed to support multiple virtualhosts using only one
database.
WWW: http://www.heuer.org/mod_auth_mysql/
mod_vhost_ldap is an Apache 2.x module for storing and configuring
virtual hosts from LDAP. It supports DocumentRoot, ScriptAlias,
ServerName, ServerAlias, ServerAdmin, and SuexecUserGroup directives.
It's built on top of mod_ldap, so it uses its caching capabilities and
can be used with a threaded Apache httpd.
WWW: http://modvhostldap.alioth.debian.org/
mod_cband is an Apache 2 module provided to solve the problem of
limiting virtualhosts bandwidth usage. When the configured
virtualhost's transfer limit is exceeded, mod_cband will redirect all
further requests to a location specified in the configuration file.
WWW: http://dembol.nasa.pl/mod_cband
Add a MOVED entry.
While here, fix the last MOVED entry which was broken.
PR: ports/83705
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Approved by: maintainer timeout (4 weeks)
traffic elearning community.
.LRN (dotLRN) is an e-learning platform built upon openACS core. It includes
modules and configurations that are specific for learning communities.
PR: ports/84142
Submitted by: Aldert Nooitgedagt <nooitgedagt.net>
OpenACS (Open Architecture Community System) is a web application platform
designed for high traffic community websites. It is built on a free and
open source foundation. OpenACS is the foundation for many products
and websites including the .LRN e-learning platform (www.dotlrn.org).
PR: ports/84146
Submitted by: Aldert Nooitgedagt <aldert@nooitgedagt.net>
It provides a simple API for issuing http requests, dealing with the
result and assume specific response values, while taking care of the
details such as redirects and cookies.
PR: ports/84138
Submitted by: Aldert Nooitgedagt <aldert@nooitgedagt.net>
supports XMLRPC posting, ping/trackback, comments, textile, categories,
all common exports, fulltext search and so on.
PR: ports/82397
Submitted by: Jonathan Weiss <jw@innerewut.de>
format. A very simple text format. Another stab at making readable text
that can be converted to HTML.
No need to use verbose HTML to build your docs, your blogs, your pages.
Textile gives you readable text while youre writing and beautiful text
for your readers. And if you need to break out into HTML, Textile will allow
you to do so.
PR: ports/82397
Submitted by: Jonathan Weiss <jw@innerewut.de>
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby
PR: ports/82397
Submitted by: Jonathan Weiss <jw@innerewut.de>
The controller and view of the RubyOnRails MVC-Framework is handled by the
Action Pack, which handles both layers by its two parts: Action View and Action
Controller. These two layers are bundled in a single package due to their heavy
interdependence. This is unlike the relationship between the Active Record and
Action Pack that is much more separate.
PR: ports/82397
Submitted by: Jonathan Weiss <jw@innerewut.de>
that can be used by a support department to track incoming
technical support requests, or by a software development team
to quickly organize tasks and bugs.
PR: ports/83690
Submitted by: Babak Farrokhi <babak@farrokhi.net>
into a tree representation. It provides methods and Pythonic idioms
that make it easy to search and modify the tree.
PR: ports/83531
Submitted by: Mike Meyer <mwm@mired.org>
It uses only JavaScript and HTML on the client-side. Currently
it supports basic jabber instant messaging, roster management
and muc-based groupchats.
JWChat is an advanced instant messenger (IM) just like AIM,
MSN Messenger, Yahoo! Messenger or ICQ. This means you can manage
your contacts, chat with other users directly or join a groupchat
room for collaborative communication. Unlike other IMs you can use
this with your web browser only without having to install any
additional software at all.
PR: ports/82609
Submitted by: Lars Eggert <lars.eggert@gmx.net>
for your podcast, based on MP3 tags. A webpage can either be
automatically generated from scratch or generated from a template
you create. An RSS feed is an XML file that is required to be listed
in most popular podcast directories. Podcastamatic is highly customizable.
PR: ports/83331
Submitted by: Lars Eggert <lars.eggert@gmx.net>
Catalyst, which adds easy scaffolding:
# Imagine you want to generate a scaffolding controller MyApp::C::SomeTable
# for a CDBI table class MyApp::M::CDBI::SomeTable
script/myapp_create.pl controller SomeTable Scaffold CDBI::SomeTable
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
the proxy server to the IP address a client, supplied by the proxy
server in "X-Real-IP" or "X-Forwarded-For" header. mod_realip is
designed for use on backends, which serve reverse proxied HTTP
requests.
Submitted by: glebius
Template::Plugin::Monta is a plugin for Template Toolkit which allows you to
use monta-method on your template.
WWW: http://search.cpan.org/dist/Template-Plugin-Monta/
PR: ports/82632
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
The description is "Monta Method reproduced in web" ... seems
to be a presentation technique originating from Japanese
television.
PR: ports/82215
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>