Main > Free Download Search >

Free apache 1 software for linux

apache 1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12439
mod_tunnel 2.0

mod_tunnel 2.0


mod_tunnel is an easy to use Apache 1.3.x module that can be used to create TCP tunnels using your web server more>> mod_tunnel 2.0 is an easy to use Apache 1.3.x module that can be used to create TCP tunnels using your web server. mod_tunnel is useful to expose services which can be reached through a proxy, bypassing firewalls.

Enhancements: Converted to work with Apache 2.2.x.

<<less
Added: 2009-04-13 License: GPL Price: FREE
1 downloads
 
Other version of mod_tunnel
mod_tunnel 1.1Simone Tellini - mod_tunnel is a simple Apache 1.3.x module that can be used to create TCP tunnels using your web server. mod_tunnel. mod_tunnel is a simple Apache
License:GPL (GNU General Public License)
Download (0.30MB)
1523 downloads
Added: 2005-08-23
dotDefender Monitor for Apache 3.84

dotDefender Monitor for Apache 3.84


dotDefender Monitor for Apache is the only way to know who is attacking your web site in real time. Residing on the server as webserver plug-in, dotDefender can be installed and implemented in minutes without influence on traffic or network archite more>> <<less
Download (17.17MB)
Added: 2009-04-10 License: Freeware Price:
196 downloads
Apache Portable Runtime for Unix 1.2.12

Apache Portable Runtime for Unix 1.2.12


to create and maintain software libraries more>> The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.<<less
Download (1.08MB)
Added: 2009-04-08 License: Freeware Price: Free
198 downloads
Apache HTTP Server for Linux 1.3.37

Apache HTTP Server for Linux 1.3.37


The most popular HTTP server on the net. more>>
Apache HTTP Server for Linux 1.3.37 is an application for developing and maintaining an open-source HTTP server for modern operating systems such as UNIX and Windows NT. It aims to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.

Apache has been the most popular web server on the Internet since April of 1996. The May 2003 Netcraft Web Server Survey found that 62% of the web sites on the Internet are using Apache, thus making it more widely used than all other web servers combined.

The Apache HTTP Server is a project of the Apache Software Foundation.

Requirements: none

<<less
Download (2.3MB)
Added: 2004-11-26 License: Freeware Price: FREE
10 downloads
 
Other version of Apache HTTP Server for Linux
Apache HTTP Server for Linux 1.3.33Apache Group - Apache HTTP Server for Linux. The Apache HTTP ... % of the web sites on the Internet are using Apache, thus making it more widely used than all other
License:Freeware
Download (2.35MB)
213 downloads
Added: 2009-04-03
Apache Tomcat 6.0.14

Apache Tomcat 6.0.14


Apache Tomcat is a Java Servlet and JSP Container. more>>
Jakarta Projects goal is to provide commercial-quality server solutions based on the Java Platform that are developed in an open and cooperative fashion.

Tomcat 3.x is an implementation of the Java Servlet 2.2 and JavaServer Pages 1.1 Specifications.

Tomcat 4.x is an implementation of the Java Servlet 2.3 and JavaServer Pages 1.2 Specifications, and is a re-implementation of the Tomcat servlet engine from the ground up.
<<less
Download (3.1MB)
Added: 2007-08-10 License: The Apache License Price:
5951 downloads
Apache::TimedRedirect 0.13

Apache::TimedRedirect 0.13


Apache::TimedRedirect is an Apache (mod_perl) TransHandler. more>>
Apache::TimedRedirect is an Apache (mod_perl) TransHandler.

SYNOPSIS

use Apache::TimedRedirect;

requires TimePeriod be installed (go to nearest CPAN)
requires Apache have mod_perl installed.

httpd.conf entry...

**** NOTE ***

CANNOT be inside < LOCATION >< /LOCATION > tags
PerlTransHandler Apache::TimedRedirect
PerlSetVar B< redirecturl > http://www.somewhere.far/
PerlSetVar B< timewindow > hr {6am-8pm}
PerlSetVar B< uriregex > foo|bar|do or maybe ..*(foo)>
PerlSetVar B< log > 1
PerlSetVar B< excludeip > 127.0.0.0

Apache::TimedRedirect is a mod_perl TransHandler module that allows the configuration of a timed redirect. In other words if someone enters a a website and the URI matches a regex AND it is within a certain time period they will be redirected somewhere else.

It was first created to politely redirect visitors away from database driven sections of a website while the databases were being refreshed.

<<less
Download (0.003MB)
Added: 2007-07-21 License: Perl Artistic License Price:
825 downloads
Apache LDAP vhost driver 1.1

Apache LDAP vhost driver 1.1


Apache LDAP vhost driver lets you put vhost with all possible information in an LDAP database for both Apache 1.x and 2.x. more>>
Apache LDAP vhost driver project lets you put vhost with all possible information in an LDAP database for both Apache 1.x and 2.x.

Bug report system

With the new maintainence, there is now also a bug report system at the URL http://bugs.bayour.com/ (project mod_ldap_cfg).

Schemas

A schema called mod_ldap_cfg is used.

Apache config

To setup Apache to use this module, the httpd.conf is used.
<<less
Download (MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
834 downloads
Apache::ErrorControl 1.026

Apache::ErrorControl 1.026


Apache::ErrorControl Perl module is an Apache Handler for Templating Apache Error Documents. more>>
Apache::ErrorControl Perl module is an Apache Handler for Templating Apache Error Documents.

This mod_perl content handler will make templating your ErrorDocument pages easy. Basically you add a couple of entries to your httpd.conf file restart apache, make your template and your cruising.

The module uses HTML::Template::Set (which is essentially HTML::Template with the ability to use TMPL_SET tags). So for help templating your error pages please see: HTML::Template::Set and HTML::Template. Also check the OPTIONS section of this documentation for available TMPL_SET/TMPL_IF and TMPL_VAR params.

By default when an error 500 (internal server error) is encountered an error email is sent about it. the addresses emailed depend on the options specified. please see the OPTIONS section for help configuring this. you can also extend the system to send error emails on more than just internal server errors, please see the EmailOn option for how to do this.

Templates are looked up in the following order: the document root is scanned for allerrors, allerrors.tmpl, error code or error code.tmpl. if no templates are found the TemplateDir is scanned for the same files. if no templates are found the DefaultTemplate is used and if its not set the system dies.

Because so many places are checked for the templates its possible to have one global error handler and have different templates for each virtual host and also allow for defaults. It also means you can have a general catch-all template (allerrors/allerrors.tmpl) as well as single templates (i.e. 500.tmpl). Generally I just use allerrors.tmpl and use TMPL_IFs to display custom content per error message, but you can set it up any way you want.

<<less
Download (0.010MB)
Added: 2007-07-05 License: Perl Artistic License Price:
841 downloads
Apache::NNTPGateway 0.9

Apache::NNTPGateway 0.9


Apache::NNTPGateway is a NNTP interface (Usenet newsgroups) for mod_perl enabled Apache web server. more>>
Apache::NNTPGateway is a NNTP interface (Usenet newsgroups) for mod_perl enabled Apache web server.

SYNOPSIS

You must be using mod_perl, see http://perl.apache.org/ for details.

For the correct work your apache configuration should contain apache directives look like these:

In httpd.conf (or any other apache configuration file):

< Location "/path/to/newsgroup" >
SetHandler perl-script
PerlHandler Apache::NNTPGateway
PerlSetVar NNTPGatewayNewsGroup "newsgroup"
PerlSetVar NNTPGateway... (see L< CONFIGURATION > Directives)
< /Location >

This module implements a per group interface to NNTP (Usenet) News-Groups, it allow users to list, read, post, followup ... articles in a given newsgroup/newsserver depending of configuration. This is not a replacement for a real powerful newsreader client but just pretend to be a simple, useful mapping of some news articles into a web space.

<<less
Download (0.021MB)
Added: 2007-06-29 License: Perl Artistic License Price:
848 downloads
Apache::PageKit 1.18

Apache::PageKit 1.18


Apache::PageKit is a MVCC web framework using mod_perl, XML and HTML::Template. more>>
Apache::PageKit is a MVCC web framework using mod_perl, XML and HTML::Template.

SYNOPSIS

In httpd.conf

SetHandler perl-script
PerlSetVar PKIT_ROOT /path/to/pagekit/files
PerlSetVar PKIT_SERVER staging

PerlHandler +Apache::PageKit
< Perl>
Apache::PageKit->startup(/path/to/pagekit/files, staging);
< /Perl>
In MyPageKit/Common.pm
package MyPageKit::Common;

use base Apache::PageKit::Model;

sub pkit_dbi_connect {
return DBI->connect("DBI:mysql:db","user","passwd");
}

sub pkit_session_setup {
my $model = shift;
my $dbh = $model->dbh;
return {
session_lock_class => MySQL,
session_store_class => MySQL,
session_args => {
Handle => $dbh,
LockHandle => $dbh,
},
};
}

sub pkit_auth_credential {
my ($model) = @_;

# in this example, login and passwd are the names of the credential fields
my $login = $model->input(login);
my $passwd = $model->input(passwd);

# create a session key
# your code here.........

return $ses_key;
}

sub pkit_auth_session_key {
my ($model, $ses_key) = @_;

# check whether $ses_key is valid, if so return user id in $user_id
# your code here.........

return $ok ? $user_id : undef;
}

<<less
Download (0.12MB)
Added: 2007-06-21 License: Perl Artistic License Price:
855 downloads
Apache::Dynagzip 0.16

Apache::Dynagzip 0.16


Apache::Dynagzip is a mod_perl extension for Apache-1.3.X to compress the response with gzip format. more>>
Apache::Dynagzip is a mod_perl extension for Apache-1.3.X to compress the response with gzip format.

This Apache handler provides dynamic content compression of the response data stream for HTTP/1.0 and HTTP/1.1 requests. Standard gzip compression is optionally combined with an extra light compression that eliminates leading blank spaces and/or blank lines within the source document. An extra light compression could be applied even when the client (browser) is not capable to decompress gzip format.

Handler helps to compress the outbound HTML content usually by 3 to 20 times, and provides a list of useful features. This is particularly useful for compressing outgoing web content that is dynamically generated on the fly (using templates, DB data, XML, etc.), when at the time of the request it is impossible to determine the length of the document to be transmitted. Support for Perl, Java, and C source generators is provided.

Besides the benefits of reduced document size, this approach gains efficiency from being able to overlap the various phases of data generation, compression, transmission, and decompression. In fact, the browser can start to decompress a document, which has not yet been completely generated.

<<less
Download (0.024MB)
Added: 2007-06-11 License: Perl Artistic License Price:
866 downloads
Apache Solr 1.2

Apache Solr 1.2


Apache Solr is a high performace search server based on Lucene. more>>
Apache Solr is a high performace search server based on Lucene, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, and a Web administration interface.
The project is currently under incubation at the Apache Software Foundation.
Instructions for Building Apache Solr
1. Download the J2SE 5.0 JDK (Java Development Kit) or later from http://java.sun.com. You will need the JDK installed, and the %JAVA_HOME%bin directory included on your command path. To test this, issue a "java -version" command from your shell and verify that the Java version is 5.0 or later.
2. Download the Apache Ant binary distribution from http://ant.apache.org. You will need Ant installed and the %ANT_HOME%bin directory included on your command path. To test this, issue a "ant -version" command from your shell and verify that Ant is available.
3. Download the Apache Solr source distribution, linked from the above incubator web site. Expand the distribution to a folder of your choice, e.g. c:solr.
4. Navigate to that folder and issue an "ant" command to see the available options for building, testing, and packaging solr.
Enhancements:
- This is the first release since graduating from the Apache Incubator.
- Some of the new features include CSV/delimited-text data loading, time based autocommit, faster faceting, negative filters, a spell-check handler, sounds-like word filters, regex text filters, and more flexible plugins.
<<less
Download (7.5MB)
Added: 2007-06-08 License: The Apache License 2.0 Price:
881 downloads
Apache::MyConfig 1.30

Apache::MyConfig 1.30


Apache::MyConfig is a Perl module created to build options access. more>>
Apache::MyConfig is a Perl module created to build options access.

SYNOPSIS

use Apache::MyConfig;
die unless $Apache::MyConfig::Setup{PERL_FILE_API};

Apache::MyConfig module provides access to the various hooks and features set when mod_perl is built. This circumvents the need to set up a live server just to find out if a certain callback hook is available.

Itterate through %Apache::MyConfig::Setup to get obtain build information then see Appendix B of the Eagle book for more detail on each key.

<<less
Download (0.38MB)
Added: 2007-06-01 License: Perl Artistic License Price:
879 downloads
Wtcl 1.0.0

Wtcl 1.0.0


Wtcl is a Tcl module for Apache. more>>
Wtcl is a Tcl module for Apache. It provides an embedded, persistent Tcl interpreter and a set of commands for developing dynamic Tcl-based web pages. mod_wtcl currently works with Tcl >= 8.1 and Apache 1.3.

Wtcl Commands

Web Request

params, queryParams, postParams, cookies, uploadSettings, uploads, upload, requestHeaders

Web Response

status, contentType, headers, cookie, responseCookies, sendHeaders, redirect, successHeaders

Session

session, procSession, dbSession

Page

include, includeString, loader, loaderInfo, pageIndex, pageStack

Server

serverVars, events, atEnd, virtual, serverLog, logLevel, printContext, workerInfo, taskInfo, requestTime, elapsedTime, sleep, wtVersion

Web Utilities

htmlEncode, urlEncode, urlDecode

Table Collection Utilities

table, appTable, ciTable

Application Data Source Utilities

registerDataSource, isDataSourceRegistered, openDataSource, closeDataSource, dbDriver

Hash Utilities

md5Encode
<<less
Download (0.18MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
890 downloads
Apache-SSL 1.3.37+ssl_1.57

Apache-SSL 1.3.37+ssl_1.57


Apache-SSL package offers SSL extensions for Apache. more>>
Apache-SSL package offers SSL extensions for Apache.
Apache-SSL is a secure Webserver, based on Apache and SSLeay/OpenSSL. It is licensed under a BSD-style licence, which means, in short, that you are free to use it for commercial or non-commercial purposes, so long as you retain the copyright notices. This is the same licence as used by Apache from version 0.8.15.
Main features:
- Free for both commercial and non-commercial use.
- 128 bit encryption worldwide.
- Client authentication.
- Full source code.
- Modular extension API.
<<less
Download (0.056MB)
Added: 2007-03-20 License: BSD License Price:
949 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5