Tuesday, 13 May 2008
|
| http://rt.cpan.org/Public/Bug/Display.html?id=1566 Philip M. Gollucci 01:54:16 |
| | -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
http://rt.cpan.org/Public/Bug/Display.html?id=1566
Randyk, windows people thoughts ?
- -- - ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIKLyHdbiP+9ubjBwRAgjCAJ0ZvLTcXofk2GzDm2309P7w4EJOigCgkWxZ P+V7ZAyeAtPFceQP41Wi5sc= =1m8u -----END PGP SIGNATURE-----
|
| Options | Add comment |
|
| http://rt.cpan.org/Public/Bug/Display.html?id=32992 Philip M. Gollucci 01:52:03 |
| | -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
http://rt.cpan.org/Public/Bug/Display.html?id=32992
Any thoughts on adding version.pm as a new depency ?
It probably doesn't quite work as expected with '<'
- -- - ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIKLwDdbiP+9ubjBwRAj1MAJ96ttdymzfZLspg+goX8d+HLatGwgCfWiTQ WU80kGW6WrZkx/s1OJ26ZwA= =jl8p -----END PGP SIGNATURE-----
|
| Options | Add comment |
Friday, 9 May 2008
|
| Re: Apache-Reload-0.10 Philip M. Gollucci 02:34:55 |
| | -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
For what its worth, the detection of mod_perl changed:
/usr/ports/www/p5-Apache-Reload> sudo make ===> p5-Apache-Reload-0.10 depends on file: /usr/local/bin/perl5.8.8 - found ===> Configuring for p5-Apache-Reload-0.10 don't know anything about mod_perl generation: 0 currently supporting only generations 1 and 2 at ./Makefile.PL line 102. *** Error code 2
This didn't use to be the case, I can obviously work around it and just set the variable correctly.
- -- - ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFII4yFdbiP+9ubjBwRAkaoAJwNNDNBMh55nxm0UycrxjbnaPGlpQCfYtJc wd+81t8jxNkO6NAIDpglB4Y= =Ll20 -----END PGP SIGNATURE-----
|
| Options | 2 answer | Add comment |
Sunday, 4 May 2008
|
| Test::Apache Failure with Apache 2.2 David E. Wheeler 22:01:08 |
| | Hey All,
I've just been updating the test suite for MasonX::Interp::WithCallbacks and noticed that, while tests pass perfectly with Apache 1, the server never starts up with Apache 2. With Apache 2, I get:
benedict% perl Build.PL Checking whether your kit is complete... Looks good
Checking prerequisites... Looks good
Creating new 'Build' script for 'MasonX-Interp-WithCallbacks' version '1.18'
benedict% ./Build test --test_files t/08apache.t Copying lib/MasonX/Interp/WithCallbacks.pm -> blib/lib/MasonX/Interp/ WithCallbacks.pm /usr/local/bin/perl -I /Users/david/dev/Kineticode/MasonX-Interp- WithCallbacks/trunk/blib/lib -I /Users/david/dev/Kineticode/MasonX- Interp-WithCallbacks/trunk/blib/arch t/TEST -clean [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/local/bin/perl /Users/david/dev/Kineticode/ MasonX-Interp-WithCallbacks/trunk/t/TEST -clean /usr/local/bin/perl -I /Users/david/dev/Kineticode/MasonX-Interp- WithCallbacks/trunk/blib/lib -I /Users/david/dev/Kineticode/MasonX- Interp-WithCallbacks/trunk/blib/arch t/TEST -bugreport -verbose=0 [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/local/bin/perl /Users/david/dev/Kineticode/ MasonX-Interp-WithCallbacks/trunk/t/TEST -bugreport -verbose=0 /usr/local/apache2/bin/httpd -d /Users/david/dev/Kineticode/MasonX- Interp-WithCallbacks/trunk/t -f /Users/david/dev/Kineticode/MasonX- Interp-WithCallbacks/trunk/t/conf/httpd.conf -D APACHE2 using Apache/2.2.8 (prefork MPM)
waiting 60 seconds for server to start: .Loading CGI at runtime. You could increase shared memory between Apache processes by preloading it in your httpd.conf or handler.pl file Syntax error on line 189 of /Users/david/dev/Kineticode/MasonX-Interp- WithCallbacks/trunk/t/conf/httpd.conf: mod_perl is already running, too late for PerlSwitches ............................................................. waiting 60 seconds for server to start: not ok [ error] giving up after 61 secs. If you think that your system is slow or overloaded try again with a longer timeout value. by setting the environment variable APACHE_TEST_STARTUP_TIMEOUT to a high value (e.g. 360) and repeat the last command.
[ error] server failed to start! (t/logs/error_log wasn't created, start the server in the debug mode) benedict%
I'm not sure what the difference is here. Anyone know?
If you want to try it yourself, you can check out my code from svn here:
https://svn.kineticode.com/MasonX-Interp-WithCallbacks/trunk
I have Apache::Test 1.31 installed and am tying t run the tests against my 2.2.8 Apache server with mod_perl 2.04 and Perl 5.10.
Thanks,
David
|
| Options | 6 answers | Add comment |
|
| Dynamic vhost moduels for 1.3.27? Steve Fulton 07:43:47 |
| | Hi all,
I'm in need of a dynamic vhost module for 1.3.27, and while I've found a few at the modules site, I wish to solicit opinions and experiences. Of what I've found, mod_dynvhost seems to have most of what I need (and, most importantly, allows user home directories below the domain name [ie. http://www.domain.com/~user]). That said, I've been having some difficulties with it actually viewing the user directories, and in my search for answers I've found a few comments saying it wasn't 100% reliable, but without much explaination, so here I am.
-- Steve
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org
|
| Options | 1 answer | Add comment |
Monday, 28 April 2008
|
| [Fwd: [rt.cpan.org #33475] [ntyni@debian.org: Bug#466734: libapache-db-perl:
FTBFS with Perl 5.10]] Geoffrey Young 00:04:35 |
| |
-------- Original Message -------- Subject: [rt.cpan.org #33475] [ntyni@debian.org: Bug#466734: libapache-db-perl: FTBFS with Perl 5.10] Date: Wed, 20 Feb 2008 18:00:05 -0500 From: ivan-debian@420.am via RT <bug-Apache-DB@rt.cpan.org> Reply-To: bug-Apache-DB@rt.cpan.org To: undisclosed-recipients:; References: <RT-Ticket-33475@rt.cpan.org> <20080220225902.GG31908@rootwood.420.am>
Wed Feb 20 18:00:03 2008: Request 33475 was acted upon. Transaction: Ticket created by ivan-debian@420.am Queue: Apache-DB Subject: [ntyni@debian.org: Bug#466734: libapache-db-perl: FTBFS with Perl 5.10] Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: ivan-debian@420.am Status: new Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=33475 >
Hi,
I'm the maintainer of the Debian Apache::DB package. Folks are now testing building all modules we distribute against perl 5.10.
Apache::DB 0.13 does not build with Perl 5.10 on Debian sid (unstable).
/usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp -typemap /usr/share/perl/5.10/ExtUtils/typemap DB.xs > DB.xsc && mv DB.xsc DB.c cc -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC "-I/usr/lib/perl/5.10/CORE" DB.c DB.xs: In function 'XS_DB_ApacheSIGINT': DB.xs:59: error: too few arguments to function 'ApacheSIGINT' make[1]: *** [DB.o] Error 1
-- _ivan
|
| Options | 1 answer | Add comment |
Thursday, 24 April 2008
|
| Bus Error with mod_perl 2.04 David E. Wheeler 11:03:49 |
| | Howdy,
I can get Apache to crash with a Bus Error with this httpd.conf:
LoadModule perl_module modules/mod_perl.so ServerName localhost ServerRoot /usr/local/apache2 PidFile logs/httpd.pid Listen 80 User daemon Group daemon StartServers 2 ErrorLog logs/error_log CustomLog logs/access_log combined TypesConfig conf/mime.types PerlModule mod_perl2 PerlPassEnv PERL5LIB PerlModule MyConfig
This is MyConfig.pm:
package MyConfig;
require Apache2::ServerUtil; my $s = Apache2::ServerUtil->server; $s->add_config([ 'NameVirtualHost *:80', '<VirtualHost *:80>', ' DocumentRoot /usr/local/apache2/htdocs', '</VirtualHost>', ]);
1;
If I comment out the <VirtualHost> section, it works. So there's something about <VirtualHost> sections that add_config doesn't seem to like. I've attached the Crash file created by Mac OS X. I'm using mod_perl 2.04 as a DSO with Apache 2.2.8 and Perl 5.10. Holler if you need more details on my configuration.
Thanks,
David
Process: httpd [67450] Path: /usr/local/apache2/bin/httpd Identifier: httpd Version: ??? (???) Code Type: X86 (Native) Parent Process: sh [67449]
Date/Time: 2008-04-22 12:46:14.202 -0700 OS Version: Mac OS X 10.5.2 (9C7010) Report Version: 6
Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 Crashed Thread: 0
Thread 0 Crashed: 0 httpd 0x0002f43b open_multi_logs + 46 1 httpd 0x0002f7be init_config_log + 112 2 httpd 0x00002b88 ap_run_open_logs + 106 3 httpd 0x0000a701 main + 2438 4 httpd 0x000023ee start + 54
Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0x0002f419 ecx: 0x00842000 edx: 0x00853790 edi: 0x00000000 esi: 0x00000000 ebp: 0xbffff818 esp: 0xbffff7d0 ss: 0x0000001f efl: 0x00010206 eip: 0x0002f43b cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x00000000
Binary Images: 0x1000 - 0x69fff +httpd ??? (???) /usr/local/apache2/bin/httpd 0x8d000 - 0x9aff3 libaprutil-1.0.dylib ??? (???) <931e8ac4ce826f08f2abffcac57a63b3> /usr/lib/libaprutil-1.0.dylib 0xa3000 - 0xc1fe3 libexpat.1.dylib ??? (???) <eff8a63a23a7d07af62b36fdb329e393> /usr/lib/libexpat.1.dylib 0xc9000 - 0xdefef libapr-1.0.dylib ??? (???) <34917fe927e85ef7f60ec1303338e9af> /usr/lib/libapr-1.0.dylib 0xec000 - 0xeefff libutil.dylib ??? (???) <5ac8a5517aae408d0fdb6da13a2faf89> /usr/lib/libutil.dylib 0xf3000 - 0xf5ff7 +ServerUtil.bundle ??? (???) /usr/local/lib/perl5/site_perl/5.10.0/darwin-2level/auto/Apache2/ServerUtil/ServerUtil.bundle 0x200000 - 0x220fff +mod_perl.so ??? (???) /usr/local/apache2/modules/mod_perl.so 0x22c000 - 0x357feb +libperl.dylib ??? (???) <4e9bb84c90f0608918e2be04525bc49a> /usr/local/lib/perl5/5.10.0/darwin-2level/CORE/libperl.dylib 0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld 0x9244f000 - 0x92456fe9 libgcc_s.1.dylib ??? (???) <a9ab135a5f81f6e345527df87f51bfc9> /usr/lib/libgcc_s.1.dylib 0x92bce000 - 0x92bd2fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib 0x93004000 - 0x930f8ff4 libiconv.2.dylib ??? (???) <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib 0x9542f000 - 0x954b6ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib 0x96c97000 - 0x96df6ff3 libSystem.B.dylib ??? (???) <4899376234e55593b22fc370935f8cdf> /usr/lib/libSystem.B.dylib 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org |
| Options | 5 answers | Add comment |
Wednesday, 23 April 2008
|
| Apache::Test version mixup Fred Moyer 20:52:29 |
| | I saw Radoslaw's comment to the list this morning that Apache::Test in mp 2.0.4 was 1.31, but AT 1.30 was on CPAN. I looked at the svn log for Apache/Test.pm and indeed I bumped the version to 1.31 upon AT 1.30 release five months ago, so that was my flub:
Index: lib/Apache/Test.pm =================================================================== --- lib/Apache/Test.pm (revision 480441) +++ lib/Apache/Test.pm (revision 598393) @@ -36,7 +36,7 @@
use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons);
-$VERSION = '1.30'; +$VERSION = '1.31';
my @need = qw(need_lwp need_http11 need_cgi need_access need_auth need_module need_apache need_min_apache_version
I know now (or at least am under the impression) that should read 1.31-dev and I didn't know I had bumped it to 1.31 so I looked at the RELEASE document again:
6. Prepare for the next cycle
a. increment version in lib/Apache/Test.pm
I didn't know at the time if the proper thing to do was bump it to next version plus '-dev'. That is the current state of Apache-SizeLimit in svn, the latest version is 0.91-dev. So it was definitely my screwup for not double checking that, but at the time I was trying to follow the release procedure to the letter to make sure that nothing went awry. I was a bit nervous at making sure this was right since I was getting my feet wet with the release procedure.
I guess this might be a mixed blessing in some regards because it seems better to have the version in the wild be wrong at 1.31 rather than 1.31-dev.
I can update the release doc to reflect that the version needs to be bumped to -dev if that is the correct behavior (I'm guessing it is). If that is the case, I'll double check the other release docs (we have a few floating around now with A::T, A::R, A:S) and make sure they are all in sync. It would kind of make sense to have one authoritative release doc for all the A::* modules, but I don't know where we would put that - maybe in core and then pull it in via an external?
Any thoughts on this?
- Fred
-- Red Hot Penguin Consulting LLC http://www.redhotpenguin.com/
|
| Options | 1 answer | Add comment |
|
| Re: What happened with Apache2::Reload in mod_perl-2.0.4? Philip M. Gollucci 16:32:32 |
| | Geoffrey Young wrote:
so I guess this means a mp2 release should (going forward) include _and_ imply a new release of o mp2 o Apache-Test o Apache-Reload o Apache-SizeLimit -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.
|
| Options | 4 answer | Add comment |
Tuesday, 22 April 2008
|
| [RELEASE CANDIDATE] mod_perl-1.31 RC4 Philippe M. Chiasson 15:40:32 |
| | The mod_perl 1.31 release candidate 4 "Works with Perl 5.10" is ready. It can be downloaded here:
http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc4.tar.gz
MD5: ba12ce36c4c738bccfa93ab646a6824c SHA1: 2de6ce29f44505cfdca34b7aa6499d961c72953b
Please give it a spin in your favorite configuration and report any problems. Especially needed against Perl-5.10.
The summary of what has changed since 1.30 are (from Changes):
Fix potential segfault when the environment contains NULL values [Mike Schilli]
Fix static APACI build against newer apache-1.3.38+ [Gozer]
Fixed modules/regex.t test 4 on Win32 [Steve Hay]
Avoid possible segfault when PerlFreshRestart is On. [Michael Rendell <michael@cs.mun.ca>]
Prevent segfault when running with perl >= 5.9.3 [Steve Hay]
Fix shared libary extensions on Win32 to be .dll not .so [Nikolay Ananiev <ananiev@thegdb.com>]
Patch to mod_perl.dsp to remove /D _WINSOCK2API_ on Win32 for perl >= 5.8.6 [Steve Hay]
-- Philippe M. Chiasson GPG: F9BFE0C2480E7680 1AE53631CB32A107 88C3A5A5 http://gozer.ectoplasm.org/ m/gozer\@(apache|cpan|ectoplasm)\.org/
|
| Options | 15 answers | Add comment |
Monday, 21 April 2008
|
| Error Starting Up apache with SSL Julio CГ©sar Mejia Vergara 14:48:51 |
| | Hello,
I need to run Apache 2.0.39 with SSL. http run ok but https generates an error on startup. I compiles allright but when i try to start up apache with ssl i get this error:
# ./apachectl startssl [Mon Jun 09 12:21:13 2003] [crit] [Mon Jun 09 12:21:13 2003] file vhost.c, line 232, assertion "rv == APR_SUCCESS" failed Abort - core dumped #
I checked the file vhost.c
find / -name vhost.c -print /export/home/jume/httpd-2.0.39/server/vhost.c
and this is the lines that fales:
else if (strcasecmp(host, "_default_") == 0 || strcmp(host, "255.255.255.255") == 0) { rv = apr_sockaddr_info_get(&my_addr, "255.255.255.255",APR_INET, port, 0, p); ap_assert(rv == APR_SUCCESS); /* must be bug or out of storage*/
I'm tring to make it run on Solaris 8 (SPARC Ultra 5) i have instaled this software and all recent Solaris 8 Patches: - ANDIrand-0.7 - autoconf 2.5 - automake 1.7.2 - expect 5.38 - gcc 3.2.2 - gd 1.8.3 - j2sdk 1.4.1_01 - jakarta ant 1.5.1 - libgcj 2.95.1 - libtool 1.4 - m4 1.4 - make 3.80 - memconf 1.52 - ntop 1.3.1 - openssl 0.9.6g - perl 5.8.0 - tar 1..13.19 - tcl 8.4.1 - tk 8.4.1 - top 3.5
Mi PATH's:
PATH=$PATH:/usr/local/bin:/usr/ccs/bin:usr/local/ssl/bin:/opt/jakarta-ant-1.5.1/bin:usr/local/apache/bin:usr/local/apache/lib:/opt/jakarta-tomcat-3.2.4/bin:. LD_LIBRARY_PATH=/usr/local/lib:/lib:/usr/lib:/usr/local/ssl/lib:/opt/jakarta-ant-1.5.1/lib:/usr/local/apache/lib MANPATH=/usr/local/man:/usr/local/apache/man:/usr/local/ssl/man:/opt/jakarta-ant-1.5.1/man MANAPATH JAVA_HOME=/usr/j2se TOMCAT_HOME=/opt/jakarta-tomcat-3.2.4 AC_MACRODIR=/usr/local/share/autoconf CLASSPATH=/usr/local/lib/tools.jar:/usr/java/lib:/opt/jakarta-tomcat-3.2.4/lib:/opt/jakarta-tomcat-3.2.4/lib/servlet.jar:/opt/jakarta-tomcat-3.2.4/lib/servlet_2_2.jar:/opt/jdbc_db2/lib/jt400.jar:/opt/jdbc_ifmx/lib/ifxjdbc.jar:/opt/jakarta-tomcat-3.2.4/lib/kcServlet.jar:/usr/java/src.jar:/usr/java/lib/dt.jar CATALINA_HOME=/opt/jakarta-tomcat-3.2.4
export PATH LD_LIBRARY_PATH JAVA_HOME CATALINA_HOME TOMCAT_HOME CLASSPATH AC_MACRODIR
And i compiled like this:
#cd /opt/temp #gunzip httpd-2.0.39.tar.gz #tar -xvf httpd-.2.0.39.tar #cd httpd-2.0.39 #./configure –prefix=/usr/local/apache –enable-so –enable-info –enable-ssl –enable-modules-all #make #make install
Any Ideas and what going wrong.
Thanks Julio jume2k@yahoo.com
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org
|
| Options | 2 answer | Add comment |
|
| Executing scripts with no extension Ilya Sterin 13:38:06 |
| | I have a few mod_perl scripts that have no exception. When I try to execute, the message says that it doesn't have the authority to display dir content, so evedently it's trying to display the actual content dir and not the file. So
www.somesite.com/cgi-bin/script
Is trying to display the script content dir (I think) and not run the file? The ScriptAliasMatch is matching against (.*), so that I believe is fine.
Any ideas?
Thansk a lot.
Ilya
_________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org
|
| Options | 3 answer | Add comment |
|
| [ANNOUNCE] mod_perl-2.0.4 Philippe M. Chiasson 11:51:10 |
| | Finally, it's here and it works with Perl 5.10!
http://apache.org/dist/perl/mod_perl-2.0.4.tar.gz http://apache.org/dist/perl/mod_perl-2.0.4.tar.gz.asc (pgp sig)
The package is also available on CPAN:
file: $CPAN/authors/id/G/GO/GOZER/mod_perl-2.0.4.tar.gz size: 3727717 bytes md5: 1a05625ae6843085f985f5da8214502a sha1: 65299a16ec414a690a48a2bbe63acaa3c6bb897b
Changes since 2.0.3:
Fix $r->location corruption under certain conditions [Gozer]
Fix a crash when spawning Perl threads under Perl 5.10 [Gozer]
Fix erratic behaviour when filters were used with Perl 5.10 [Gozer]
Fix problems with redefinitions of perl_free as free and perl_malloc as malloc on Win32, as described at http://marc.info/?l=apache-modperl&m=119896407510526&w=2 [Tom Donovan]
Fix a crash when running a sub-request from within a filter where mod_perl was not the content handler. [Gozer]
Refactor tests to use keepalives instead of same_interp [Gozer, Phred]
Apache2::Reload has been moved to an externally maintained CPAN distribution [Fred Moyer <fred@redhotpenguin.com>]
PerlCleanupHandler are now registered with a subpool of $r->pool, instead of $r->pool itself, ensuring they run _before_ any other $r->pool cleanups [Torsten Foertsch]
Fix a bug that would prevent pnotes from being cleaned up properly at the end of the request [Torsten Foertsch]
On Win32, embed the manifest file, if present, in mod_perl.so, so as to work with VC 8 [Steve Hay, Randy Kobes]
Expose apr_thread_rwlock_t with the APR::ThreadRWLock module [Torsten Foertsch]
Don't waste an extra interpreter anymore under threaded MPMs when using a modperl handler [Torsten Foertsch]
Fix a bug that could cause a crash when using $r->push_handlers() multiple times for a phase that has no configured handlers [Torsten Foertsch]
Catch up with some httpd API changes 2.2.4: The full server version information is now included in the error log at startup as well as server status reports, irrespective of the setting of the ServerTokens directive. ap_get_server_version() is now deprecated, and is replaced by ap_get_server_banner() and ap_get_server_description(). [Jeff Trawick]
2.3.0: ap_get_server_version() has been removed. Third-party modules must now use ap_get_server_banner() or ap_get_server_description(). [Gozer]
fixed Apache2::compat Apache2::ServerUtil::server_root() resolution issues [Joshua Hoblitt]
*) SECURITY: CVE-2007-1349 (cve.mitre.org) fix unescaped variable interprolation in regular expression [Randal L. Schwartz <merlyn@stonehenge.com>, Fred Moyer <fred@redhotpenguin.com>]
Make $r->the_request() writeable [Fred Moyer <fred@redhotpenguin.com>]
fix ModPerl::RegistryCooker::read_script to handle all possible errors, previously there was a case where Apache2::Const::OK was returned on an error. [Eivind Eklund <eeklund@gmail.com>]
a minor compilation warning resolved in modperl_handler_new_from_sv [Stas]
a minor compilation warning resolved in modperl_gtop_size_string [Stas]
Prevent direct use of _deprecated_ Apache2::ReadConfig in <Perl> sections with httpd Alias directives from incorrectly generating 'The Alias directive in xxxxx at line y will probably never match' messages. [Philip M. Gollucci <pgollucci@p6m78g.com>]
Prevent Apache2::PerSections::symdump() from returning invalid httpd.conf snippets like 'Alias undef' [Philip M. Gollucci <pgollucci@p6m78g.com>]
Require B-Size 0.9 for Apache2::Status which fixes Can't call method "script_name" on an undefined value [Philip M. Gollucci <pgollucci@p6m78g.com>]
-march=pentium4 or anything with an = in it in CCFLAGS or @ARGV that gets passed to xs/APR/APR/Makefile.PL broke the @ARGV parsing. I.E. FreeBSD port builds when users had CPUTYPE set in /etc/make.conf. [Philip M. Gollucci <pgollucci@p6m7g8.com>]
Fixes to get bleed-ithread (5.9.5+) to comile again. [Philip M. Gollucci <pgollucci@p6m7g8.com>]
-- Philippe M. Chiasson GPG: F9BFE0C2480E7680 1AE53631CB32A107 88C3A5A5 http://gozer.ectoplasm.org/ m/gozer\@(apache|cpan|ectoplasm)\.org/
|
| Options | 9 answers | Add comment |
Tuesday, 15 April 2008
|
| [RELEASE CANDIDATE] mod_perl-2.0.4 RC1 Philippe M. Chiasson 16:38:47 |
| | The mod_perl 2.0.4 release candidate 1 "Works with Perl 5.10" is ready. It can be downloaded here:
http://www.apache.org/~gozer/mp2/mod_perl-2.0.4-rc1.tar.gz
MD5: 1f0a941e8b5f26b6102126ae67ddbb43 SHA1: 8b2ceede3c783b9b2cc9e0fe63a095b0e4a1f000
Please give it a spin in your favorite configuration and report any problems. Especially needed against Perl-5.10 on Windows.
The summary of what has changed since 2.0.3 are (from Changes):
Fix $r->location corruption under certain conditions [Gozer]
Fix a crash when spawning Perl threads under Perl 5.10 [Gozer]
Fix erratic behaviour when filters were used with Perl 5.10 [Gozer]
Fix problems with redefinitions of perl_free as free and perl_malloc as malloc on Win32, as described at http://marc.info/?l=apache-modperl&m=119896407510526&w=2 [Tom Donovan]
Fix a crash when running a sub-request from within a filter where mod_perl was not the content handler. [Gozer]
Refactor tests to use keepalives instead of same_interp [Gozer, Phred]
Apache2::Reload has been moved to an externally maintained CPAN distribution [Fred Moyer <fred@redhotpenguin.com>]
PerlCleanupHandler are now registered with a subpool of $r->pool, instead of $r->pool itself, ensuring they run _before_ any other $r->pool cleanups [Torsten Foertsch]
Fix a bug that would prevent pnotes from being cleaned up properly at the end of the request [Torsten Foertsch]
On Win32, embed the manifest file, if present, in mod_perl.so, so as to work with VC 8 [Steve Hay, Randy Kobes]
Expose apr_thread_rwlock_t with the APR::ThreadRWLock module [Torsten Foertsch]
Don't waste an extra interpreter anymore under threaded MPMs when using a modperl handler [Torsten Foertsch]
Fix a bug that could cause a crash when using $r->push_handlers() multiple times for a phase that has no configured handlers [Torsten Foertsch]
Catch up with some httpd API changes 2.2.4: The full server version information is now included in the error log at startup as well as server status reports, irrespective of the setting of the ServerTokens directive. ap_get_server_version() is now deprecated, and is replaced by ap_get_server_banner() and ap_get_server_description(). [Jeff Trawick]
2.3.0: ap_get_server_version() has been removed. Third-party modules must now use ap_get_server_banner() or ap_get_server_description(). [Gozer]
fixed Apache2::compat Apache2::ServerUtil::server_root() resolution issues [Joshua Hoblitt]
*) SECURITY: CVE-2007-1349 (cve.mitre.org) fix unescaped variable interprolation in regular expression [Randal L. Schwartz <merlyn@stonehenge.com>, Fred Moyer <fred@redhotpenguin.com>]
Make $r->the_request() writeable [Fred Moyer <fred@redhotpenguin.com>]
fix ModPerl::RegistryCooker::read_script to handle all possible errors, previously there was a case where Apache2::Const::OK was returned on an error. [Eivind Eklund <eeklund@gmail.com>]
a minor compilation warning resolved in modperl_handler_new_from_sv [Stas]
a minor compilation warning resolved in modperl_gtop_size_string [Stas]
Prevent direct use of _deprecated_ Apache2::ReadConfig in <Perl> sections with httpd Alias directives from incorrectly generating 'The Alias directive in xxxxx at line y will probably never match' messages. [Philip M. Gollucci <pgollucci@p6m78g.com>]
Prevent Apache2::PerSections::symdump() from returning invalid httpd.conf snippets like 'Alias undef' [Philip M. Gollucci <pgollucci@p6m78g.com>]
Require B-Size 0.9 for Apache2::Status which fixes Can't call method "script_name" on an undefined value [Philip M. Gollucci <pgollucci@p6m78g.com>]
-march=pentium4 or anything with an = in it in CCFLAGS or @ARGV that gets passed to xs/APR/APR/Makefile.PL broke the @ARGV parsing. I.E. FreeBSD port builds when users had CPUTYPE set in /etc/make.conf. [Philip M. Gollucci <pgollucci@p6m7g8.com>]
Fixes to get bleed-ithread (5.9.5+) to comile again. [Philip M. Gollucci <pgollucci@p6m7g8.com>]
-- Philippe M. Chiasson GPG: F9BFE0C2480E7680 1AE53631CB32A107 88C3A5A5 http://gozer.ectoplasm.org/ m/gozer\@(apache|cpan|ectoplasm)\.org/
|
| Options | 17 answers | Add comment |
Friday, 11 April 2008
|
| failure notice DeAnna Clemans 04:05:05 |
| |
Do you need to stop the apache process to rotate logs? Some documentation I read indicated you had to and some didn't. I did find this script on the Sun site. It just appears to copy and compress the logs and then performs a touch to 0 it out. Any thoughts or experience with this?
########################################################################### #!/usr/bin/bash
### # rotate_apache # # Rotate apache server logs. # Finds the 'access_log' and 'error_log' in # the apache directory and duplicates and # compresses them. # # Can be run as a cron job # # Submitted by: Robert Banniza robert@rootprompt.net
### Vars used throughout - adjust as needed DATE=`date +%d%h-1.1p` #HOMEDIR='/users/u1' HOMEDIR='/usr/local' LOGS='access_log error_log'
# main.
for h in $(ls $HOMEDIR); do for i in $LOGS; do if [ -f $HOMEDIR/$h/logs/$i ]; then cp $HOMEDIR/$h/logs/$i $HOMEDIR/$h/logs/$i.$DATE touch $HOMEDIR/$h/logs/$i gzip $HOMEDIR/$h/logs/$i.$DATE fi
# search and destroy. find $HOMEDIR/$h/logs -name $i.* -a -mtime +30 -exec rm {} \;
done done
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org
|
| Options | 84 answer | Add comment |
Thursday, 10 April 2008
|
| Sendmail Guest 17:51:50 |
| | I am using Redhat 9.0. Can anyone tell me how I can set up relaying. I am using a Pearl Script to send web forms to an e-mail address outside of my domain sending from a differnet domain address.
Thanks. Gary
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org
|
| Options | 44 answer | Add comment |
Wednesday, 2 April 2008
|
| perl at apachecon Geoffrey Young 16:46:28 |
| | hi all
perl's (and mod_perl's) presence at apachecon has been dwindling over the years. I won't get into a rant about why this might be, so please don't you do it either
anyway, if you have any interest in attending apachecon us this year, please login to the apachecon site and take the time to rate the current proposals - showing interest in perl ones is the only voice we have toward getting them chosen for the conference.
http://apachecon.com/html/login.html
anyone can create an account (and if you go to the conference you'll need to create one to register anyway).
the main site is
http://www.us.apachecon.com/us2008/
and the dates are november 3-7 in cool new orleans.
thanks
--Geoff
|
| Options | Add comment |
Monday, 31 March 2008
|
| new maintainer is wanted for libapreq-1.xx Stas Bekman 00:48:00 |
| | Is anybody interested in maintaining libapreq-1.xx? I took over from Doug, but I no longer work with modperl1/httpd1.3. So someone who's active in modperl1/httpd1.3 would be the perfect candidate.
If not, could the modperl dev team please adopt it and put it under a different CPAN account (APML)? I'm going to delete it soon from my account, which will make it disappear completely, unless someone takes over.
Thanks.
-- _____________________________________________________________ Stas Bekman mailto:stas@stason.org http://stasosphere.com http://www.linkedin.com/in/stasbekman http://stason.org/ http://i-want-a-better.com http://chestofbooks.com http://meta-religion.com http://modperlbook.org http://healingcloud.com http://modperl2book.org
|
| Options | 1 answer | Add comment |
Thursday, 27 March 2008
|
| SSLCACertificateFile Milan Tomic 13:52:15 |
| | Is it possible to specify SSLCACertificateFile command several times in ssl.conf (for each Location)? I would like to tell Apache which certs to let come in depending on location. Example:
a) into www.myserver.org/app1 let users which have certs issued from CA1 or CA2 b) into www.myserver.org/app2 let users which have certs issued from CA3 or CA4
Is that possible?
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org
|
| Options | 2 answer | Add comment |
Wednesday, 19 March 2008
|
| [PATCH] Problem with Apache2::XSLoader Torsten Foertsch 18:04:02 |
| | Hi,
I have an XS module that is loaded with:
use Apache2::XSLoader (); our $VERSION = '0.05'; Apache2::XSLoader::load __PACKAGE__;
Is Apache2::XSLoader for public use or is it only mod_perl-internal? I am asking because no documentation is found for this module.
Anyway, if a previous version of my module is already installed then I get version conflicts between the xs and the pm parts while testing.
The reason is this line from XSLoader::load:
my $modlibname = (caller())[1];
It obviously assumes that there is nothing in between in the caller chain.
But Apache2::XSLoader::load calls XSLoader::load as
XSLoader::load(@_);
Wouldn't it be better to change this line to
goto &XSLoader::load;
to make XSLoader happy?
Torsten
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org |
| Options | Add comment |
Friday, 14 March 2008
|
| t/apache/util fails Torsten Foertsch 14:24:03 |
| | Hi,
does anybody know why this test is failing?
I have enhanced t/response/TestApache/util.pm with a few t_debug()s before and after the Encode::decode_utf8 call. The utf8 bit is obviously set but the in M r doesn't match \w.
# >>>> locale_is_utf8=1 # >>>> is_utf8(Fr, 14 M r 2008 10:56:54 GMT): # >>>> is_utf8(Fr, 14 M r 2008 10:56:54 GMT): 1 # testing : Apache2::Util::ht_time($pool) # expected: (?-xism:^\w+, \d\d \w+ \d\d\d\d \d\d:\d\d:\d\d) # received: Fr, 14 M r 2008 10:56:54 GMT not ok 1 ...
The russian version succeeds:
# >>>> locale_is_utf8=1 # >>>> is_utf8(Птн, 14 Мар 2008 11:25:11 GMT): # >>>> is_utf8(Птн, 14 Мар 2008 11:25:11 GMT): 1 # testing : Apache2::Util::ht_time($pool) # expected: (?-xism:^\w+, \d\d \w+ \d\d\d\d \d\d:\d\d:\d\d) # received: Птн, 14 Мар 2008 11:25:11 GMT ok 1
Torsten
|
| Options | Add comment |
Friday, 7 March 2008
|
| [Fwd: Call for Papers Opens for ApacheCon US 2008 (pls forward)] Geoffrey Young 21:49:26 |
| |
-------- Original Message -------- Subject: Call for Papers Opens for ApacheCon US 2008 (pls forward) Date: Sat, 01 Mar 2008 21:49:34 -0500 From: Shane Curcuru <asf@shanecurcuru.org> To: pmcs@apache.org
Help drive more CFP submissions - send this to your users@ lists to help drive awareness. Thanks! - Shane
---- Call for Papers Opens for ApacheCon US 2008
!REMINDER: this will be a short CFP, ending on 3 April, so please be sure to get your CFP submissions in soon!
The Apache Software Foundation (ASF) invites submissions to its official users' conference, ApacheCon US 2008, held 3 November through 7 November, 2008 at the Sheraton New Orleans. ApacheCon serves as a forum for showcasing the ASF's latest developments, including its projects, membership, and communities. ApacheCon offers unparalleled educational opportunities, with dedicated presentations, hands-on trainings, and sessions that address core technology, development, business/marketing, and licensing issues in Open Source.
The conference program includes competitively selected presentations, trainings/workshops, and a small number of invited speakers. All sessions undergo a peer review process by the ApacheCon Conference Planning team.
With the great success of ApacheCon US 2007, we are excited to move to New Orleans in 2008. We're proud to announce that we are going to intensify and deepen the pre-conference trainings by offering 2-day trainings alongside full- and half-day trainings, and each training session will have certifications of completion for those who fulfill all the requirements of the training.
The ASF comprises some of the most active and recognized developers in the Open Source community. By bringing together the pioneers, developers, and users of flagship Open Source technologies, ApacheCon provides an influential platform for dialogue, between the speaker and the audience, between project contributors and the community at large, traversing a wide range of ideas, expertise, and personalities.
ApacheCon welcomes submissions from like-minded delegates across many fields, geographic locations, and areas of development. Please note you do not need to be committer or project contributor at the ASF to submit a proposal! The unique nature of the Apache community lends itself to creating a conference content that is not only the best of Open Source but cutting edge as well.
Conference Themes and Topics
* Apache HTTP server topics: installation, configuration, migration * ASF-wide projects such as, Jakarta, Tomcat, Maven, Geronimo, Harmony, Lucene, SpamAssassin, Portals, and Web Services * Scripting languages and dynamic content such as Java, Perl, Python, Ruby, XSL, and PHP * Security and e-commerce * Performance tuning, load balancing and high availability * New technologies and initiatives such as Web Services and Web 2.0 * ASF-Incubated projects such as Abdera, CXF, and Qpid * Case studies and industry profiles demonstrating the use of Apache software * Open source community and business models, legal and marketing issues
NOTE: Marketing-oriented submissions aimed at promoting specific organizations or products will not be accepted.
Submission Guidelines
Submissions must include title; speaker's name with affiliation and email address; format (Training vs. General Session) and duration (1-hour general session, or half-, full-day, or two-day training); expertise level (beginner to advanced); a full description including abstract and objectives (200 words or less); intended audience and maximum number of participants, with background knowledge expected of the participants (Trainings only); and speaker bio (100 words or less). Full presentation and training materials will be due at a later date, as noted below.
Types of Submissions: Trainings, General Sessions, Case Studies and Industry Profiles.
Speakers whose proposals are accepted have registration fees waived, reasonable travel and part of their lodging expenses paid. Only one speaker will be covered per accepted proposal.
Important Dates
Proposal submission deadline: 3 April, 2008 *Before* ApacheCon Europe! Notification of acceptance: 25 April, 2008 Materials for Web site: 3 October, 2008 Materials for Trainings: 17 October, 2008 Conference Date: Monday to Friday, 3-7 November 2008 Trainings: Monday and Tuesday, 3-4 November 2008 General Sessions: Wednesday to Friday, 5-7 November 2008
To submit your completed proposal, please follow the directions to logon here to the existing ApacheCon CFP system: http://www.us.apachecon.com/us2008/
Use your existing ApacheCon CFP login, or create a new one as needed. Then under ApacheCon US 2008 Status and Options, click the "Fill out a CFP form" link.
If you are not yet subscribed to the ApacheCon announcement mailing list, send an email message to announce-subscribe@apachecon.com.
About ApacheCon US 2008
ApacheCon is co-produced by the Apache Software Foundation and Stone Circle Productions. The ApacheCon Planning team comprises ASF Members from all over the world working on a wholly-volunteer basis. For more information, visit http://www.apachecon.com/ or the ApacheCon US Web site at http://www.us.apachecon.com/us2008/.
-- ApacheCon Planning Team planners-2008-us (atsymbol) apachecon.com
|
| Options | Add comment |
Wednesday, 5 March 2008
|
| [Fwd: [rt.cpan.org #33765] Fix for 5.10] Geoffrey Young 04:46:51 |
| |
-------- Original Message -------- Subject: [rt.cpan.org #33765] Fix for 5.10 Date: Sun, 02 Mar 2008 20:10:56 -0500 From: Reini Urban via RT <bug-B-LexInfo@rt.cpan.org> Reply-To: bug-B-LexInfo@rt.cpan.org To: undisclosed-recipients:; References: <RT-Ticket-33765@rt.cpan.org>
Sun Mar 02 20:10:54 2008: Request 33765 was acted upon. Transaction: Ticket created by RURBAN Queue: B-LexInfo Subject: Fix for 5.10 Broken in: 0.02 Severity: Important Owner: Nobody Requestors: RURBAN@cpan.org Status: new Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=33765 >
Attached patch fixes 5.10 and blead compilation. Also some minor doc errors. -- Reini Urban
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org |
| Options | 1 answer | Add comment |
Saturday, 1 March 2008
|
| [RELEASE CANDIDATE] mod_perl-1.31 RC3 Philippe M. Chiasson 20:01:33 |
| | The mod_perl 1.31 release candidate 3 "Works with Perl 5.10" is ready. It can be downloaded here:
http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc3.tar.gz
MD5: 979059e20febef686e7c2a4d55fe3683 SHA1: c747ef7d605694ca935795ea7793ea7c77dfa920
The summary of what has changed since 1.30 are (from Changes):
Fix static APACI build against newer apache-1.3.38+ [Gozer]
Fixed modules/regex.t test 4 on Win32 [Steve Hay]
Avoid possible segfault when PerlFreshRestart is On. [Michael Rendell <michael@cs.mun.ca>]
Prevent segfault when running with perl >= 5.9.3 [Steve Hay]
Fix shared libary extensions on Win32 to be .dll not .so [Nikolay Ananiev <ananiev@thegdb.com>]
Patch to mod_perl.dsp to remove /D _WINSOCK2API_ on Win32 for perl >= 5.8.6 [Steve Hay]
-- Philippe M. Chiasson GPG: F9BFE0C2480E7680 1AE53631CB32A107 88C3A5A5 http://gozer.ectoplasm.org/ m/gozer\@(apache|cpan|ectoplasm)\.org/
|
| Options | 14 answers | Add comment |
|