icon
Search ! Aware:



     ! Aware > Perl > Activity specific > Information Tools > WWW > Servers >

WWW Servers

Respond to HTTP requests
- Apps & Utilities - Libs & Functions - Other Resources - Related Subjects -
Personalized Selections
Platform: MS Windows. Unix/BSD/Linux. X.
License: Open-source. Artistic. GPL or LGPL. Commercial. Public Domain. BSD-like.
Prog.Language: Perl. C/C++. Java. PHP.
Maturity: Stable. Pre-production.
Pre-Selections

Use our system: Bring Rapid Knowledge Transfer and Awareness to your company website!


Home
  By TONY
  By MARK
  By JERRY
  By ANN
  By ERICA

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    
Related Subjects (Perl)

WWW authoring Creating HTML, CGI

WWW robots and proxies Automatic processing of HTTP requests

WWW Browsers User interface for accessing the WWW

Up to: World Wide Web - HTTP, HTML, standards, browsers, transfer utilities, servers, et al.

(There may be additional related subject pages listed here)


Applications and Utilities: Showing
Apps and Utils
++Showing+-
From CPAN
in Perl
+Partial-
BSD ports
For Windows
For Unix/BSD/Linux
For X
Open Source
GPL licensed
Commercial license
in C/C++
Pre-production stages
Stable/Mature
+-Hiding all--
man pages
comp.sources.unix
in Java
in PHP

Ultra Monkey - Complete open source server farm solution for Linux. {(L)GPL}

At Sourceforge ( Production/Stable)

FreeThreads - A continuation of the last GPL'd version of WWWThreads (wwwthreads.org) which is a bunch of CGI Perl scripts that provide access to message boards or forums via a web browser. {(L)GPL}

At Sourceforge ( Mature)

mod_perl-1.25 Embeds a Perl interpreter in the Apache server

At FreeBSD Ports

modules for perl5, for use in writing CGI scripts. p5-CGI-2.76 Modules for perl5, for use in writing CGI scripts

At FreeBSD Ports

p5-CGI_Lite-1.8 perl5 module to process and decode WWW form information.

At FreeBSD Ports

WIRM - WIRM is a perl-based application server. Woohoo! {(L)GPL}

At Sourceforge ( Beta)

OaSys Analysis Suite - WWW logfile analysis and reporting suite {(L)GPL}

At Sourceforge ( Alpha)

webworks-se-Log loganalyser - webworks-se-Log is a log analyser for web server logs. It features a plug-in architecture for new categories (i.e. things to look for) and is object-oriented written in perl. Click at Docs link for documentation. {(L)GPL}

At Sourceforge ( Beta)

Perl Web Server - A very simple to use and configure web server written in Perl. It aims to be as cross-platform as possible. The goal is to make a web server as easy to use as Roxen, as modular as Apache, and as powerful as Perl! {(L)GPL}

At Sourceforge (Alpha)

Aphid Apache Installer - Aphid provides a facility for bootstrapping SSL-enabled Apache web servers (mod_ssl) with an embedded Perl interpreter (mod_perl). Source is downloaded from the Internet, compiled, and the resulting system is installed in the directory you specify. {(L)GPL}

At Sourceforge ( Alpha)

Apache Configuration Tool - A tool to administrate the Apache webserver {(L)GPL}

At Sourceforge (Alpha)

The Mod_Perl Rewriting Proxy - This is a lightweight proxy, written on Apache's Mod_Perl and designed for places where other proxies are unappliable or undesirable. {(L)GPL}

At Sourceforge ( Alpha)

Qbanner - Qbanner is a Perl+Mysql Ad-Server (GIF, JPEG, PNG ads). Graphical,tabular hourly (daily,monthly) stats, cache busting. Help is needed to debugging,port to mod_perl other (transactional)Db, adding new media types, distribuited servers. {(L)GPL}

At Sourceforge ( Alpha)

Soupermail Generic form to email handler {GPL}

- Soupermail is a free, generic, highly configurable HTML form to email CGI program. It is written in Perl and runs on UNIX and Windows NT based webservers.

acmemail acmemail is a single-user POP3 to Web gateway with full MIME support {GPL}

- acmemail is a multiuser IMAP/POP3 to Web gateway (or webmail program). It reads mail from a mail server and displays it using HTML on a web server. It is written in Perl, has full support for MIME (and mod_perl) and is quite pretty.

Apache::Session Session manager for web applications {Artistic}

(Info at freshmeat)

camelserv - Camelserv aspires to be a commercial-quality web server that is 100% written in Perl. It is very easily extensible, and considering the fact that it is written in Perl, it will be pretty much platform-independent.

At Sourceforge ( Alpha)

Other Applications and Utilities

Full List
in Planning, Alpha, or Beta stages
in Production or Mature stages

Inactive Orbits: (Not included on this page)

[(URL not accessible, obsolete, not reference quality)]

Libraries and Components: Showing
Libs and Functions
++Showing+-
From CPAN
in Perl
+Partial-
For Unix/BSD/Linux
BSD ports
Open Source
+-Hiding all--
(L)GPL licensed
in PHP
Pre-production stages

Apache - The Apache Web server is freely available, fast, and easy to install. With this module, you can natively execute Perl scripts. Every Web server can execute Perl scripts, of course -- but it requires starting up a fresh Perl interpreter every time [Perl] {oss}

At CPAN

p5-WWW-Search-2.10 a perl5 module for WWW searches

At FreeBSD Ports

CGI - A quick and dirty (but stable, popular, and reliable) module for creating and processing CGI scripts. Used by thousands of people. [Perl] {oss}

At CPAN

CGI::Lite - The CGI_Lite module handles and decodes CGI form data, of both the GET and POST variety. Inside the CGI directory. [Perl] {oss}

At CPAN

perl5 module for a HTTP server authentication class. p5-HTTPD-Tools-0.55 Perl5 module for a HTTP server authentication class

At FreeBSD Ports

FCGI - Fast CGI, based on the FCGI module that comes with Open Market's FastCGI Developer's Kit. Similar to the CGI module. See www.fastcgi.com for details. Requires SFIO and Perl version 5.003_02 or later. [Perl] {oss}

At CPAN

CGI::Imagemap - Lets you create "clickable images" on your web pages. You can define actions for rectangular, polygonal, and circular portions of your image, as well as individual points. [Perl] {oss}

At CPAN

CGI::modules - Set of modules for creating CGI scripts. Requires the URI::Unescape class, which is part of the libwww bundle, so you'll need that too. [Perl] {oss}

At CPAN

CGI::Response - A module for constructing responses to CGI requests. There's a "Simple Interface" which handles most common HTTP headers, and a "Full Interface" which handles everything else. Requires CGI::modules, which in turn requires the libwww bundle. Requir [Perl] {oss}

At CPAN

CGI::Out - A helper routine for CGI programs, CGI::Out buffers STDOUT until your script has completed. If an error occurs, a nice HTML error message will be generated instead of the drab "Server Error", or worse, nothing at all. It'll also send you e-mail whe [Perl] {oss}

At CPAN

HTTPD::Authen - Portable methods for authenticating users for your Web server. [Perl] {oss}

At CPAN

HTTPD::UserAdmin - Portable access to user databases for your Web server. [Perl] {oss}

At CPAN

HTTPD::GroupAdmin - Portable access to group databases for your Web server. [Perl] {oss}

At CPAN

LWP::MediaTypes - Guess the media type for a file or a URL. Part of the libwww bundle. [Perl] {oss}

At CPAN

LWP::media.types - Not a module, just a list of the media types you'll often see in MIME headers (e.g. text/html, image/gif) and their likely file extensions (e.g. .html, .htm, .gif). [Perl] {oss}

At CPAN

Netscape::Server - Allows you to embed a Perl interpreter in a Netscape web server so you can use the Netscape API from Perl rather than C. [Perl] {oss}

At CPAN

Other Libraries, Functions, and Components

Full List
in Planning, Alpha, or Beta stages

Inactive Orbits: (Not included on this page)

[(URL not accessible, obsolete, not reference quality)]

Detailed Filter and Focus Checklist

Default Selections
- man pages - Open Source
Information: All
Add-Hiding all-Hide
FAQ collections
Books
Questions and Answers: All
Add-Hiding all-Hide
Ask Slashdot
For Programmers

Applications and Utilities: All
Add+Showing+Hide
in Perl
AddPartialHide
BSD ports
For Windows
For Unix/BSD/Linux
For X
Open Source
GPL licensed
Commercial license
in C/C++
Pre-production stages
Add-Hiding all-Hide
man pages
comp.sources.unix
in Java
in PHP

Libraries, Functions, and Components: All
Add+Showing+Hide
in Perl
AddPartialHide
For Unix/BSD/Linux
BSD ports
Open Source
Add-Hiding all-Hide
(L)GPL licensed
in PHP
Pre-production stages

Related Categories on other Web Sites


Rapid-Links: Search | About | Comments | Submit Path: RocketAware > Activity specific > Information Tools > WWW > Servers >
RocketAware.com is a service of Mib Software
Copyright 2001, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments