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 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 Toolbox 1.5.72

Apache Toolbox 1.5.72


Apache Toolbox is an Apache compilation toolbox. more>>
Apache Toolbox provides a means to easily compile Apache with SSL, PHP (v4 or v3), MySQL, APC (Alternative PHP Cache), mod_auth_nds, mod_dynvhost, WebDAV, mod_fastcgi, mod_gzip, mod_layout, mod_throttle, mod_accessref, mod_auth_sys, mod_bandwidth, mod_auth_ldap, mod_roaming, mod_perl, Jakarta, OpenLDAP, mod_dtcl, mod_python, mod_frontpage, mod_relocate, mod_backhand, mod_trigger, mod_watch, mod_filter, libcurl for PHP, MING for PHP, mod_auth_mysql, mod_auth_samba, mod_index_rss, mod_random [by Brian Aker], mod_allowdev, mod_auth_cookie, mod_auth_cookie_file, mod_auth_external, mod_auth_inst, mod_auth_system, mod_eaccess, mod_bandwidth, mod_cgisock, mod_urlcount, mod_disallow_id, mod_peephole, mod_put, mod_qs2ssi, mod_session, mod_cvs, mod_macro, mod_random, mod_ip_forwarding, mod_ticket, mod_monitor, jakarta-tomcat, jakarta-ant, jakarta-servletapi, Java Development Kit, Java API for XML Parsing, Java Secure Sockets Extension, mod_pcgi2, apache IPv6 patch, and the latest gd libraries with PNG/JPEG/Freetype2/Zlib support.

You can also hack apaches internal settings so it will report a differnet version of httpd all together, improve your security.

Includes support for mod_access, mod_asis, mod_auth_db, mod_autoindex, mod_digest, mod_example, mod_imap, mod_log_agent, mod_mime, mod_negotiation, mod_setenvif, mod_status, mod_usertrack, mod_actions, mod_auth, mod_auth_dbm, mod_cern_meta, mod_dir, mod_expires, mod_include, mod_log_config, mod_mime_magic, mod_proxy, mod_unique_id, mod_vhost_alias, mod_alias, mod_auth_anon, mod_auth_digest, mod_cgi, mod_env, mod_headers, mod_info, mod_log_referer, mod_mmap_static, mod_rewrite, and mod_speling, which come default with apache.

It is fully customizable and menu driven. Everything is compiled from source. It checks for RPMs that might cause problems and uses wget to automatically download the source if its missing.
<<less
Download (0.09MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1661 downloads
Apache File Manager 0.19

Apache File Manager 0.19


Apache File Manager is an Apache mod_perl Web server filemanager. more>>
The Apache::FileManager module is a simple HTML file manager. It provides file manipulations such as cut, copy, paste, delete, rename, extract archive, create directory, create file, edit file, and upload files.
It also has the ability to rsync the server htdocs tree to another server with the click of a button.
Enhancements:
- prevented file edit screen from opening when cancel is clicked when creating new filenames
- fixed up documentation
<<less
Download (0.012MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1644 downloads
mod-apache-snmp 1.03

mod-apache-snmp 1.03


Apache SNMP Module allows you to monitor different configuration and status values of the Apache Web server using SNMP. more>>
Apache SNMP Module allows you to monitor different configuration and status values of the Apache Web server using SNMP.
Enhancements:
- Bugfixes, the inclusion of MRTG scripts, and changes to make the module work on the IBM HTTP Server.
<<less
Download (0.032MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1533 downloads
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
mod_dirsize 0.1

mod_dirsize 0.1


mod_dirsize is an Apache module to calculate the disk space used for any virtual host on a server. more>>
mod_dirsize is an Apache module to calculate the disk space used for any virtual host on a server.

The results are displayed in KB using XML.
<<less
Download (0.012MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1523 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
mod_stego 1.4

mod_stego 1.4


mod_stego is an apache 1.x module. more>>
mod_stego is an apache 1.x module. It steganograph a file or a message inside the html pages.

If you want the message, you should use a a de-steganography software to take it out.

Installation:

mod_stego.c

$ tar xvfz mod_stego-*tar.gz
$ tar xvfz apache_1.3.*.tar.gz
$ cd apache_1.3.*
$ PREFIX=/home/apache
$ ./configure --add-module=../mod_stego/mod_stego.c --prefix=$PREFIX
$ make
# make install
$ vi $PREFIX/conf/httpd.conf

Add:

AddHandler stego-handler .html .htm
StegoMessage /tmp/msg
StegoKey "Be happy!" # This is the key of your stego message. If there isnt
# it, the message isnt crypted. The algorithm is RC5.

stego_extractor.c

$ cc stego_extractor.c -o stego_extractor
$ wget www.autistici.org/bakunin/stego_example.html
$ ./stego_extractor stego_example.html

My page have no password (press enter 2 times).
<<less
Download (0.014MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1408 downloads
mod_streamav 1.0.0

mod_streamav 1.0.0


mod_streamav is an Apache 2 filter that scans the content of the Apache Brigades using the Clamav virus scanning engine. more>>
mod_streamav module is an Apache 2 filter that scans the content of the Apache Brigades using the Clamav virus scanning engine.

Unlike mod_clamav, it operates on streams for higher performance.

mod_streamav was written by Tao Jin, who graduate from PKU, in China.

Installation:

mod_streamav is an Apache filter, which is new feature of Apache 2.0. So mod_streamav cannot be run on Apache 1.3. (mod_streamav has been successfully tested on Apache version-2.0.54) And you should install Clamav properly.

#tar xvfz mod_streamav.tar.gz
#cd mod_streamav
#./configure --prefix=/somewhere/you want (if you dont change,the default path is /usr/local/lib)
#make
#make install

Now, you can fine some libraries named like libmod_streamav.la libmod_streamav.so and so on in your prefix path.
#cp libmod_streamav.so /path to/apache2/moudles/mod_streamav.so

Configuration:

You have to edit the config file $apache2/conf/httpd.conf! Add following lines to this file
////////////////////////////////////////////////////////

LoadModule streamav_module modules/mod_streamav.so
SetOutputFilter STREAMAV
///////////////////////////////////////////////////////
Ok, you can restart Apache, and do your test.
<<less
Download (0.47MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
1402 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
VultureNG 1.1.1

VultureNG 1.1.1


VultureNG is reverse proxy based on Apache and mod_perl. more>>
VultureNG is reverse proxy based on Apache and mod_perl. VultureNG proxy brings many security-related features, such as authentication (LDAP, SQL, SSL) and authentication forwarding (SSO), content filtering, flow encryption, URL rewriting, and load balancing.

<<less
Download (0.47MB)
Added: 2006-02-03 License: GPL (GNU General Public License) Price:
1358 downloads
Apache Intrusion Detection Module 1.0

Apache Intrusion Detection Module 1.0


Apache Intrusion Detection Module is a simple tool to find out intrusion attempts by examining the client requests in real time. more>>
Apache Intrusion Detection Module is a simple tool to find out intrusion attempts by examining the client requests in real time.

This is a simple attempt to build an Intrusion Detection Module for Apache. It is being run at two different sites successfully but there is a performance penalty as the module intercepts all object requests and examines with the list of vulnerable CGI applications.

Issuing a simple make should do in most cases; at worst tweak with the Makefile. The make process will compile mod-id as a apache DSO module, if your server has no DSO support you will need more time...

Any suggestions and improvements are welcome.

<<less
Download (0.031MB)
Added: 2006-04-04 License: GPL (GNU General Public License) Price:
1304 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
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
mod_xslt2 1.0 Beta

mod_xslt2 1.0 Beta


mod_xslt2 is is an Apache 1.3.xx Module written in C. more>>
mod_xslt is is an Apache 1.3.xx Module written in C. It accomplishes Apache embedded XML with XSL tranformation using Sablotron.

<<less
Download (0.040MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1297 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5