The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD www : apache13-modperl

The Apache 1.3 webserver with a statically embedded perl interpreter

 A port to provide a static version of mod_perl and apache.  This is essentially
an amalgamation of www/apache13 and www/mod_perl.

The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for modern operating systems including UNIX and Windows
NT. The goal of this project is to provide a secure, efficient and extensible
server that provides HTTP services in sync with the current HTTP standards.

mod_perl is the marriage of Apache and Perl. 

http://www.apache.org/ http://perl.apache.org/



apache13-modperl history


v. 1.21
date: 2007/09/09 16:57:14;  author: clement;  state: Exp;  lines: +3 -3
- Update:
  * apache to 1.3.39
  * mod_perl to 1.30

v. 1.20 date: 2007/08/04 11:41:24; author: gabor; state: Exp; lines: +1 -1 - Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
v. 1.19 date: 2007/06/17 16:59:26; author: anders; state: Exp; lines: +1 -2 Remove thttpd from conflicts list, it has a different name for its passwd program now. Approved by: maintainers/erwin
v. 1.18 date: 2007/03/14 20:21:31; author: pav; state: Exp; lines: +2 -8 - Fix rc script to have overridable apache_flags and apache_pidfile PR: ports/104465 Reported by: Andrey Alakozov Submitted by: Volker Approved by: maintainer timeout (apache; 5 months) - While here, modernize USE_RC_SUBR usage
v. 1.17 date: 2006/08/04 12:34:49; author: erwin; state: Exp; lines: +1 -1 Add support for DESTDIR part I. This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006
v. 1.16 date: 2006/07/30 09:12:41; author: clement; state: Exp; lines: +3 -3 - Update apache to 1.3.37 - Fix CONFLICTS
v. 1.15 date: 2006/07/27 20:26:27; author: clement; state: Exp; lines: +1 -0 - Fix security issue in mod_rewrite. All people using mod_rewrite are strongly encouraged to update. An off-by-one flaw exists in the Rewrite module, mod_rewrite. Depending on the manner in which Apache httpd was compiled, this software defect may result in a vulnerability which, in combination with certain types of Rewrite rules in the web server configuration files, could be triggered remotely. For vulnerable builds, the nature of the vulnerability can be denial of service (crashing of web server processes) or potentially allow arbitrary code execution. This issue has been rated as having important security impact by the Apache HTTP Server Security Team Updates to latest versions will follow soon. Notified by: so@ (simon) Obtained from: Apache Security Team Security: CVE-2006-3747
v. 1.14 date: 2006/07/18 08:19:53; author: clement; state: Exp; lines: +8 -17 - update apache to 1.3.36 - bump HARD_SERVER_LIMIT to 2048 - drop broken WITH*_EXPAT support. we always depend on expat from ports (based on [1]) PR: ports/81183 [1] Submitted by: Martin Nilsson
v. 1.13 date: 2006/01/30 23:20:02; author: kuriyama; state: Exp; lines: +2 -2 Chase shlib bump of libexpat.
v. 1.12 date: 2006/01/07 06:29:56; author: dougb; state: Exp; lines: +1 -1 Now that new style rc.d scripts are being run as part of the base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change.
v. 1.11 date: 2005/12/12 20:31:52; author: clement; state: Exp; lines: +1 -0 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
v. 1.10 date: 2005/11/01 11:17:43; author: clement; state: Exp; lines: +1 -2 - Update apache to 1.3.34
v. 1.9 date: 2005/07/26 13:57:42; author: clement; state: Exp; lines: +1 -1 - Fix CAN-2005-2088 Obtained from: Apache repository
v. 1.8 date: 2005/02/14 13:53:55; author: clement; state: Exp; lines: +10 -2 - fix plist
v. 1.7 date: 2005/02/08 13:09:39; author: clement; state: Exp; lines: +3 -2 - Add missing man page - Don't create httpd.conf.bak - Set MAINTAINER to apache@
v. 1.6 date: 2005/01/26 17:24:59; author: erwin; state: Exp; lines: +1 -1 Reset maintainer PR: 76720 Submitted by: maintainer
v. 1.5 date: 2004/12/06 21:49:38; author: clement; state: Exp; lines: +1 -4 - Update to 1.3.33 - Unmark as DEPRECATED PR: ports/74596 Submitted by: Jonathan Pater (maintainer)
v. 1.4 date: 2004/11/24 01:53:14; author: sem; state: Exp; lines: +1 -1 - Standardize an EXPIRATION_DATE format. Approved by: krion
v. 1.3 date: 2004/11/06 12:38:55; author: josef; state: Exp; lines: +3 -0 Mark this port deprecated as the maintainer stated in a private mail. With hat: secteam
v. 1.2 date: 2004/06/16 19:32:49; author: pav; state: Exp; lines: +1 -0 - Obey WITHOUT_APACHE_EXPAT knob PR: ports/67974 Submitted by: Alexey Mahotkin Obtained from: www/apache13 port
v. 1.1 date: 2004/06/05 14:25:18; author: pav; state: Exp; Add apache13-modperl, an Apache web server with mod_perl statically compiled in. PR: ports/67051 Submitted by: Rod Taylor ============================================================================= v. 1.21 date: 2007/09/09 16:57:14; author: clement; state: Exp; lines: +3 -3 - Update: * apache to 1.3.39 * mod_perl to 1.30
v. 1.20 date: 2007/08/04 11:41:24; author: gabor; state: Exp; lines: +1 -1 - Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
v. 1.19 date: 2007/06/17 16:59:26; author: anders; state: Exp; lines: +1 -2 Remove thttpd from conflicts list, it has a different name for its passwd program now. Approved by: maintainers/erwin
v. 1.18 date: 2007/03/14 20:21:31; author: pav; state: Exp; lines: +2 -8 - Fix rc script to have overridable apache_flags and apache_pidfile PR: ports/104465 Reported by: Andrey Alakozov Submitted by: Volker Approved by: maintainer timeout (apache; 5 months) - While here, modernize USE_RC_SUBR usage
v. 1.17 date: 2006/08/04 12:34:49; author: erwin; state: Exp; lines: +1 -1 Add support for DESTDIR part I. This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006
v. 1.16 date: 2006/07/30 09:12:41; author: clement; state: Exp; lines: +3 -3 - Update apache to 1.3.37 - Fix CONFLICTS
v. 1.15 date: 2006/07/27 20:26:27; author: clement; state: Exp; lines: +1 -0 - Fix security issue in mod_rewrite. All people using mod_rewrite are strongly encouraged to update. An off-by-one flaw exists in the Rewrite module, mod_rewrite. Depending on the manner in which Apache httpd was compiled, this software defect may result in a vulnerability which, in combination with certain types of Rewrite rules in the web server configuration files, could be triggered remotely. For vulnerable builds, the nature of the vulnerability can be denial of service (crashing of web server processes) or potentially allow arbitrary code execution. This issue has been rated as having important security impact by the Apache HTTP Server Security Team Updates to latest versions will follow soon. Notified by: so@ (simon) Obtained from: Apache Security Team Security: CVE-2006-3747
v. 1.14 date: 2006/07/18 08:19:53; author: clement; state: Exp; lines: +8 -17 - update apache to 1.3.36 - bump HARD_SERVER_LIMIT to 2048 - drop broken WITH*_EXPAT support. we always depend on expat from ports (based on [1]) PR: ports/81183 [1] Submitted by: Martin Nilsson
v. 1.13 date: 2006/01/30 23:20:02; author: kuriyama; state: Exp; lines: +2 -2 Chase shlib bump of libexpat.
v. 1.12 date: 2006/01/07 06:29:56; author: dougb; state: Exp; lines: +1 -1 Now that new style rc.d scripts are being run as part of the base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change.
v. 1.11 date: 2005/12/12 20:31:52; author: clement; state: Exp; lines: +1 -0 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
v. 1.10 date: 2005/11/01 11:17:43; author: clement; state: Exp; lines: +1 -2 - Update apache to 1.3.34
v. 1.9 date: 2005/07/26 13:57:42; author: clement; state: Exp; lines: +1 -1 - Fix CAN-2005-2088 Obtained from: Apache repository
v. 1.8 date: 2005/02/14 13:53:55; author: clement; state: Exp; lines: +10 -2 - fix plist
v. 1.7 date: 2005/02/08 13:09:39; author: clement; state: Exp; lines: +3 -2 - Add missing man page - Don't create httpd.conf.bak - Set MAINTAINER to apache@
v. 1.6 date: 2005/01/26 17:24:59; author: erwin; state: Exp; lines: +1 -1 Reset maintainer PR: 76720 Submitted by: maintainer
v. 1.5 date: 2004/12/06 21:49:38; author: clement; state: Exp; lines: +1 -4 - Update to 1.3.33 - Unmark as DEPRECATED PR: ports/74596 Submitted by: Jonathan Pater (maintainer)
v. 1.4 date: 2004/11/24 01:53:14; author: sem; state: Exp; lines: +1 -1 - Standardize an EXPIRATION_DATE format. Approved by: krion
v. 1.3 date: 2004/11/06 12:38:55; author: josef; state: Exp; lines: +3 -0 Mark this port deprecated as the maintainer stated in a private mail. With hat: secteam
v. 1.2 date: 2004/06/16 19:32:49; author: pav; state: Exp; lines: +1 -0 - Obey WITHOUT_APACHE_EXPAT knob PR: ports/67974 Submitted by: Alexey Mahotkin Obtained from: www/apache13 port
v. 1.1 date: 2004/06/05 14:25:18; author: pav; state: Exp; Add apache13-modperl, an Apache web server with mod_perl statically compiled in. PR: ports/67051 Submitted by: Rod Taylor ============================================================================= v. 1.21 date: 2007/09/09 16:57:14; author: clement; state: Exp; lines: +3 -3 - Update: * apache to 1.3.39 * mod_perl to 1.30
v. 1.20 date: 2007/08/04 11:41:24; author: gabor; state: Exp; lines: +1 -1 - Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
v. 1.19 date: 2007/06/17 16:59:26; author: anders; state: Exp; lines: +1 -2 Remove thttpd from conflicts list, it has a different name for its passwd program now. Approved by: maintainers/erwin
v. 1.18 date: 2007/03/14 20:21:31; author: pav; state: Exp; lines: +2 -8 - Fix rc script to have overridable apache_flags and apache_pidfile PR: ports/104465 Reported by: Andrey Alakozov Submitted by: Volker Approved by: maintainer timeout (apache; 5 months) - While here, modernize USE_RC_SUBR usage
v. 1.17 date: 2006/08/04 12:34:49; author: erwin; state: Exp; lines: +1 -1 Add support for DESTDIR part I. This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006
v. 1.16 date: 2006/07/30 09:12:41; author: clement; state: Exp; lines: +3 -3 - Update apache to 1.3.37 - Fix CONFLICTS
v. 1.15 date: 2006/07/27 20:26:27; author: clement; state: Exp; lines: +1 -0 - Fix security issue in mod_rewrite. All people using mod_rewrite are strongly encouraged to update. An off-by-one flaw exists in the Rewrite module, mod_rewrite. Depending on the manner in which Apache httpd was compiled, this software defect may result in a vulnerability which, in combination with certain types of Rewrite rules in the web server configuration files, could be triggered remotely. For vulnerable builds, the nature of the vulnerability can be denial of service (crashing of web server processes) or potentially allow arbitrary code execution. This issue has been rated as having important security impact by the Apache HTTP Server Security Team Updates to latest versions will follow soon. Notified by: so@ (simon) Obtained from: Apache Security Team Security: CVE-2006-3747
v. 1.14 date: 2006/07/18 08:19:53; author: clement; state: Exp; lines: +8 -17 - update apache to 1.3.36 - bump HARD_SERVER_LIMIT to 2048 - drop broken WITH*_EXPAT support. we always depend on expat from ports (based on [1]) PR: ports/81183 [1] Submitted by: Martin Nilsson
v. 1.13 date: 2006/01/30 23:20:02; author: kuriyama; state: Exp; lines: +2 -2 Chase shlib bump of libexpat.
v. 1.12 date: 2006/01/07 06:29:56; author: dougb; state: Exp; lines: +1 -1 Now that new style rc.d scripts are being run as part of the base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change.
v. 1.11 date: 2005/12/12 20:31:52; author: clement; state: Exp; lines: +1 -0 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
v. 1.10 date: 2005/11/01 11:17:43; author: clement; state: Exp; lines: +1 -2 - Update apache to 1.3.34
v. 1.9 date: 2005/07/26 13:57:42; author: clement; state: Exp; lines: +1 -1 - Fix CAN-2005-2088 Obtained from: Apache repository
v. 1.8 date: 2005/02/14 13:53:55; author: clement; state: Exp; lines: +10 -2 - fix plist
v. 1.7 date: 2005/02/08 13:09:39; author: clement; state: Exp; lines: +3 -2 - Add missing man page - Don't create httpd.conf.bak - Set MAINTAINER to apache@
v. 1.6 date: 2005/01/26 17:24:59; author: erwin; state: Exp; lines: +1 -1 Reset maintainer PR: 76720 Submitted by: maintainer
v. 1.5 date: 2004/12/06 21:49:38; author: clement; state: Exp; lines: +1 -4 - Update to 1.3.33 - Unmark as DEPRECATED PR: ports/74596 Submitted by: Jonathan Pater (maintainer)
v. 1.4 date: 2004/11/24 01:53:14; author: sem; state: Exp; lines: +1 -1 - Standardize an EXPIRATION_DATE format. Approved by: krion
v. 1.3 date: 2004/11/06 12:38:55; author: josef; state: Exp; lines: +3 -0 Mark this port deprecated as the maintainer stated in a private mail. With hat: secteam
v. 1.2 date: 2004/06/16 19:32:49; author: pav; state: Exp; lines: +1 -0 - Obey WITHOUT_APACHE_EXPAT knob PR: ports/67974 Submitted by: Alexey Mahotkin Obtained from: www/apache13 port
v. 1.1 date: 2004/06/05 14:25:18; author: pav; state: Exp; Add apache13-modperl, an Apache web server with mod_perl statically compiled in. PR: ports/67051 Submitted by: Rod Taylor =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm