Port details |
- apache20 Version 2.0.x of Apache web server with prefork MPM.
- 2.0.64_3 www
=85 2.0.64_3Version of this port present on the latest quarterly branch.
- DEPRECATED: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
This port expired on: 2012-01-01
- Maintainer: apache@FreeBSD.org
- Port Added: 2005-05-22 09:10:20
- Last Update: 2012-08-18 14:29:11
- SVN Revision: UNKNOWN
- People watching this port, also watch:: sudo, gettext, png
- Also Listed In: ipv6
- License: not specified in port
- WWW:
- http://httpd.apache.org/
- Description:
- The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for various modern desktop and server operating
systems, such as UNIX and Windows NT. The goal of this project is to
provide a secure, efficient and extensible server which provides HTTP
services in sync with the current HTTP standards.
The 2.x branch of Apache Web Server includes several improvements like
threading, use of APR, native IPv6 and SSL support, and many more.
WWW: http://httpd.apache.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: apache
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5.12.4 : lang/perl5.12
- autoconf-2.69 : devel/autoconf
- libtool>=2.4 : devel/libtool
- Runtime dependencies:
-
- perl5.12.4 : lang/perl5.12
- Library dependencies:
-
- expat : textproc/expat2
- pcre : devel/pcre
- apr-0 : devel/apr0
- iconv.3 : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.55_2 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
2.0.55_2 22 Jan 2006 02:58:25 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.0.55_2 17 Jan 2006 09:40:53 |
clement |
- Finish cleanups and fix build with threads enables. |
2.0.55_2 16 Jan 2006 08:22:21 |
clement |
- remove print-closest-mirror target from apache20 Makefile
Noticed by: erwin, pav, KOMATSU Shinichiro <koma2@lovepeers.org> [1]
PR: ports/91849 [1]
Pointy hat to: clement |
2.0.55_2 15 Jan 2006 18:58:38 |
clement |
Cleanups and fixes
- remove useless options (and fix thread stuff) [1]
- move print-closest-mirror to bsd.apache.mk
- move threads configure options out of Makefile.modules
- Fix stupid logic to disable v4mapped address [2]
- and more...
Submitted/spotted by: many, Hirohisa Yamaguchi <umq@ueo.co.jp> [1]
ume[2]
PR: ports/91813 [1] |
2.0.55_2 12 Dec 2005 20:35:19 |
clement |
SECURITY: CVE-2005-3352 (cve.mitre.org)
mod_imap: Escape untrusted referer header before outputting in HTML
to avoid potential cross-site scripting. Change also made to
ap_escape_html so we escape quotes. Reported by JPCERT.
[Mark Cox]
Reported by: simon |
2.0.55_1 04 Dec 2005 14:59:41 |
clement |
- Various package fixes
- Bump PORTREVISION |
2.0.55 04 Dec 2005 09:08:43 |
clement |
- Fix INDEX build
pointy hat to: clement |
2.0.55 03 Dec 2005 23:04:21 |
clement |
- resync' with www/apache2 |
2.0.55 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
2.0.55 30 Oct 2005 20:51:56 |
clement |
- Don't rerun the apache2.sh rc script on restart's, just stop and start
normally
PR: ports/86402
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> |
2.0.55 25 Oct 2005 18:58:53 |
fenner |
Use the proper syntax for groups when using ${MASTER_SITE_foo}
Approved by: MAINTAINER timeout (2 weeks) |
2.0.55 14 Oct 2005 13:54:09 |
clement |
- Update to 2.0.55 |
2.0.54_4 20 Sep 2005 08:39:50 |
clement |
- Apply openssl 0.9.8 fix by default. OpenSSL 0.9.8 is now the default
from ports
Reported by: erwin |
2.0.54_4 18 Sep 2005 22:29:17 |
clement |
- Hook www/apache20 to the build. It fixes some errors in INDEX build with
exp build
Reported by: kris |
2.0.54_4 10 Sep 2005 14:45:03 |
clement |
- Sync with www/apache2 |
2.0.54_2 01 Aug 2005 10:04:19 |
clement |
- make sure SSL dependency doesn't exists if WITHOUT_MODULES_SSL is defined |
2.0.54_2 26 Jul 2005 10:10:35 |
clement |
- Add fix for CAN-2005-2088
From Changelog:
*) SECURITY: CAN-2005-2088
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]
- Rename previous patch to CVE ID
- bump PORTREVISION
Security: CAN-2005-2088
Obtained From: Apache repository |
2.0.54_1 26 Jul 2005 08:25:13 |
clement |
Security: fix a buffer overrun in ssl_callback_SSLVerify_CRL()
Reported by: thierry |
2.0.54 01 Jun 2005 17:49:31 |
clement |
- Remove debug line. |
2.0.54 01 Jun 2005 17:47:53 |
clement |
- Add support for multiple instances of apache2 to startup script.
It's a little bit experimental, but it works. |
2.0.54 22 May 2005 09:09:42 |
clement |
- Sync with www/apache2 |