Main > Free Download Search >

Free apache http server 2.0 software for mac

apache http server 2.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4363
View Apache PHP Errors 2.0

View Apache PHP Errors 2.0


View Apache PHP Errors - View SQL and PHP errors from the apache error log more>>
View Apache PHP Errors is a small AppleScript that enables you to view SQL and PHP errors from the apache error log in BBEdit.

It shows how to populate an error browser.

View Apache PHP Errors is useful for PHP/MySQL development on your local machine.

<<less
Download (7KB)
Added: 2006-01-05 License: Freeware Price:
1389 downloads
Apache Lucene 2.2.0

Apache Lucene 2.2.0


Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java more>>
Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java.
Apache Lucene is a technology suitable for almost any application that requires full-text search, especially cross-platform.
Main features:
- Scalable, High-Performance Indexing
- over 20MB/minute on Pentium M 1.5GHz
- small RAM requirements -- only 1MB heap
- incremental indexing as fast as batch indexing
- index size roughly 20-30% the size of text indexed
- Powerful, Accurate and Efficient Search Algorithms
- ranked searching -- best results returned first
- many powerful query types: phrase queries, wildcard queries, proximity queries, range queries and more
- fielded searching (e.g., title, author, contents)
- date-range searching
- sorting by any field
- multiple-index searching with merged results
- allows simultaneous update and searching
- Cross-Platform Solution
- Available as Open Source software under the Apache License which lets you use Lucene in both commercial and Open Source programs
- 100%-pure Java
- Implementations in other programming languages available that are index-compatible
<<less
Download (naMB)
Added: 2007-06-21 License: GPL Price:
859 downloads
Apache Protect 0.7

Apache Protect 0.7


Apache Protect is a professional and smart GUI utility that lets you configure and set up the built-in basic authentication capabilites of Apache - the web-server that comes pre-installed with Mac OS X. With this app you can easily set up userfiles, and protect directories with a username and password. more>> Apache Protect 0.7 is a professional and smart GUI utility that lets you configure and set up the built-in basic authentication capabilites of Apache - the web-server that comes pre-installed with Mac OS X. With this app you can easily set up userfiles, and protect directories with a username and password.

Enhancements:
  • Added a new operation mode: saving into a configuration file
  • Added support for group files
  • Added support for access control settings (hostname/ip)
  • Added options for changing the accessfilename and configuration file path
  • Minor bug and memory leak fixes
Requirements: Mac OS X 10.1 or later, Apache.
<<less
Download (225K)
Added: 2005-12-15 License: Free Price:
downloads
 
Other version of Apache Protect
Apache Protect 0.7and access control capabilites of your local Apache web server that comes pre-installed with ... capabilites of your local Apache web server that comes pre-installed with all versions of Mac
License:Freeware
Download (261.7KB)
downloads
Added: 2005-12-14
HTTP Scanner 1.0

HTTP Scanner 1.0


Scan and identify HTTP subnet ports. more>>
httpScanner is a cocoa java utility to scan the subnet entered for http servers running on the most common ports and attempt to identify them. This application, like all of my scanners, is multi-threaded for efficiency and speed. httpScanner was developed and tested using OS X, Jaguar.
<<less
Download (53KB)
Added: 2004-11-24 License: Freeware Price:
1799 downloads
phpApacheBrowser 5.0

phpApacheBrowser 5.0


File system management interface written in PHP more>> File system management interface written in PHP

phpApacheBrowser was designed specifically for browsing files and directories on your Apache Web Server. phpApacheBrowser allows you to add/remove folders and files.

System requirements:
-

Enhancements:
- Official release.

<<less
Download (49KB)
Added: 2008-10-03 License: GPL Price: FREE
385 downloads
Apache Protect X 0.7

Apache Protect X 0.7


Apache Protect X - GUI interface to password protecting Apache directories more>>
Apache Protect is a GUI utility that lets you configure and set up the built-in basic authentication capabilites of Apache - the web-server that comes pre-installed with Mac OS X.
With this app you can easily set up userfiles, and protect directories with a username and password.
Doing all of this manually can both be time-consuming and confusing to the regular end user, since it often involves fiddling in the terminal and using "those pesky unix commands".
This tool is just simply meant to make the whole process easier with a sleak aqua interface.
Basically it just edits two files, the password file which contains all the usernames and passwords, and the configuration file which contains data for protection a directory.
Enhancements:
- Added a new operation mode: saving into a configuration file
- Added support for group files
- Added support for access control settings (hostname/ip)
- Added options for changing the accessfilename and configuration file path
- Minor bug and memory leak fixes.
<<less
Download (268KB)
Added: 2005-12-16 License: Freeware Price:
1410 downloads
Apache for OSX 2.0.55

Apache for OSX 2.0.55


Apache for OSX - Popular website server software more>>
Apache is the most popular internet webserver application in the world.
Its created by a collaborative effect of software developers.
The project is jointly managed by a group of volunteers located around the world, using the Internet and the Web to communicate, plan, and develop the server and its related documentation.
These volunteers are known as the Apache Group. In addition,hundreds of users have contributed ideas, code, and documentation to theproject.
This version of Apache is a precompiled binary for MacOS X and Darwin users.
Enhancements:
- SECURITY: CAN-2005-2700 (cve.mitre.org) mod_ssl: Fix a security issue where "SSLVerifyClient" was not enforced in per-location context if "SSLVerifyClient optional" was configured in the vhost configuration. [Joe Orton]
- worker MPM: Fix a memory leak which can occur after an aborted connection in some limited circumstances. [Greg Ames]
- mod_ldap: Fix PR 36563. Keep track of the number of attributes retrieved from LDAP so that all of the values can be properly cached even if the value is NULL. [Brad Nicholes, Ondrej Sury ]
- SECURITY: CAN-2005-2491 (cve.mitre.org): Fix integer overflows in PCRE in quantifier parsing which could be triggered by a local user through use of a carefully-crafted regex in an .htaccess file. [Philip Hazel]
- SECURITY: CAN-2005-2088 (cve.mitre.org) proxy: Correctly handle the Transfer-Encoding and Content-Length headers. Discard the request Content-Length whenever T-E: chunked is used, always passing one of either C-L or T-E: chunked he never the request includes a request body. Resolves an entire class of proxy HTTP Request Splitting/Spoofing attacks. [William Rowe]
- Added TraceEnable [on|off|extended] per-server directive to alter the behavior of the TRACE method. This addresses a flaw in proxy conformance to RFC 2616 - previously the proxy server would accept a TRACE request body although the RFC prohibited it. The default remains TraceEnable on. [William Rowe]
- Add ap_log_cerror() for logging messages associated with particular client connections. [Jeff Trawick]
- Correct mod_cgids argv[0] so that the full path can be delved by the invoked cgi application, to conform to the behavior of mod_cgi. [Pradeep Kumar S ]
- mod_include: Fix possible environment variable corruption when using nested includes. PR 12655. [Joe Orton]
- Support the suppress-error-charset setting, as with Apache 1.3.x. PR 31274. [Jeff Trawick]
- EBCDIC: Handle chunked input from client or, with proxy, origin server. [Jeff Trawick]
- Fix bad globbing comparison which could result in getting a directory listing when a file was requested. PR 34512. [sean ]
- Fix core dump if mod_auth_ldaps mod_auth_ldap_auth_checker() was called even if mod_auth_ldap_check_user_id() was not (or if it didnt succeed) for non-authoritative cases. [Jim Jagielski]
- SECURITY: CAN-2005-2728 (cve.mitre.org) Fix cases where the byterange filter would buffer responses into memory. PR 29962. [Joe Orton]
- mod_proxy: Fix over-eager handling of % for reverse proxies. PR 15207. [Jim Jagielski]
- mod_ldap: Fix various shared memory cache handling bugs. PR 34209. [Joe Orton]
- Fix a file descriptor leak when starting piped loggers. PR 33748. [Joe Orton]
- mod_ldap: Avoid segfaults when opening connections if using a version of OpenLDAP older than 2.2.21. PR 34618. [Brad Nicholes]
- mod_ssl: Fix build with OpenSSL 0.9.8. PR 35757. [William Rowe]
- SECURITY: CAN-2005-2088 (cve.mitre.org) core: If a request contains both Transfer-Encoding and Content-Length headers, remove the Content-Length, mitigating some HTTP Request Splitting/Spoofing attacks. [Paul Querna, Joe Orton]
- proxy HTTP: If a response contains both Transfer-Encoding and a Content-Length, remove the Content-Length and dont reuse the connection, mitigating some HTTP Response Splitting attacks. [Jeff Trawick]
- Prevent hangs of child processes when writing to piped loggers at the time of graceful restart. PR 26467. [Jeff Trawick]
- SECURITY: CAN-2005-1268 (cve.mitre.org) mod_ssl: Fix off-by-one overflow whilst printing CRL information at "LogLevel debug" which could be triggered if configured to use a "malicious" CRL. PR 35081. [Marc Stern ]
- mod_userdir: Fix possible memory corruption issue. PR 34588. [David Leonard ]
- worker mpm: dont take down the whole server for a transient thread creation failure. PR 34514 [Greg Ames]
- mod_rewrite: use buffered I/O to improve performance with large RewriteMap txt: files. [Greg Ames]
- proxy HTTP: Rework the handling of request bodies to handle chunked input and input filters which modify content length, and avoid spooling arbitrary-sized request bodies in memory. PR 15859. [Jeff Trawick].
<<less
Download (naMB)
Added: 2005-10-14 License: Freeware Price:
1475 downloads
 
Other version of Apache for OSX
Apache for OSX 1.3.29Apache is the most popular internet webserver application in the world. Its created by a ... the server and its related documentation. These volunteers are known as the Apache Group. In
License:Free
Download (3.6MB)
downloads
Added: 2002-06-19
MacHTTP 2.6

MacHTTP 2.6


MacHTTP - Opensource HTTP server for PPC and 68k Macs more>>
MacHTTP is an opensource Macintosh HTTP server for both PPC and 68K Macs.

The new version now includes user-defined actions (allowing multiple URLS to be mapped to a specific CGI), folder aliases, Thread Manager support, performance tuning parameters, Windows virus rejection, and other improvements.


<<less
Download (612KB)
Added: 2005-09-14 License: Freeware Price:
1531 downloads
httpScanner 1.0

httpScanner 1.0


httpScanner - Scan the subnet entered for http servers more>>
httpScanner is a cocoa java utility to scan the subnet entered for http servers running on the most common ports and attempt to identify them.
It then reports back to you what servers are running on your subnet, what port, and what model of server is running.

httpScanner is multi-threaded for efficiency and speed.

httpScanner was developed and tested using OS X, Jaguar.


<<less
Download (53KB)
Added: 2005-11-22 License: Freeware Price:
1431 downloads
Apache Cocoon 2.0.4

Apache Cocoon 2.0.4


XML publishing framework. more>>
Apache Cocoon is an XML publishing framework that raises the usage of XML and XSLT technologies for server applications to a new level. Designed for performance and scalability around pipelined SAX processing, Cocoon offers a flexible environment based on a separation of concerns between content, logic, and style. To top this all off, Cocoons centralized configuration system and sophisticated caching help you to create, deploy, and maintain rock-solid XML server applications.

Cocoon interacts with most data sources, including filesystems, RDBMS, LDAP, native XML databases, and network-based data sources. It adapts content delivery to the capabilities of different devices like HTML, WML, PDF, SVG, and RTF, to name just a few. You can run Cocoon as a Servlet as well as through a powerful, commandline interface. The deliberate design of its abstract environment gives you the freedom to extend its functionality to meet your special needs in a highly modular fashion.
<<less
Download (14.3MB)
Added: 2004-05-31 License: Adware Price:
1973 downloads
Abyss Web Server X1 2.4

Abyss Web Server X1 2.4


Abyss Web Server X1 - Easy to use personal web server with HTTP/1.1, CGI, and SSI support more>>
Abyss Web Server X1 is a free personal web server. It supports HTTP/1.1, CGI scripts, and Server Side. Includes (SSI), access control, users and groups management, partial downloads, caching negotiation, index files, directory aliases, customizable MIME types, custom error pages, and standard logging. It also features an easy to use remote web management interface. Host your web site and your PHP, Perl, or ASP scripts is a matter of a few minutes.
Abyss Web Server X1 is the ideal web server software for personal users, web developers, students, small businesses and home offices.
Abyss Web Server X1 has the following other editions available: Abyss Web Server X1 for Windows, Abyss Web Server X1 for Linux and Abyss Web Server X1 for FreeBSD.
Abyss Web Server X1 is a free and fully functional software: no nag screens, no time limitations, no spyware, and no advertisements. Download your copy today and join the tens of thousands of people who have been using it daily since 2002.
Enhancements:
- The console organization has been changed.
- The parameters that were available before by selecting Server Configuration and Advanced... are now available by pressing the Configure button in the Hosts table.
<<less
Download (807KB)
Added: 2007-01-11 License: Freeware Price:
1026 downloads
Apache Log Analyzer 1.1

Apache Log Analyzer 1.1


Apache Log Analyzer - analyze log files you get out of hosting a website with Apache more>>
The Apache Log Analyzer will take the log files you get out of hosting a website with Apache, and turn them into something you can actually USE!
Gather statistical data:
Unique visitors - how many different IPs do you see?
which documents were requested - a count of each unique url
how much bandwidth was used - a total count of all the last values in the line.
how much bandwidth for each file was used - an incremental count per file
What browser did they use - a count from the refers tag
Where did they come from - a count of each unique refers
What requests went unanswered - a count of 400, 404s & what they were
IPs you may want to ban - one IP hitting the same thing over and over again
- known virus requests like "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0"
anything with /winnt/ or /system32/ or .exe
Unique errors in error_log
Saves it to an .html file, and lets you view the results quickly and easily.
Enhancements:
- Wow, has it been that long? Seesh. Many, many changes.
- Complete gui rethink.
- The progress bars actually work now.
- Incorrect error reporting of 404s fixed.
- Better bandwidth calculation.
- Speed ups.
- Each report is saved separately.
- Other bug fixes.
<<less
Download (106KB)
Added: 2005-10-13 License: Freeware Price:
1487 downloads
Apache 2.2.14

Apache 2.2.14


Apache is one of the most marvelous collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. more>> <<less
Added: 2009-10-04 License: Freeware Price: Notavailable
downloads
 
Other version of Apache
Apache 2.2.11grade, and freely-available source code implementation of an HTTP (web) server. Apache 2.2 ... -available source code implementation of an HTTP (web) server. The project is jointly managed
License:Freeware
Download (6.5MB)
55 downloads
Added: 2009-03-05
Apache 2.2.8Admiresoft - The Apache Project is a collaborative software development effort aimed at creating a robust ... source code implementation of an HTTP (Web) server
License:Freeware
Download
52 downloads
Added: 2008-01-18
License:Freeware
Download (11.1MB)
1054 downloads
Added: 2007-01-11
GoPenServerX 1.1

GoPenServerX 1.1


GoPenServerX offers a variety of features an HTTP/FTP Server that includes Apache, MySQL, PHP, Perl, and phpMyAdmin. more>>

GoPenServerX 1.1 offers a variety of features an HTTP/FTP Server that includes Apache, MySQL, PHP, Perl, and phpMyAdmin. It also contains Website creation software including Nvu, GIMP, and Extreme phpBB. We also put an audio editing package known as Audacity.

Requirements:

  • Mac OS X 10.1/10.2/10.3/10.4
<<less
Download (187.7MB)
Added: 2007-02-05 License: Freeware Price:
downloads
httpScanner X 1.0

httpScanner X 1.0


httpScanner is a cocoa java utility to scan the subnet entered for http servers running on the most common ports and attempt to identify them more>> httpScanner is a cocoa java utility to scan the subnet entered for http servers running on the most common ports and attempt to identify them. This application, like all of my scanners, is multi-threaded for efficiency and speed. httpScanner was developed and tested using OS X, Jaguar.
Requirements:
Mac OS X 10.2 or later.
<<less
Download (53K)
Added: 2002-09-12 License: Free Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5