Friday, 16 May 2008
|
| [Fwd: [rt.cpan.org #34316] Makefile.PL maze can lead to unnecessary
FAIL reports] Fred Moyer 08:05:26 |
| | Phillip an i talked on irc about this a bit. There was some talk of a new module Apache::Bootstrap which takes care of everything.
Of course, we would definitely need to ship this module with mod_perl releases, since it would probably be required by all the other Apache::* modules, so I don't know if that solves one problem and creates another
-- Red Hot Penguin Consulting LLC mod_perl/PostgreSQL consulting and implementation http://www.redhotpenguin.com/
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org |
| | Add comment |
|
| Re: svn commit: r656930 - in /perl/Apache-Reload/trunk: Changes NOTICE Fred Moyer 08:03:08 |
| | What normally goes in a NOTICE file?
pgollucci@apache.org wrote:
Author: pgollucci Date: Thu May 15 20:55:36 2008 New Revision: 656930 Log: Add stub NOTICE file PR: 34786 Submitted by: Niko Tyni (Debian Perl Group) <ntyni@debian.org> Added: perl/Apache-Reload/trunk/NOTICE Modified: perl/Apache-Reload/trunk/Changes Modified: perl/Apache-Reload/trunk/Changes ============================================================================== --- perl/Apache-Reload/trunk/Changes (original) +++ perl/Apache-Reload/trunk/Changes Thu May 15 20:55:36 2008 @@ -8,6 +8,9 @@ =item 0.11-dev +Add Empty NOTICE file +[Niko Tyni (Debian Perl Group) <ntyni@debian.org>] =item 0.10 February 25, 2008 Added: perl/Apache-Reload/trunk/NOTICE ============================================================================== (empty)
-- Red Hot Penguin Consulting LLC mod_perl/PostgreSQL consulting and implementation http://www.redhotpenguin.com/
|
| | 2 answer | Add comment |
Thursday, 15 May 2008
|
| Zone Request for Apache-Perl to run Smolder Philip M. Gollucci 23:26:25 |
| | -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
https://issues.apache.org/jira/browse/INFRA-1612
- ------------------------------------------------------------------------ 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
iD4DBQFILI5hdbiP+9ubjBwRAhacAJjVDuyJWRad2plxROpWr7eURhlCAJ9bxf58 jDc3R6Dq+S2+GhPnx2+MCw== =cYNM -----END PGP SIGNATURE-----
|
| | Add comment |
|
| [VOTE]: drop support for httpd < 2.0.50 Philip M. Gollucci 23:03:08 |
| | -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Can we please drop support for 2.0.47 2.0.48 2.0.49
I can't even compile this guys anymore without installing gcc 3.4.x. (buserror / segfaults) before you even put mod_perl into the picture.
freebsd and linux afaik bundle gcc 4.x (4.2 these days)
- -- - ------------------------------------------------------------------------ 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
iD8DBQFILIQpdbiP+9ubjBwRAgwSAJ4pyiwhRAOUJWNPPjEeDPJRYCryGgCfaPBL pCgq+Hp9fGvCBSquNuffsKM= =FbuH -----END PGP SIGNATURE-----
|
| | 4 answer | Add comment |
|
| [VOTE]: drop support perl 5.6.1 Philip M. Gollucci 22:58:03 |
| | -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Can we please drop support for perl 5.6.1, it doesn't look like p5p is going to even maintain it anymore.
We can keep 5.6.2 for now.
I have to jump through a large number of hoops to compile perl on freebsd 7/8 (aside from the gnu core utils bug which I don't have)
- -- - ------------------------------------------------------------------------ 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
iD8DBQFILIOwdbiP+9ubjBwRAkU6AJ9kgef2SQcxuV7VjwcabvLUy0MFGwCgjR8B u6vTwvJ5hOHng7Rs/Eiv1og= =wWpj -----END PGP SIGNATURE-----
|
| | 4 answer | Add comment |
Tuesday, 13 May 2008
|
| HTTP/APR/APU build combinations Philip M. Gollucci 23:54:17 |
| | -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
my $matrix = { ~ 2.0.47 => { apr => '0.9.4', apu => '0.9.4', pcre => '3.0' }, ~ 2.0.48 => { apr => '0.9.5', apu => '0.9.5', pcre => '3.0' }, ~ 2.0.49 => { apr => '0.9.5', apu => '0.9.5', pcre => '3.0' }, ~ 2.0.50 => { apr => '0.9.5', apu => '0.9.5', pcre => '3.0' }, ~ 2.0.51 => { apr => '0.9.5', apu => '0.9.5', pcre => '3.0' }, ~ 2.0.52 => { apr => '0.9.5', apu => '0.9.5', pcre => '3.0' }, ~ 2.0.53 => { apr => '0.9.6', apu => '0.9.6', pcre => '3.0' }, ~ 2.0.54 => { apr => '0.9.6', apu => '0.9.6', pcre => '3.0' }, ~ 2.0.55 => { apr => '0.9.7', apu => '0.9.7', pcre => '3.0' }, ~ 2.0.58 => { apr => '0.9.12', apu => '0.9.12', pcre => '3.0' }, ~ 2.0.59 => { apr => '0.9.12', apu => '0.9.12', pcre => '3.0' }, ~ 2.0.61 => { apr => '0.9.16', apu => '0.9.15', pcre => '3.0' }, ~ 2.0.63 => { apr => '0.9.17', apu => '0.9.15', pcre => '3.0' },
~ 2.2.0 => { apr => '1.2.2', apu => '1.2.2', pcre => '5.0' }, ~ 2.2.2 => { apr => '1.2.7', apu => '1.2.7', pcre => '5.0' }, ~ 2.2.4 => { apr => '1.2.8', apu => '1.2.8', pcre => '5.0' }, ~ 2.2.6 => { apr => '1.2.11', apu => '1.2.10', pcre => '5.0' }, ~ 2.2.8 => { apr => '1.2.12', apu => '1.2.12', pcre => '5.0' }, ~ };
- -- - ------------------------------------------------------------------------ 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
iD8DBQFIKfHpdbiP+9ubjBwRAlHkAJ99sUzRD5O6wv/p05SzHLKxTiq+gACeLh2T bjRPNMik09A0kSf+lfRSDgQ= =VIQs -----END PGP SIGNATURE-----
|
| | Add comment |
|
| http://rt.cpan.org/Public/Bug/Display.html?id=32992 Philip M. Gollucci 22:24:36 |
| | -----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-----
|
| | 4 answer | Add comment |
|
| 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-----
|
| | Add comment |
Monday, 12 May 2008
|
| Quick question Tom Ray 12:03:49 |
| | I'm not sure if this is off topic or what. But I have a Red Hat 7.1 running apache running that latest version of apache 1.x.x, and I'm having a small problem.
All the CGI scripts are running as the user apache, I want them to run as the user that is using the script. So if I have a script I want it to run as tom not apache...I'm not sure how to make this happen..
Can anyone help me?
--------------------------------------------------------------------- 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
|
| | 87 answers | 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-----
|
| | 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
|
| | 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
|
| | 1 answer | Add comment |
Wednesday, 30 April 2008
|
| Compilation Error .... Chan Kwok Leung 20:12:35 |
| | Hi, apache,
I built the latest apache version 1.3.26 on my Redhat Linux 7.2, AMD-233, 128MB RAM. However, it always reports "Segmentation error" during the compilation. Sometimes, it can compile more files, and sometimes less. Before each rebuild, I have cleaned up all intermediate files by "make clean".
However, on my another PC, Pentinum-450, 128MB RAM, Redhat 6.2, it can build and run the apache successfully. But, this PC is my client PC, not the server.
So, could you help me to solve this problem ? Thanks in advance.
Ar, in the RedHat 7.2, the compiler version is 2.96 (gcc-2.96-98, gcc-c++-2.96-98, gcc-objc-2.96-98) and the glibc version is 2.2.4 (glibc-2.2.4-13, glibc-devel-2.2.4-13, glibc-common-2.2.4-13, compat-glibc-6.2-2.1.3.2). Is there any problem with these programs for compilation on AMD-233 ?
Thanks.
-- Chan Kwok Leung
|
| | 18 answers | 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
|
| | 1 answer | 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/
|
| | 1 answer | 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
|
| | 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
|
| | 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/
|
| | 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/
|
| | 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
|
| | 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
|
| | 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
|
| | 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
|
| | 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
|
| | 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 |
| | Add comment |
|