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
Apache 1.3.37

Apache 1.3.37


Apache is the worlds most popular HTTP server more>> <<less
Download (2.4MB)
Added: 2006-07-28 License: The Apache License Price:
788 downloads
mod_auth_pam 1.1.1 for Apache 1.3

mod_auth_pam 1.1.1 for Apache 1.3


mod_auth_pam is an authentication module for the Apache Web-Server. more>>
mod_auth_pam is an authentication module for the Apache Web-Server.

The PAM authentication module implements Basic authentication on top of the Pluggable Authentication Module library.

Thereby it supports standard unix passwd, shadow, NIS, SMB auth and radius (-> complete list of modules) authentication transparently and easily interchangeable, wherever the HTTP protocol allows it.

<<less
Download (0.010MB)
Added: 2006-04-18 License: The Apache License Price:
1285 downloads
Bitrock LAMPStack 2.2 (Apache 1.3)

Bitrock LAMPStack 2.2 (Apache 1.3)


BitRock LAMPStack is an easy-to-install, ready-to-run binary distribution of Apache, MySQL, PHP, and Python/mod_python. more>>
BitRock LAMPStack is an easy-to-install, ready-to-run binary distribution of Apache, MySQL, PHP, and Python/mod_python.
It includes many commonly used modules as well as the phpMyAdmin tool. Bitrock LAMPStack runs in multiple versions of Linux.
Enhancements:
- Support for Apache 1.3.37, MySQL 4.1.21, PHP 4.4.3, Python 2.3.5, mod_python 2.7.11, and phpMyAdmin 2.8.2.1
<<less
Download (83.2MB)
Added: 2006-08-11 License: The Apache License 2.0 Price:
1177 downloads
mod_ziplook 2002.08.07 (for Apache 1.3)

mod_ziplook 2002.08.07 (for Apache 1.3)


mod_ziplook offers is a zip-file browsing module that can send files with gzip transfer-encoding. more>>
mod_ziplook offers is a zip-file browsing module that can send files with gzip transfer-encoding.
Main features:
- Whole directory structure of ZIP-file can be seen.
- Separate files can be seen easily (/xxxx.zip/dir/afile.html)
- In case of directories index.html is looked. (/y/x.zip/dir/ => /y/x.zip/dir/index.html)
- Handles If-Modified-Since and NotModified-status
- If your browser supports gzip content-encoding and documents in ZIP-archive are "Deflate"-compressed: module changes files to gzip format in fly. This makes things very fast (and server cpu & network capasity is saved)
Module uses miniunzip - unzip library and that uses zlib
Install and config:
- Module needs zlib in your computer
A. Open tar.gz - file.
B. find your apxs (apache module handling script)
C. Compile (with zlib)
apxs -c mod_ziplook.c -lz
D. Run installing script (as root is needed)
apxs -i -a mod_ziplook.so
E. Add handler to for zip-files in httpd.conf (look mod_mime.c section)
AddHandler ziplook zip
F. Restart your apache
G. Seek an zip-file and try with it.
http://your.host/directory/myzipfile.zip
http://your.host/directory/myzipfile.zip/a-file-in-zip-file.html
<<less
Download (0.097MB)
Added: 2006-04-04 License: The Apache License Price:
1298 downloads
Privilege Separation for Apache 1.3.34-0.2

Privilege Separation for Apache 1.3.34-0.2


Privilege Separation for Apache patch addresses the problem of an Apache WebDAV server only being able to write files. more>>
Privilege Separation for Apache patch addresses the problem of an Apache WebDAV server only being able to write files as the apache user (usually something like nobody or www). It addresses this problem in a secure way by adding privilege separation to the Apache web server (conceptually similar to ssh privilege separation).

A privilege seperated Apache can be used for instance to allow WebDAV access to ~user directories and also to allow the use of unix quotas. WebDAV clients are seamlessly integrated into both Windows and Mac OS X providing a convenient and secure method for remote access.

In Privilege Separation mode Apache continues to run as an unprivileged user although one additional secure process runs as root. The root privileged separated process communicates with the main apache process via unix sockets and has two purposes:

- Responds to PAM authentication requests (pam_unix authentication is not normally possible due to the unprivileged apache process not being able to access shadow passwords, but due to the privilege separated design this is now possible and secure). Authentication responses include a cryptographic cookie which encodes the users credentials and is verified in successive privileged filesystem requests made to the privsep process.
- Performs privileged filesystem operations on behalf of the unprivileged apache process as the privileges of the authenticated user. The cryptographic cookie is verified and then the effective userid is set and the filesystem operation is performed. Certain auditable points in the apache and mod_dav code have been changed to use the privsep calls which communicate via unix sockets (priv_open, priv_unlink, priv_rmdir, etc...). File descriptors are passed back over unix sockets for open calls.

<<less
Download (0.021MB)
Added: 2006-01-10 License: The Apache License 2.0 Price:
1384 downloads
apache-top 1.0

apache-top 1.0


apache-top provides real-time display of the active processes from a remote apache server. more>>
apache-top provides real-time display of the active processes from a remote apache server.
With apache-top you can get:
- The active apache processes with their associated PID, the status, the seconds being active, the CPU usage, the asociated VirtualHost, the accessing ip and the request (POST or GET, the file being accessed and the used protocol)
- The server uptime and the last time it was restarted
- The CPU usage
- Requests by second, Kb by second and the average Kb by request
- Number of active and inactive processes
- A graph with the inactive and active processes and their status
<<less
Download (0.012MB)
Added: 2006-09-01 License: GPL (GNU General Public License) Price:
1149 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-Storage 1.00

Apache-Storage 1.00


Apache::Storage is Perl module containing simple functions to store and retrieve information from within the Apache process. more>>
Apache::Storage is Perl module containing simple functions to store and retrieve information from within the Apache process.
<<less
Download (0.004MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1521 downloads
Apache Ant 1.7.0

Apache Ant 1.7.0


Apache Ant is a Java based build tool, similar to make, but with better support for the cross platform issues. more>>
Apache Ant is a Java based build tool, similar to make, but with better support for the cross platform issues involved with developing Java applications.
Apache Ant is the build tool of choice for all Java projects at Apache and many other Open Source Java projects.
Enhancements:
- A resource framework was introduced.
- Some of the core ant tasks such as copy are now able to process not only file system resources but also zip entries, tar entries, and paths.
- Resource collections group resources, and can be further combined with operators such as union and intersection.
- This version starts outsourcing of optional tasks to Antlibs.
- The .NET antlib replaces the .NET optional tasks.
- Support for the version control system Subversion is also provided as an antlib.
- A large number of bugs were fixed.
- Some initial support for Java6 features was added.
<<less
Download (8.5MB)
Added: 2006-12-20 License: The Apache License 2.0 Price:
719 downloads
Apache DSSI 1.0.0

Apache DSSI 1.0.0


Apache DSSI is a SSI extention for calling Dynamic function. more>>
Apache DSSI is a SSI extention for calling Dynamic function.

By using this extentions to mod_include, you can make your own function for SSI (Server Side Includes) and you can call your function with SSI directives. This solution is based on mod_so and mod_include. By using DSSI, you can integrate your CGI easily and make your CGI faster than any other CGI accelerator.

Installation:

Download and compile Apache 1.3.X
Simply download dssi_1.0.0.tar.gz
Unzip and untar.
Replace apache_1.3.X/src/modules/standard/mod_include.c with this mod_include.c
Configure.
./configure --enable-module=include
If your binary type is ELF,
LDFLAGS="-export-dynamic" ./configure --enable-module=include
Compile and install apache.

Enabling DSSI

By using LoadDSSI directive, you can load your dynamic functions. Later one override earlier ones. It means, you can only call functions of the last one with DSSI directive.

AddType text/html .shtml
AddHandler server-parsed .shtml
LoadDSSI libexec/dssi_util.so
LoadDSSI libexec/dssi.so

<<less
Download (0.019MB)
Added: 2006-04-04 License: The Apache License Price:
1298 downloads
Apache Harmony

Apache Harmony


Apache Harmony is the Java SE project of the Apache Software Foundation. more>>
Apache Harmony is the Java SE project of the Apache Software Foundation. Please help us make this a world class, certified implementation of the Java Platform Standard Edition!

Apache Harmonys aim is to produce a large and healthy community of those interested in runtime platforms tasked with creation of :

A compatible, independent implementation of the Java SE 5 JDK under the Apache License v2.
A community-developed modular runtime (VM and class library) architecture.

We aim to support wide range of different platforms. The main criteria for whether a particular platform is supported or not is the involvement of people in running tests on regular base, reporting build status, finding and fixing bugs for that platform, and so on. We have a list of platforms we are actively maintaining at the moment.

Project Status

JRE and HDK snapshots available
JRE can run popular programs like Apache Tomcat, Eclipse, Maven, Derby, Ant
More than 95% of Java 5 API complete. (not compatible, just completed)
More than 1.25 Million Lines of Code
<<less
Download (MB)
Added: 2007-01-10 License: The Apache License 2.0 Price:
1022 downloads
Apache AntUnit 1.0

Apache AntUnit 1.0


AntUnit is a library of Ant tasks that was initially developed to write tests for Ant tasks without resorting to JUnit. more>>
AntUnit is a library of Ant tasks that was initially developed to write tests for Ant tasks without resorting to JUnit. Apache AntUnit makes it easy to turn an existing build file that exhibits an error into an AntUnit test.

Tests are written as targets in a build file using assertion tasks provided by AntUnit. The antunit task executes targets in a collection of build files and supports custom listeners in a manner similar to the junit tasks formatters.

<<less
Download (MB)
Added: 2007-01-08 License: The Apache License 2.0 Price:
1020 downloads
Apache mod_suid 2.1

Apache mod_suid 2.1


Apache mod_suid allows per-vhost execution of scripts under their own UIDs. more>>
Apache mod_suid allows per-vhost execution of scripts under their own UIDs. It functions in a way similar to Apaches perchild MPM, but differs in a number of ways.

Apache mod_suid does per child user/group switching; the Apache MPM makes switches based on vhosts. All processing is done under a specific UID/GID, including PHP and mod_perl scripts.

<<less
Download (0.038MB)
Added: 2006-05-30 License: BSD License Price:
1249 downloads
Apache Graffito 1.0

Apache Graffito 1.0


Apache Graffito provides a framework used to build content-based applications. more>>
Apache Graffito provides a framework used to build content-based applications.

Graffito is a framework used to build content-based applications like CMSs, document management systems, forums, blogs, etc. It offers a complete platform for creating, managing, and publishing content in your portal or in any other kind of Java application.

It integrates content repositories, workflow, collaboration, and personalization via existing open source projects and standards like WEBDAV.

<<less
Download (MB)
Added: 2007-02-13 License: The Apache License Price:
983 downloads
Apache::TestMB 1.28

Apache::TestMB 1.28


Apache::TestMB is a subclass of Module::Build to support Apache::Test. more>>
Apache::TestMB is a subclass of Module::Build to support Apache::Test.

SYNOPSIS

Standard process for building & installing modules:
perl Build.PL
./Build
./Build test
./Build install

Or, if youre on a platform (like DOS or Windows) that doesnt like the "./" notation, you can do this:

perl Build.PL
perl Build
perl Build test
perl Build install

This class subclasses Module::Build to add support for testing Apache integration with Apache::Test. It is broadly based on Apache::TestMM, and as such adds a number of build actions to a the Build script, while simplifying the process of creating Build.PL scripts.

Heres how to use Apache::TestMB in a Build.PL script:

use Module::Build;

my $build_pkg = eval { require Apache::TestMB }
? Apache::TestMB : Module::Build;

my $build = $build_pkg->new(
module_name => My::Module,
);
$build->create_build_script;

This is identical to how Module::Build is used. Not all target systems may have Apache::Test (and therefore Apache::TestMB installed, so we test for it to be installed, first. But otherwise, its use can be exactly the same. Consult the Module::Build documentation for more information on how to use it; Module::Build::Cookbook may be especially useful for those looking to migrate from ExtUtils::MakeMaker.

<<less
Download (0.14MB)
Added: 2006-10-12 License: Perl Artistic License Price:
1107 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5