From bugmaster at FreeBSD.org Mon Oct 5 11:06:16 2009
From: bugmaster at FreeBSD.org (FreeBSD bugmaster)
Date: Mon Oct 5 11:06:53 2009
Subject: Current problem reports assigned to apache@FreeBSD.org
Message-ID: <200910051106.n95B6Frc088089@freefall.freebsd.org>
Note: to view an individual PR, use:
http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).
The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.
S Tracker Resp. Description
--------------------------------------------------------------------------------
o ports/138846 apache www/apache22 mod_proxy optional patch is not applied b
o ports/138466 apache [patch] www/apache22: 'rc.d/apache22 graceful' fails (
o ports/138373 apache www/apache22 accf_data required at apache startup
o ports/137729 apache www/mod_auth_kerb2 port broken on 8.0-BETA2
o ports/136928 apache [PATCH] www/apache20 - suexec resource limits patch
o ports/136598 apache [PATCH] www/mod_fastcgi: Fix non-threadsafe function
o ports/136432 apache www/mod_auth_kerb does not build with MIT Kerberos (se
a ports/134577 apache www/apache22: build faild with mod_auth_digest
a ports/133773 apache net/keepalived port update request
o ports/130479 apache www/apache20 and www/apache22 configure_args busted
o ports/128952 apache [NEW PORT] java/javadb: Sun's supported distribution o
o ports/128078 apache www/apache20 -- LDAP support is broken
o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT
o ports/124375 apache www/mod_auth_kerb doesn't compile against heimdal
o ports/121134 apache www/mod_log_sql2-dtc scoreboard problem
o ports/120229 apache www/apache20 does not pick up usernames from NIS [regr
o ports/118003 apache www/apache22: with PgSQL option require only libpq.so.
p ports/116984 apache [patch] www/apache13-modssl missing perl5.8 as RUN_DEP
o ports/108169 apache www/apache20 wrong AP_SAFE_PATH for suEXEC
a ports/101566 apache www/apache20 All .svn subdirectories in $(htdocsdir) g
a ports/96953 apache www/apache22 port uses its own directories
a ports/83644 apache www/apache20 add support for ndbm
22 problems total.
From david at vizion2000.net Wed Oct 7 15:25:30 2009
From: david at vizion2000.net (David Southwell)
Date: Wed Oct 7 15:25:36 2009
Subject: ssl onceonlyinit problem
Message-ID: <200910071607.15617.david@vizion2000.net>
Hi
NOt used to this one.
Can anyone tell me how to fix this error?
[Wed Oct 07 16:03:17 2009] [warn] RSA server certificate is a CA certificate
(BasicConstraints: CA == TRUE !?)
[Wed Oct 07 16:03:18 2009] [warn] RSA server certificate is a CA certificate
(BasicConstraints: CA == TRUE !?)
/libexec/ld-elf.so.1: /usr/local/lib/php/20060613/imap.so: Undefined symbol
"ssl_onceonlyinit"
Thanks
David
From pgollucci at p6m7g8.com Wed Oct 7 23:33:42 2009
From: pgollucci at p6m7g8.com (Philip M. Gollucci)
Date: Wed Oct 7 23:33:51 2009
Subject: ssl onceonlyinit problem
In-Reply-To: <200910071607.15617.david@vizion2000.net>
References: <200910071607.15617.david@vizion2000.net>
Message-ID: <4ACD2552.2030706@p6m7g8.com>
David Southwell wrote:
> Hi
>
> NOt used to this one.
>
> Can anyone tell me how to fix this error?
>
> [Wed Oct 07 16:03:17 2009] [warn] RSA server certificate is a CA certificate
> (BasicConstraints: CA == TRUE !?)
> [Wed Oct 07 16:03:18 2009] [warn] RSA server certificate is a CA certificate
> (BasicConstraints: CA == TRUE !?)
> /libexec/ld-elf.so.1: /usr/local/lib/php/20060613/imap.so: Undefined symbol
> "ssl_onceonlyinit"
This is actually a common one, but I forget what causes it off the top
of my head. Some things to check, I'm sure google will know this one.
1) Do you have the following configs -- at the vhost level ?
### SSL (PCI-compliant)
SSLEngine On
# SSLProxyEngine on
SSLProtocol -ALL +SSLv3 +TLSv1
SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
SSLCACertificateFile %%CERTS%%/vs_intermediate_bundle.crt
SSLCertificateChainFile %%CERTS%%/gd_intermediate_bundle.crt
SSLCertificateFile %%CERTS%%/%%H%%.crt
SSLCertificateKeyFile %%CERTS%%/%%H%%.key
2) httpd -l |grep ssl
its there
3) you started the server with -DSSL if you used the
4) the key files exist, are readable, don't have ^Ms in them
5) you're using http 2.2.1[34]
6) The certificates are not expired
--
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354
Consultant - P6M7G8 Inc. http://p6m7g8.net
Senior Sys Admin - RideCharge, Inc. http://ridecharge.com
ASF Member - Apache Software Foundation http://apache.org
FreeBSD Committer - FreeBSD Foundation http://freebsd.org
Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
From bugmaster at FreeBSD.org Mon Oct 12 11:06:15 2009
From: bugmaster at FreeBSD.org (FreeBSD bugmaster)
Date: Mon Oct 12 11:06:58 2009
Subject: Current problem reports assigned to apache@FreeBSD.org
Message-ID: <200910121106.n9CB6FnL035720@freefall.freebsd.org>
Note: to view an individual PR, use:
http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).
The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.
S Tracker Resp. Description
--------------------------------------------------------------------------------
o ports/138846 apache www/apache22 mod_proxy optional patch is not applied b
o ports/138466 apache [patch] www/apache22: 'rc.d/apache22 graceful' fails (
o ports/138373 apache www/apache22 accf_data required at apache startup
o ports/137729 apache www/mod_auth_kerb2 port broken on 8.0-BETA2
o ports/136928 apache [PATCH] www/apache20 - suexec resource limits patch
o ports/136598 apache [PATCH] www/mod_fastcgi: Fix non-threadsafe function
o ports/136432 apache www/mod_auth_kerb does not build with MIT Kerberos (se
a ports/134577 apache www/apache22: build faild with mod_auth_digest
a ports/133773 apache net/keepalived port update request
o ports/130479 apache www/apache20 and www/apache22 configure_args busted
o ports/128952 apache [NEW PORT] java/javadb: Sun's supported distribution o
o ports/128078 apache www/apache20 -- LDAP support is broken
o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT
o ports/124375 apache www/mod_auth_kerb doesn't compile against heimdal
o ports/121134 apache www/mod_log_sql2-dtc scoreboard problem
o ports/120229 apache www/apache20 does not pick up usernames from NIS [regr
o ports/118003 apache www/apache22: with PgSQL option require only libpq.so.
p ports/116984 apache [patch] www/apache13-modssl missing perl5.8 as RUN_DEP
o ports/108169 apache www/apache20 wrong AP_SAFE_PATH for suEXEC
a ports/101566 apache www/apache20 All .svn subdirectories in $(htdocsdir) g
a ports/96953 apache www/apache22 port uses its own directories
a ports/83644 apache www/apache20 add support for ndbm
22 problems total.
From erwin at FreeBSD.org Mon Oct 12 13:22:52 2009
From: erwin at FreeBSD.org (Erwin Lansing)
Date: Mon Oct 12 13:22:57 2009
Subject: Ports with duplicate LATEST_LINKS
Message-ID: <200910121322.n9CDMpWO003019@builder.freebsd.org>
Dear port maintainers,
The following list includes ports maintained by you that have duplicate
LATEST_LINK values. They should either be modified to use a unique
LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting
each other in the packages/Latest directory. If your ports conflict with
ports maintained by another person, please coordinate your efforts with
them.
Thanks,
Erwin "Annoying Reminder Guy III" Lansing
LATEST_LINK PORTNAME MAINTAINER
==========================================================================
mediawiki www/mediawiki gerrit.beine@gmx.de
mediawiki www/mediawiki113 gerrit.beine@gmx.de
mediawiki www/mediawiki114 gerrit.beine@gmx.de
mod_extract_forwarded www/mod_extract_forwarded_ap13 apache@FreeBSD.org
mod_extract_forwarded www/mod_extract_forwarded kuriyama@FreeBSD.org
wmii x11-wm/wmii danfe@FreeBSD.org
wmii x11-wm/wmii-devel danfe@FreeBSD.org
Total: 7 ports
From biuro at hexabit.pl Tue Oct 13 17:05:21 2009
From: biuro at hexabit.pl (hexabit)
Date: Tue Oct 13 17:05:28 2009
Subject: [apache22] startup script error for graceful restart?
In-Reply-To: <4ABB7885.7060901@media4u.pl>
References: <4ABB7885.7060901@media4u.pl>
Message-ID: <25876684.post@talk.nabble.com>
system: apache22, FreeBSD 7.2/amd64.
I have exactly the same problem with graceful and reload commands.
For a short time i loaded modules http_ready, http_data by kldload, then
i compiled them into the kernel thouth this will solve the problem, but it
doesn't change anything. Althrough when i do
apachectl stop
apachectl start
there is no warning message in the httpd-error.log.
Regards
--
hexabit
--
View this message in context: http://www.nabble.com/-apache22--startup-script-error-for-graceful-restart--tp25595961p25876684.html
Sent from the freebsd-apache mailing list archive at Nabble.com.
From bugmaster at FreeBSD.org Mon Oct 19 11:06:15 2009
From: bugmaster at FreeBSD.org (FreeBSD bugmaster)
Date: Mon Oct 19 11:06:44 2009
Subject: Current problem reports assigned to apache@FreeBSD.org
Message-ID: <200910191106.n9JB6EgX062841@freefall.freebsd.org>
Note: to view an individual PR, use:
http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).
The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.
S Tracker Resp. Description
--------------------------------------------------------------------------------
o ports/138846 apache www/apache22 mod_proxy optional patch is not applied b
o ports/138466 apache [patch] www/apache22: 'rc.d/apache22 graceful' fails (
o ports/138373 apache www/apache22 accf_data required at apache startup
o ports/137729 apache www/mod_auth_kerb2 port broken on 8.0-BETA2
o ports/136928 apache [PATCH] www/apache20 - suexec resource limits patch
o ports/136598 apache [PATCH] www/mod_fastcgi: Fix non-threadsafe function
o ports/136432 apache www/mod_auth_kerb does not build with MIT Kerberos (se
a ports/134577 apache www/apache22: build faild with mod_auth_digest
a ports/133773 apache net/keepalived port update request
o ports/130479 apache www/apache20 and www/apache22 configure_args busted
o ports/128952 apache [NEW PORT] java/javadb: Sun's supported distribution o
o ports/128078 apache www/apache20 -- LDAP support is broken
o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT
o ports/124375 apache www/mod_auth_kerb doesn't compile against heimdal
o ports/121134 apache www/mod_log_sql2-dtc scoreboard problem
o ports/120229 apache www/apache20 does not pick up usernames from NIS [regr
o ports/118003 apache www/apache22: with PgSQL option require only libpq.so.
p ports/116984 apache [patch] www/apache13-modssl missing perl5.8 as RUN_DEP
o ports/108169 apache www/apache20 wrong AP_SAFE_PATH for suEXEC
a ports/101566 apache www/apache20 All .svn subdirectories in $(htdocsdir) g
a ports/96953 apache www/apache22 port uses its own directories
a ports/83644 apache www/apache20 add support for ndbm
22 problems total.
From 000.fbsd at quip.cz Mon Oct 19 15:12:41 2009
From: 000.fbsd at quip.cz (Miroslav Lachman)
Date: Mon Oct 19 15:12:48 2009
Subject: Bad file descriptor: apr_socket_accept
Message-ID: <4ADC7DC8.8040909@quip.cz>
Hi,
I got following error in log after upgrade of Apache to version 2.2.13.
[error] (9)Bad file descriptor: apr_socket_accept: (client socket)
The error appeared after each graceful restart (reload / SIGUSR1). I can
see it on more then one machine. Some machines are using APR from ports,
some don't.
The full log follows:
[Mon Oct 19 16:42:30 2009] [notice] Graceful restart requested, doing
restart
[Mon Oct 19 16:42:30 2009] [error] (9)Bad file descriptor:
apr_socket_accept: (client socket)
[Mon Oct 19 16:42:30 2009] [warn] (22)Invalid argument: Failed to enable
the 'httpready' Accept Filter
[Mon Oct 19 16:42:30 2009] [warn] (22)Invalid argument: Failed to enable
the 'httpready' Accept Filter
[Mon Oct 19 16:42:30 2009] [warn] (22)Invalid argument: Failed to enable
the 'httpready' Accept Filter
[Mon Oct 19 16:42:30 2009] [warn] (22)Invalid argument: Failed to enable
the 'httpready' Accept Filter
[Mon Oct 19 16:42:30 2009] [warn] (22)Invalid argument: Failed to enable
the 'httpready' Accept Filter
[Mon Oct 19 16:42:30 2009] [warn] (22)Invalid argument: Failed to enable
the 'dataready' Accept Filter
[Mon Oct 19 16:42:30 2009] [warn] (22)Invalid argument: Failed to enable
the 'httpready' Accept Filter
[Mon Oct 19 16:42:30 2009] [warn] (22)Invalid argument: Failed to enable
the 'httpready' Accept Filter
[Mon Oct 19 16:42:31 2009] [notice] Digest: generating secret for digest
authentication ...
[Mon Oct 19 16:42:31 2009] [notice] Digest: done
[Mon Oct 19 16:42:31 2009] [notice] Apache/2.2.13 (FreeBSD)
mod_ssl/2.2.13 OpenSSL/0.9.8e configured -- resuming normal operations
The Apache is compiled with these options:
root@lite enabled/# grep WITH_ /var/db/ports/apache22/options
WITH_AUTH_BASIC=true
WITH_AUTH_DIGEST=true
WITH_AUTHN_FILE=true
WITH_AUTHN_DEFAULT=true
WITH_AUTHZ_HOST=true
WITH_AUTHZ_USER=true
WITH_AUTHZ_DBM=true
WITH_AUTHZ_DEFAULT=true
WITH_ALIAS=true
WITH_AUTOINDEX=true
WITH_DEFLATE=true
WITH_DIR=true
WITH_EXPIRES=true
WITH_HEADERS=true
WITH_INCLUDE=true
WITH_LOG_CONFIG=true
WITH_MIME=true
WITH_NEGOTIATION=true
WITH_REWRITE=true
WITH_SETENVIF=true
WITH_STATUS=true
WITH_PATCH_PROXY_CONNECT=true
WITH_SSL=true
System is FreeBSD 7.2-RELEASE i386 with GENERIC kernel.
Am I the only one with this error logged with Apache 2.2.13?
As I found on the web, this error message is reported / fixed for years
from version to version, but I never seen it before on my machines.
Miroslav Lachman
From jgavin at lumeta.com Fri Oct 23 19:39:26 2009
From: jgavin at lumeta.com (Jack Gavin)
Date: Fri Oct 23 19:39:39 2009
Subject: FreeBSD Port: apache-2.2.14
Message-ID: <78ED28FACE63744386D68D8A9D1CF5D4015F379C@MAIL.corp.lumeta.com>
I see that Apache 2.2.14 was very recently released (about 2 weeks ago):
http://httpd.apache.org/#2.2.14
Is there any estimate of when the FreeBSD port of Apache
(/usr/ports/www/apache22) will be upticked from 2.2.13 to 2.2.14?
Thanks very much.
Jack Gavin
--
Jack Gavin
Lead Software Engineer
Lumeta - Securing the Network in the Face of Change
jgavin@lumeta.com
732.357.3526 (office)
732.564.0731 (fax)
220 Davidson Avenue
Somerset, NJ 08873-4146
www.lumeta.com
From pgollucci at p6m7g8.com Sat Oct 24 19:49:44 2009
From: pgollucci at p6m7g8.com (Philip M. Gollucci)
Date: Sat Oct 24 19:49:59 2009
Subject: FreeBSD Port: apache-2.2.14
In-Reply-To: <78ED28FACE63744386D68D8A9D1CF5D4015F379C@MAIL.corp.lumeta.com>
References: <78ED28FACE63744386D68D8A9D1CF5D4015F379C@MAIL.corp.lumeta.com>
Message-ID: <4AE35A4C.1010307@p6m7g8.com>
Jack Gavin wrote:
> I see that Apache 2.2.14 was very recently released (about 2 weeks ago):
> http://httpd.apache.org/#2.2.14
>
>
>
> Is there any estimate of when the FreeBSD port of Apache
> (/usr/ports/www/apache22) will be upticked from 2.2.13 to 2.2.14?
Within a month or less.
--
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354
Consultant - P6M7G8 Inc. http://p6m7g8.net
Senior Sys Admin - RideCharge, Inc. http://ridecharge.com
ASF Member - Apache Software Foundation http://apache.org
FreeBSD Committer - FreeBSD Foundation http://freebsd.org
Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
From jbondc at openmv.com Sat Oct 24 20:36:20 2009
From: jbondc at openmv.com (Jonathan Bond-Caron)
Date: Sat Oct 24 20:36:27 2009
Subject: [PATCH] FreeBSD Port: www/mod_authenticache
Message-ID: <002801ca54e7$564f3310$02ed9930$@com>
I had some issues with this apache module say if I had the following config:
Require user jbondc
Require user mado
When going over to /MADOLAINE, the module would re-use cached information.
The patch checks if new auth info is provided.
# Behavior without patch (credentials re-used)
[Sat Oct 24 15:58:21 2009] [info] [client xxxxxx] mod_authenticache: valid
ticket from jbondc for /
[Sat Oct 24 15:59:54 2009] [info] [client xxxxxx] mod_authenticache: valid
ticket from jbondc for /MADOLAINE
[Sat Oct 24 15:59:54 2009] [error] [client xxxxxx] access to /MADOLAINE
failed, reason: user jbondc not allowed access
# With patch (if new username/password provided, don't use cookie)
[Sat Oct 24 15:58:21 2009] [info] [client xxxxxx] mod_authenticache: valid
ticket from jbondc for /
[Sat Oct 24 16:00:06 2009] [error] [client xxxxxx] PAM: user 'mado' - not
authenticated: authentication error
-------------- next part --------------
A non-text attachment was scrubbed...
Name: check_user.patch
Type: application/octet-stream
Size: 987 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-apache/attachments/20091024/0d87a4d9/check_user.obj
From pgollucci at p6m7g8.com Sun Oct 25 02:51:09 2009
From: pgollucci at p6m7g8.com (Philip M. Gollucci)
Date: Sun Oct 25 02:51:43 2009
Subject: [PATCH] FreeBSD Port: www/mod_authenticache
In-Reply-To: <002801ca54e7$564f3310$02ed9930$@com>
References: <002801ca54e7$564f3310$02ed9930$@com>
Message-ID: <4AE3BD13.8030205@p6m7g8.com>
Jonathan Bond-Caron wrote:
> I had some issues with this apache module say if I had the following config:
you should send this upstream to the module author rather then the
FreeBSD port. If the module is unmaintained, we can include it in the
tree directly
--
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354
Consultant - P6M7G8 Inc. http://p6m7g8.net
Senior Sys Admin - RideCharge, Inc. http://ridecharge.com
ASF Member - Apache Software Foundation http://apache.org
FreeBSD Committer - FreeBSD Foundation http://freebsd.org
Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
From jbondc at openmv.com Sun Oct 25 15:41:33 2009
From: jbondc at openmv.com (Jonathan Bond-Caron)
Date: Sun Oct 25 15:41:39 2009
Subject: [PATCH] FreeBSD Port: www/mod_authenticache
In-Reply-To: <4AE3BD13.8030205@p6m7g8.com>
References: <002801ca54e7$564f3310$02ed9930$@com> <4AE3BD13.8030205@p6m7g8.com>
Message-ID: <001d01ca5589$9f646dc0$de2d4940$@com>
On Sat Oct 24 10:50 PM, Philip M. Gollucci wrote:
> Jonathan Bond-Caron wrote:
> > I had some issues with this apache module say if I had the following
> config:
>
> you should send this upstream to the module author rather then the
> FreeBSD port. If the module is unmaintained, we can include it in the
> tree directly
>
Thanks, wasn't sure if someone else was maintaining it, the author is
Copyright (c) 2002 Anthony D. Urso. (anthonyu)
After googling, I e-mailed him at anthonyu@cpan.org
From bugmaster at FreeBSD.org Mon Oct 26 11:06:20 2009
From: bugmaster at FreeBSD.org (FreeBSD bugmaster)
Date: Mon Oct 26 11:07:08 2009
Subject: Current problem reports assigned to apache@FreeBSD.org
Message-ID: <200910261106.n9QB6J6c043160@freefall.freebsd.org>
Note: to view an individual PR, use:
http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).
The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.
S Tracker Resp. Description
--------------------------------------------------------------------------------
o ports/138846 apache www/apache22 mod_proxy optional patch is not applied b
o ports/138466 apache [patch] www/apache22: 'rc.d/apache22 graceful' fails (
o ports/138373 apache www/apache22 accf_data required at apache startup
o ports/137729 apache www/mod_auth_kerb2 port broken on 8.0-BETA2
o ports/136928 apache [PATCH] www/apache20 - suexec resource limits patch
o ports/136598 apache [PATCH] www/mod_fastcgi: Fix non-threadsafe function
o ports/136432 apache www/mod_auth_kerb does not build with MIT Kerberos (se
a ports/134577 apache www/apache22: build faild with mod_auth_digest
a ports/133773 apache net/keepalived port update request
o ports/130479 apache www/apache20 and www/apache22 configure_args busted
o ports/128952 apache [NEW PORT] java/javadb: Sun's supported distribution o
o ports/128078 apache www/apache20 -- LDAP support is broken
o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT
o ports/124375 apache www/mod_auth_kerb doesn't compile against heimdal
o ports/121134 apache www/mod_log_sql2-dtc scoreboard problem
o ports/120229 apache www/apache20 does not pick up usernames from NIS [regr
o ports/118003 apache www/apache22: with PgSQL option require only libpq.so.
p ports/116984 apache [patch] www/apache13-modssl missing perl5.8 as RUN_DEP
o ports/108169 apache www/apache20 wrong AP_SAFE_PATH for suEXEC
a ports/101566 apache www/apache20 All .svn subdirectories in $(htdocsdir) g
a ports/96953 apache www/apache22 port uses its own directories
a ports/83644 apache www/apache20 add support for ndbm
22 problems total.
From edwin at FreeBSD.org Thu Oct 29 20:50:18 2009
From: edwin at FreeBSD.org (edwin@FreeBSD.org)
Date: Thu Oct 29 20:50:24 2009
Subject: ports/140092: www/mod_hosts_access: update to 1.1.0 to allow
compat with apache2
Message-ID: <200910292050.n9TKoI48095095@freefall.freebsd.org>
Synopsis: www/mod_hosts_access: update to 1.1.0 to allow compat with apache2
Responsible-Changed-From-To: freebsd-ports-bugs->apache
Responsible-Changed-By: edwin
Responsible-Changed-When: Thu Oct 29 20:50:17 UTC 2009
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=140092
From edwin at FreeBSD.org Sat Oct 31 11:10:16 2009
From: edwin at FreeBSD.org (edwin@FreeBSD.org)
Date: Sat Oct 31 11:10:30 2009
Subject: ports/140137: [patch] port www/apache22 update to 2.2.14
Message-ID: <200910311110.n9VBAG9v070689@freefall.freebsd.org>
Synopsis: [patch] port www/apache22 update to 2.2.14
Responsible-Changed-From-To: freebsd-ports-bugs->apache
Responsible-Changed-By: edwin
Responsible-Changed-When: Sat Oct 31 11:10:16 UTC 2009
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=140137
From freealson at gmail.com Sat Oct 31 12:25:56 2009
From: freealson at gmail.com (freealson@gmail.com)
Date: Sat Oct 31 12:26:02 2009
Subject: freebsd-apache Digest, Vol 261, Issue 3
Message-ID: <1437225188-1256990564-cardhu_decombobulator_blackberry.rim.net-1045836572-@bda044.bisx.prodap.on.blackberry>
Sure
------Original Message------
From: freebsd-apache-request@freebsd.org
Sender: owner-freebsd-apache@freebsd.org
To: freebsd-apache@freebsd.org
ReplyTo: freebsd-apache@freebsd.org
Subject: freebsd-apache Digest, Vol 261, Issue 3
Sent: Oct 31, 2009 20:00
Send freebsd-apache mailing list submissions to
freebsd-apache@freebsd.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-apache
or, via email, send a message with subject or body 'help' to
freebsd-apache-request@freebsd.org
You can reach the person managing the list at
freebsd-apache-owner@freebsd.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-apache digest..."
Today's Topics:
1. Re: ports/140137: [patch] port www/apache22 update to 2.2.14
(edwin@FreeBSD.org)
----------------------------------------------------------------------
Message: 1
Date: Sat, 31 Oct 2009 11:10:16 GMT
From: edwin@FreeBSD.org
Subject: Re: ports/140137: [patch] port www/apache22 update to 2.2.14
To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org,
apache@FreeBSD.org
Message-ID: <200910311110.n9VBAG9v070689@freefall.freebsd.org>
Synopsis: [patch] port www/apache22 update to 2.2.14
Responsible-Changed-From-To: freebsd-ports-bugs->apache
Responsible-Changed-By: edwin
Responsible-Changed-When: Sat Oct 31 11:10:16 UTC 2009
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=140137
------------------------------
_______________________________________________
freebsd-apache@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-apache
To unsubscribe, send any mail to "freebsd-apache-unsubscribe@freebsd.org"
End of freebsd-apache Digest, Vol 261, Issue 3
**********************************************
Sent from my BlackBerry? wireless device via Vodafone-Celcom Mobile.