new in Apache::Test: t/SMOKE -bug_mode

2003-09-11 Thread Stas Bekman
It all started when I have noticed a few core files after running t/SMOKE on modperl-2.0's top-level test suite. I couldn't figure out which test caused them. So I have decided to rewrite the smoker to provide me that information. In the future we might autoextract the backtrace as well. While

Re: [mp2] ModPerl-Registry/t/bad_scritps.t returns 403 not 500

2003-09-05 Thread Stas Bekman
Thank you Beau for a complete bug report. a. ModPerl-Registry/t/bad_scritps.t returns 403 not 500. bad_scripts1..1 # Running under perl version 5.008 for linux # Current time local: Thu Sep 4 16:19:34 2003 # Current time GMT: Fri Sep 5 02:19:34 2003 # Using Test.pm version 1.24 # testing

Re: [mp2] ModPerl-Registry/t/bad_scritps.t returns 403 not 500

2003-09-05 Thread Beau E. Cox
- Original Message - From: Stas Bekman [EMAIL PROTECTED] To: Beau E. Cox [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, September 04, 2003 9:09 PM Subject: Re: [mp2] ModPerl-Registry/t/bad_scritps.t returns 403 not 500 Thank you Beau for a complete bug report. a. ModPerl

Re: [mp2] ModPerl-Registry/t/bad_scritps.t returns 403 not 500

2003-09-05 Thread Stas Bekman
Beau E. Cox wrote: May be you have an old checkout of this file, try to do: rm ModPerl-Registry/t/cgi-bin/r_inherited.pl cvs up ModPerl-Registry/t/cgi-bin/r_inherited.pl and try again. Thanks Stas - Sorry I missed the error. I did the 'rm' and re-cvs'ed - flags correct and test OK. Next I

Re: [mp2] ModPerl-Registry/t/bad_scritps.t returns 403 not 500

2003-09-05 Thread Beau E. Cox
Stas - Yep - ALL SET! Thanks a $1,000,000. Aloha = Beau; PS: I wonder whose anti-spam filter is going to junk this email? :) -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: ***SPAM 06.50 / 05.00 *** Re: [mp2] ModPerl-Registry/t/bad_scritps.t returns 403 not 500

2003-09-05 Thread Ernest Lergon
Beau E. Cox wrote: SPAM: Start SpamAssassin results -- SPAM: This mail is probably spam. The original message has been altered SPAM: so you can recognise or block similar unwanted mail in future. SPAM: See http://spamassassin.org/tag/ for more details.

[mp2] ModPerl-Registry/t/bad_scritps.t returns 403 not 500

2003-09-04 Thread Beau E. Cox
-8-- Start Bug Report 8-- 1. Problem Description: a. ModPerl-Registry/t/bad_scritps.t returns 403 not 500. b. Console log (verbose): *** setting ulimit to allow core files ulimit -c unlimited; ./TEST -verbose 'bad_scripts.t' *** root mode: changing

[mp1] Can´t compile mp1.28 - worked with 1.27

2003-08-28 Thread Bernd Kuhls
Hi, I am trying to compile mod_perl-1.28 without luck. Here is my config: SUSE 5.3 (I know it´s old) gcc -v Reading specs from /usr/lib/gcc-lib/i486-linux/2.7.2.1/specs gcc version 2.7.2.1 Perl-5.8.0, Apache-1.3.28 mod_perl-1.28 from source. perl Makefile.PL

Re: shtml don´t get parsed with mod_perlprotecting the directory

2003-03-07 Thread Wladimir Boton
a page in the protected directory, for exemple, http://mysite.com/auth/index.shtml, it ask me my credentials and then parse the file correctly. thank you. Wladimir From: simran [EMAIL PROTECTED] To: Wladimir Boton [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: shtml don´t get parsed

shtml don´t get parsed with mod_perl protecting directory

2003-03-06 Thread Wladimir Boton
Hi, I´m protecting a directory of my site with mod_perl, but all .shtml files inside it don´t get parsed by mod_include. There are any way that shtml files get parsed? thanksMSN Messenger: converse com os seus amigos online. Instale grátis. Clique aqui. Get 2 months FREE*.

shtml don´t get parsed with mod_perl protecting the directory

2003-03-06 Thread Wladimir Boton
Hi, I´m protecting a directory of my site with mod_perl, but all .shtml files inside it don´t get parsed by mod_include. There are any way that shtml files get parsed? thanks _ MSN Hotmail, o maior webmail do Brasil. http

Re: shtml don´t get parsed with mod_perlprotecting the directory

2003-03-06 Thread simran
site with mod_perl, but all .shtml files inside it don´t get parsed by mod_include. There are any way that shtml files get parsed? thanks _ MSN Hotmail, o maior webmail do Brasil. http://www.hotmail.com

Re: [error] Insecure dependency in unlink while running with -T switch at /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/File.pm line 106

2003-02-28 Thread Martin Moss
28, 2003 5:39 AM Subject: Re: [error] Insecure dependency in unlink while running with -T switch at /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/File.pm line 106 Quoting Martin Moss [EMAIL PROTECTED]: All, Can Anybody see what I'm doing wrong here? I have the following error

[error] Insecure dependency in unlink while running with -T switch at /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/File.pm line 106

2003-02-27 Thread Martin Moss
All, Can Anybody see what I'm doing wrong here? I have the following error :- [error] Insecure dependency in unlink while running with -T switch at /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/File.pm line 106. When I run the following subroutine:- sub delete_session { my $self=shift

Re: [error] Insecure dependency in unlink while running with -T switch at /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/File.pm line 106

2003-02-27 Thread Cees Hek
Quoting Martin Moss [EMAIL PROTECTED]: All, Can Anybody see what I'm doing wrong here? I have the following error :- [error] Insecure dependency in unlink while running with -T switch at /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/File.pm line 106. The problem

Re: [error] Insecure dependency in unlink while running with -T switchat /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/File.pm line 106

2003-02-27 Thread Stas Bekman
Quoting Martin Moss [EMAIL PROTECTED]: just a minor comment regarding untainting techniques. If do /(.*)/ to launder tainted vars as you did in: if ($Directory =~ /^XX_GR_XX(.*)XX_GR_XX$/) you can as well turn the taint mode off. For more info see:

cvs commit: modperl-2.0/t/response/TestCompat conn_authen.pm

2003-02-19 Thread geoff
geoff 2003/02/19 06:14:36 Modified:.Changes lib/Apache compat.pm t/response/TestCompat conn_authen.pm Log: fixes to Apache::compat. make $r-connection-auth_type interface with r-ap_auth_type. make both $r-connection-auth_type and $r

cvs commit: modperl/t/net/perl util.pl

2003-02-19 Thread stas
stas2003/02/19 22:48:05 Modified:t/net/perl util.pl Log: add tests for Apache::unescape_url Revision ChangesPath 1.16 +20 -1 modperl/t/net/perl/util.pl Index: util.pl === RCS file

cvs commit: modperl/t/net/perl util.pl

2003-02-19 Thread stas
stas2003/02/19 23:09:14 Modified:t/net/perl util.pl Log: s/no warnings/local $^W = 0/, I forgot that we have to deal with perl 5.6 on the mod_perl 1.0 land. Revision ChangesPath 1.17 +1 -1 modperl/t/net/perl/util.pl Index: util.pl

Re: test failed; =pod directive in t/httpd.conf

2003-02-08 Thread Ged Haywood
Hi there, On Fri, 7 Feb 2003, Vicki Brown wrote: I'm trying to build (rebuild) mod_perl for Apache 1.3.26. I swear I did this before but it was over a year ago maybe it wasn't a static build. Maybe you'll keep some records this time? :) Following the instructions in INSTALL-apaci I ran

test failed; ... t/httpd.conf

2003-02-08 Thread Vicki Brown
At 09:27 + 2003-02-08, Ged Haywood wrote: Maybe you'll keep some records this time? :) I kept records last time. But in between we upgraded FreeBSD and it's never possible to keep ALL possible records. I _did_ have mod_perl. I tested it. That was 8 months ago. Things morph. At 09:27 +

Re: test failed; ... t/httpd.conf

2003-02-08 Thread Ged Haywood
Hello again, On Sat, 8 Feb 2003, Vicki Brown wrote: At 09:27 + 2003-02-08, Ged Haywood wrote: It's not clear to me what you did BEFORE these steps, and that's important. It's very clear, actually, since I did nothing before these steps :) Then please ask of the person who logged on

Re: test failed; ... t/httpd.conf

2003-02-08 Thread David Dick
Hmmm. Are you by any chance female? :) Please don't mess about with file ownerships, groups, permissions and things if you aren't sure of what you're doing. That's dangerous in a Webserver and besides you can get in a real mess with the installation. I'm probably just over-sensitive,

Re: test failed; ... t/httpd.conf

2003-02-08 Thread Stas Bekman
Vicki, you are obviously missing some build steps. How about starting from scratch again following the guide and get this frustration over? Thousands of people have simply followed the instructions at: http://perl.apache.org/docs/1.0/guide/getwet.html#Installing_mod_perl_in_Three_Steps and it

Re: test failed; ... t/httpd.conf

2003-02-08 Thread Vicki Brown
At 23:52 + 2003-02-08, Ged Haywood wrote: It's very clear, actually, since I did nothing before these steps :) Then please ask of the person who logged on and started the shell what was the working directory when he left the building? Come again? And so you chown -R Hmmm. Are you by

Re: test failed; ... t/httpd.conf

2003-02-08 Thread Vicki Brown
/common/src/WWW/mod_perl-1.27/t/conf/httpd.conf: Invalid command '=pod', perhaps mis-spelled or defined by a module not included in the server configuration So, obviously, I needed to do a make clean in the apache tree... OK. I did that. In fact, I downloaded a newer version of Apache. I also

Re: test failed; ... t/httpd.conf

2003-02-08 Thread Stas Bekman
error on line 3 of /ad4/ENV/common/src/WWW/mod_perl-1.27/t/conf/httpd.conf: Invalid command '=pod', perhaps mis-spelled or defined by a module not included in the server configuration So, obviously, I needed to do a make clean in the apache tree... OK. I did that. In fact, I downloaded

Re: test failed; ... t/httpd.conf

2003-02-08 Thread Vicki Brown
At 14:05 +1100 2003-02-09, Stas Bekman wrote: what happens if you do: cd ../apache_1.3.27/src make At this point, I get a probably harmless note and a make error. I ran: configure \ --server-uid=www \ --server-gid=www \ --with-perl=/usr/bin/perl

Re: test failed; ... t/httpd.conf

2003-02-08 Thread Stas Bekman
Vicki Brown wrote: At 14:05 +1100 2003-02-09, Stas Bekman wrote: what happens if you do: cd ../apache_1.3.27/src make At this point, I get a probably harmless note and a make error. I ran: configure \ --server-uid=www \ --server-gid=www \

test failed; =pod directive in t/httpd.conf

2003-02-07 Thread Vicki Brown
DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 make make test The later did many things and eventually came to ../apache_1.3.26/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t httpd listening on port 8529 will write error_log to: t/logs/error_log letting apache warm up...\c Syntax error

cvs commit: modperl-2.0/ModPerl-Registry/t/conf extra.conf.in

2003-02-06 Thread stas
stas2003/02/06 15:57:08 Modified:ModPerl-Registry/t/conf extra.conf.in Log: add ScriptAlias so we can do tests against mod_cgi Revision ChangesPath 1.9 +2 -0 modperl-2.0/ModPerl-Registry/t/conf/extra.conf.in Index: extra.conf.in

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin runtime_error_n_status_change.pl runtime_error_plus_body.pl runtime_error.pl

2003-02-06 Thread stas
stas2003/02/06 16:15:39 Modified:ModPerl-Registry/t .cvsignore 500.t ModPerl-Registry/t/cgi-bin runtime_error.pl Added: ModPerl-Registry/t/cgi-bin runtime_error_n_status_change.pl runtime_error_plus_body.pl Log: add several more

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin runtime_error_n_status_change.pl status_change.pl

2003-02-06 Thread stas
stas2003/02/06 16:23:31 Modified:ModPerl-Registry/t/cgi-bin runtime_error_n_status_change.pl status_change.pl Log: don't use the 1.x compat api Revision ChangesPath 1.2 +1 -1 modperl-2.0/ModPerl-Registry/t/cgi-bin

cvs commit: modperl-2.0/ModPerl-Registry/t closure.t

2003-02-06 Thread stas
stas2003/02/06 16:40:32 Modified:ModPerl-Registry/t closure.t Log: correct the explanation Revision ChangesPath 1.6 +3 -2 modperl-2.0/ModPerl-Registry/t/closure.t Index: closure.t

cvs commit: modperl-2.0/ModPerl-Registry/t closure.t

2003-02-06 Thread stas
stas2003/02/06 16:51:08 Modified:ModPerl-Registry/t closure.t Log: spel Revision ChangesPath 1.7 +1 -1 modperl-2.0/ModPerl-Registry/t/closure.t Index: closure.t === RCS file: /home

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin content_type.pl

2003-02-06 Thread stas
stas2003/02/06 18:49:01 Modified:src/modules/perl modperl_filter.c ModPerl-Registry/t basic.t Added: ModPerl-Registry/t/cgi-bin content_type.pl Log: if the handler sets the content-type, don't parse the headers because there most likely

$^T

2003-02-03 Thread H Jayakumar
hi all, In windows mod_perl-beta2 print $^T; returns the same value again and again, Also my $t = $^T; print $t; does not help any comments ? Thanks,

Re: $^T

2003-02-03 Thread Perrin Harkins
H Jayakumar wrote: In windows mod_perl-beta2 print $^T; returns the same value again and again That is correct behavior. The $^T variable contains the time that the current program (i.e. apache) started running. If you want the current time, use time() instead

Re: $^T

2003-02-03 Thread Stas Bekman
Perrin Harkins wrote: H Jayakumar wrote: In windows mod_perl-beta2 print $^T; returns the same value again and again That is correct behavior. The $^T variable contains the time that the current program (i.e. apache) started running. If you want the current time, use

cvs commit: modperl-2.0/t/hooks/TestHooks push_handlers.pm

2003-01-28 Thread stas
stas2003/01/28 17:25:46 Added: t/hooks push_handlers.t t/hooks/TestHooks push_handlers.pm Log: - add a test to exercise push_handlers in different ways - prepare for supporting anon handlers Revision ChangesPath 1.1 modperl-2.0/t

cvs commit: modperl-2.0/t/hooks/TestHooks push_handlers.pm

2003-01-28 Thread stas
stas2003/01/28 17:33:17 Modified:t/hooks push_handlers.t t/hooks/TestHooks push_handlers.pm Log: mix in the handlers configured from httpd.conf Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/hooks/push_handlers.t Index: push_handlers.t

cvs commit: modperl-2.0/t/hooks/TestHooks push_handlers.pm stacked_handlers.pm

2003-01-28 Thread stas
stas2003/01/28 18:36:25 Modified:t/hooks/TestHooks push_handlers.pm stacked_handlers.pm Log: add the missing Apache::ServerUtil Revision ChangesPath 1.3 +1 -0 modperl-2.0/t/hooks/TestHooks/push_handlers.pm Index: push_handlers.pm

cvs commit: modperl-2.0/t/error push_handlers.t

2003-01-21 Thread stas
stas2003/01/21 23:00:29 Modified:t/error push_handlers.t Log: use the new under_construction test to print a descriptive skip reason Revision ChangesPath 1.3 +1 -1 modperl-2.0/t/error/push_handlers.t Index: push_handlers.t

cvs commit: modperl-2.0/t/filter .cvsignore

2003-01-20 Thread stas
stas2003/01/20 15:14:40 Modified:t/filter .cvsignore Log: adjust the ignore list Revision ChangesPath 1.4 +2 -5 modperl-2.0/t/filter/.cvsignore Index: .cvsignore === RCS file: /home

cvs commit: modperl-2.0/t/error push_handlers.t

2003-01-20 Thread stas
stas2003/01/20 22:30:23 Modified:t/error push_handlers.t Log: disable this test for now: the misuse of push_handlers exercised by this test is different at least on FreeBSD, so it fails, skip for now. Revision ChangesPath 1.2 +3 -1 modperl-2.0/t

cvs commit: modperl-2.0/t/response/TestAPR threadmutex.pm

2003-01-20 Thread stas
stas2003/01/20 22:54:22 Modified:t/response/TestAPR threadmutex.pm Log: fix the plan skip condition, which wasn't skipping the test before Revision ChangesPath 1.3 +1 -1 modperl-2.0/t/response/TestAPR/threadmutex.pm Index: threadmutex.pm

cvs commit: modperl-2.0/t/preconnection/TestPreConnection - New directory

2003-01-19 Thread stas
stas2003/01/19 23:55:35 modperl-2.0/t/preconnection/TestPreConnection - New directory

cvs commit: modperl-2.0/t/preconnection/TestPreConnection note.pm

2003-01-19 Thread stas
stas2003/01/19 23:56:17 Added: t/preconnection note.t t/preconnection/TestPreConnection note.pm Log: add a simple test to verify that PreConnection handlers are working Revision ChangesPath 1.1 modperl-2.0/t/preconnection/note.t

cvs commit: modperl-2.0/t/preconnection/TestPreConnection note.pm

2003-01-19 Thread stas
stas2003/01/19 23:59:44 Modified:t/preconnection/TestPreConnection note.pm Log: cleanup Revision ChangesPath 1.2 +1 -3 modperl-2.0/t/preconnection/TestPreConnection/note.pm Index: note.pm

cvs commit: modperl-2.0/t/filter/TestFilter in_str_consume.pm

2003-01-15 Thread stas
stas2003/01/15 21:15:18 Added: t/filter in_str_consume.t t/filter/TestFilter in_str_consume.pm Log: add a faulty filter test, but keep the fault disabled for now Revision ChangesPath 1.1 modperl-2.0/t/filter/in_str_consume.t

cvs commit: modperl-2.0/t/filter input_body.t

2003-01-14 Thread stas
stas2003/01/14 22:08:16 Modified:t/filter input_body.t Log: no more need for XXX Revision ChangesPath 1.5 +0 -1 modperl-2.0/t/filter/input_body.t Index: input_body.t === RCS file

cvs commit: modperl-2.0/t/filter/TestFilter in_bbs_body.pm in_bbs_msg.pm out_bbs_basic.pm out_bbs_ctx.pm out_str_api.pm out_str_ctx.pm out_str_lc.pm out_str_reverse.pm in_str_msg.pm api.pm buckets.pm context.pm context_stream.pm input_body.pm input_msg.pm lc.pm reverse.pm

2003-01-14 Thread stas
stas2003/01/14 22:47:16 Modified:t/filter/TestFilter in_str_msg.pm Added: t/filter in_bbs_body.t in_bbs_msg.t out_bbs_basic.t out_bbs_ctx.t out_str_api.t out_str_ctx.t out_str_lc.t out_str_reverse.t t/filter

cvs commit: modperl-2.0/t/response/TestError - New directory

2003-01-13 Thread stas
stas2003/01/13 22:41:49 modperl-2.0/t/response/TestError - New directory

cvs commit: modperl-2.0/t/error - New directory

2003-01-13 Thread stas
stas2003/01/13 22:41:49 modperl-2.0/t/error - New directory

cvs commit: modperl-2.0/t/response/TestError push_handlers.pm

2003-01-13 Thread stas
stas2003/01/13 22:42:44 Modified:src/modules/perl modperl_callback.c .Changes Added: t/error push_handlers.t t/response/TestError push_handlers.pm Log: prevent a segfault when push_handlers are used to push a handler

cvs commit: modperl-2.0/t/filter/TestFilter reverse.pm

2003-01-11 Thread stas
stas2003/01/11 18:37:11 Modified:t/filter/TestFilter reverse.pm Log: send the signature only when eos has been seen (the filter can be invoked many times during the same request) Revision ChangesPath 1.5 +4 -1 modperl-2.0/t/filter/TestFilter/reverse.pm

cvs commit: modperl-2.0/t/filter/TestFilter buckets.pm

2003-01-11 Thread stas
stas2003/01/11 20:00:42 Modified:t/filter/TestFilter buckets.pm Log: make sure that the body of the filter is executed only once Revision ChangesPath 1.8 +22 -17modperl-2.0/t/filter/TestFilter/buckets.pm Index: buckets.pm

cvs commit: modperl-2.0/t/apache scanhdrs2.t

2003-01-10 Thread stas
stas2003/01/10 23:41:04 Modified:t/apache scanhdrs2.t Log: t_cmp's args are (expected, received, comment) not (received, expected, comment) (the debug info was confusing otherwise) Revision ChangesPath 1.2 +3 -3 modperl-2.0/t/apache/scanhdrs2.t

cvs commit: modperl-2.0/t/directive perlloadmodule3.t

2002-12-29 Thread stas
stas2002/12/29 16:59:23 Modified:t/directive perlloadmodule3.t Log: make this test work with Apache::TestClient, Apache::TestRequest::module() affects global testing env, so should run it only when it's needed. Revision ChangesPath 1.3 +7 -8 modperl-2.0

cvs commit: modperl-2.0/ModPerl-Registry/t/conf extra.conf.in

2002-12-23 Thread stas
stas2002/12/23 17:51:40 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm ModPerl-Registry/t/conf extra.conf.in Added: ModPerl-Registry/t 404.t ModPerl-Registry/t/cgi-bin 404.pl Log: fix the handling of the return status in ModPerl

cvs commit: modperl-2.0/t/directive perlloadmodule3.t

2002-12-20 Thread stas
stas2002/12/20 19:47:18 Modified:t/directive perlloadmodule3.t Log: 1st subtest fails when lwp is not installed, need to investigate, make it TODO for now Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/directive/perlloadmodule3.t Index

cvs commit: modperl-2.0/t/response/TestCompat request_body.pm

2002-12-15 Thread stas
stas2002/12/15 00:30:40 Modified:.Changes lib/Apache compat.pm t/conf modperl_extra.pl t/compat request_body.t t/response/TestCompat request_body.pm Log: fix the method content() in Apache::compat to read

cvs commit: modperl-2.0/t/response/TestDirective perlloadmodule2.pm

2002-12-12 Thread stas
stas2002/12/12 00:44:59 Modified:t/response/TestDirective perlloadmodule2.pm Log: tidy up Revision ChangesPath 1.4 +1 -3 modperl-2.0/t/response/TestDirective/perlloadmodule2.pm Index: perlloadmodule2.pm

Re: Hellp! mod_perl worked fine then added modssl and now apachewon' t start

2002-11-16 Thread Stas Bekman
Mitchel, Jennifer (Jem) wrote: Hi all, I am still new to all of this. I had Apache 1.3.22 with mod_perl included and the Authenitcation hook enabled. Everything was fine. Then I imstalled my OpenSSL and generated my key, got my server certificate from my csr etc fine. The certificate

cvs commit: modperl-2.0/t/modules include2.t

2002-10-07 Thread dougm
dougm 2002/10/07 13:44:32 Modified:t/conf extra.conf.in Added: t/htdocs/includes-registry test.spl t/modules include2.t Log: test for mod_include parsing of mod_perl script output Revision ChangesPath 1.4 +2 -1 modperl-2.0/t/conf

cvs commit: modperl-2.0/t/response/TestDirective pod.pm

2002-09-27 Thread dougm
dougm 2002/09/27 12:33:33 Modified:.Changes lib/ModPerl TestRun.pm t/response/TestDirective pod.pm Log: Submitted by: gozer Reviewed by: dougm fix =pod directive test config problem Revision ChangesPath 1.48 +4 -1

/usr/sbin/apachectl: line 198: 12577 Segmentation fault $HTTPD -t

2002-09-19 Thread Andrew G. Hammond
and attempt to apachectl configtest I get: /usr/sbin/apachectl: line 198: 12577 Segmentation fault $HTTPD -t Any suggestions about what I might have done wrong? Thanks, Drew

Re: /usr/sbin/apachectl: line 198: 12577 Segmentation fault $HTTPD -t

2002-09-19 Thread Marcin Kasperski
to my httpd.conf: PerlModule Bounce::Handler and attempt to apachectl configtest I get: /usr/sbin/apachectl: line 198: 12577 Segmentation fault $HTTPD -t Any suggestions about what I might have done wrong? Modules loaded in startup.pl are initialized once in the parent process

cvs commit: modperl-2.0/t/filter/TestFilter api.pm buckets.pm

2002-09-10 Thread dougm
dougm 2002/09/10 17:50:31 Modified:.Changes t/apache scanhdrs.t t/filter/TestFilter api.pm buckets.pm Log: Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: dougm tweaks to support Test.pm 1.21 Revision Changes

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2002-09-04 Thread dougm
dougm 2002/09/04 18:49:32 Modified:t/conf modperl_extra.pl Log: test $r-add_config Revision ChangesPath 1.19 +14 -5 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl === RCS

cvs commit: modperl-2.0/ModPerl-Registry/t/conf modperl_extra_startup.pl

2002-08-16 Thread stas
stas2002/08/16 02:01:17 Modified:ModPerl-Registry TODO ModPerl-Registry/lib/ModPerl RegistryCooker.pm RegistryLoader.pm ModPerl-Registry/t/conf modperl_extra_startup.pl Log: - getting rid of compat.pm completely, the only

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin redirect.pl

2002-08-16 Thread stas
stas2002/08/16 03:11:17 Added: ModPerl-Registry/t redirect.t ModPerl-Registry/t/cgi-bin redirect.pl Log: test external redirects Revision ChangesPath 1.1 modperl-2.0/ModPerl-Registry/t/redirect.t Index: redirect.t

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin basic.pl closure.pl env.pl not_executable.pl require.pl special_blocks.pl

2002-08-16 Thread stas
stas2002/08/16 03:11:39 Modified:ModPerl-Registry/t/cgi-bin basic.pl closure.pl env.pl not_executable.pl require.pl special_blocks.pl Log: no need for \r\n, \n is just fine Revision ChangesPath 1.2 +1 -1 modperl-2.0/ModPerl

cvs commit: modperl-2.0/t/response/TestAPI conn_rec.pm

2002-08-15 Thread stas
stas2002/08/15 01:42:55 Modified:xs/Apache/Connection Apache__Connection.h xs/maps modperl_functions.map apache_functions.map xs/tables/current/ModPerl FunctionTable.pm t/response/TestAPI conn_rec.pm Log: add a wrapper

cvs commit: modperl-2.0/t/response/TestCompat compat2.pm

2002-08-15 Thread stas
stas2002/08/15 01:44:26 Modified:lib/Apache compat.pm t/response/TestCompat compat2.pm Log: $r-get_remote_host() compat wrapper ala mod_perl 1.0 + tests Revision ChangesPath 1.65 +5 -1 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0/t/response/TestCompat apache.pm apache_file.pm apache_table.pm apache_util.pm request.pm request_body.pm compat.pm compat2.pm

2002-08-15 Thread stas
stas2002/08/15 02:35:11 Added: t/compat request_body.t t/response/TestCompat apache.pm apache_file.pm apache_table.pm apache_util.pm request.pm request_body.pm Removed: t/compat compat.t t

cvs commit: modperl-2.0/t/response/TestAPI send_fd.pm

2002-08-15 Thread stas
stas2002/08/15 06:11:06 Added: t/compat send_fd.t t/response/TestCompat send_fd.pm Removed: t/apisend_fd.t t/response/TestAPI send_fd.pm Log: send_fd exists only in compat, move that test into compat/ Revision ChangesPath

cvs commit: modperl-2.0/ModPerl-Registry/t/conf extra.conf.in

2002-08-15 Thread stas
stas2002/08/15 09:17:53 Modified:ModPerl-Registry/lib/ModPerl PerlRun.pm Registry.pm RegistryBB.pm RegistryCooker.pm ModPerl-Registry/t basic.t ModPerl-Registry/t/conf extra.conf.in Log: method handlers are now working

cvs commit: modperl-2.0/t/api .cvsignore

2002-08-15 Thread stas
stas2002/08/15 20:19:44 Modified:t/apache .cvsignore t/api.cvsignore Added: t/compat .cvsignore Log: .cvsignore updates Revision ChangesPath 1.1 modperl-2.0/t/compat/.cvsignore Index: .cvsignore

cvs commit: modperl-2.0/ModPerl-Registry/t basic.t

2002-08-14 Thread stas
stas2002/08/14 07:27:45 Modified:ModPerl-Registry/t basic.t Log: reformat the code according to the spec Revision ChangesPath 1.6 +24 -24modperl-2.0/ModPerl-Registry/t/basic.t Index: basic.t

Re: T switch is ignored modperl2.0

2002-07-30 Thread Stas Bekman
Kent, Mr. John wrote: Greetings, I have put PerlSwitches -T in my httpd.conf file, yet keep getting the following warning in the server's error_log: [Tue Jul 23 10:43:06 2002] [warn] T switch is ignored, enable with 'PerlSwitches -T' in httpd.conf Any suggestions? the cvs version

T switch is ignored modperl2.0

2002-07-23 Thread Kent, Mr. John
Greetings, I have put PerlSwitches -T in my httpd.conf file, yet keep getting the following warning in the server's error_log: [Tue Jul 23 10:43:06 2002] [warn] T switch is ignored, enable with 'PerlSwitches -T' in httpd.conf Any suggestions? Thank you, John Kent Webmaster Naval Research

Re: T switch is ignored modperl2.0

2002-07-23 Thread Andy Lester
I have put PerlSwitches -T in my httpd.conf file, yet keep getting the following warning in the server's error_log: [Tue Jul 23 10:43:06 2002] [warn] T switch is ignored, enable with 'PerlSwitches -T' in httpd.conf You want the PerlTaintCheck On directive. xoxo, Andy -- 'Andy Lester

cvs commit: modperl-2.0/t/response/TestAPI module.pm

2002-06-30 Thread stas
stas2002/06/30 22:15:28 Modified:src/modules/perl modperl_util.c t/response/TestAPI module.pm Log: modperl_perl_module_loaded should return FALSE when the argument is + add a sub-test to cover this case Revision ChangesPath 1.48 +1 -1

cvs commit: modperl-2.0/t/response/TestApache compat2.pm

2002-06-26 Thread stas
stas2002/06/26 09:16:58 Modified:t/response/TestApache compat2.pm Log: add Apache-module compat tests Revision ChangesPath 1.19 +9 -1 modperl-2.0/t/response/TestApache/compat2.pm Index: compat2.pm

cvs commit: modperl-2.0/t/response/TestAPR threadmutex.pm

2002-06-23 Thread dougm
dougm 2002/06/23 14:29:18 Modified:t/apr.cvsignore Added: t/response/TestAPR threadmutex.pm Log: add tests for APR::ThreadMutex Revision ChangesPath 1.6 +1 -0 modperl-2.0/t/apr/.cvsignore Index: .cvsignore

cvs commit: modperl-2.0/t/response/TestAPR perlio.pm

2002-06-21 Thread stas
stas2002/06/21 08:45:06 Modified:t/response/TestAPR perlio.pm Log: only a comments fixes Revision ChangesPath 1.12 +2 -2 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

cvs commit: modperl-2.0/t/response/TestAPR perlio.pm

2002-06-15 Thread stas
stas2002/06/15 12:08:21 Modified:t/response/TestAPR perlio.pm Log: disable the failing tests with 5.8.0-RC2 while reworking APR PerlIO layer Revision ChangesPath 1.9 +1 -1 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

cvs commit: modperl-2.0/t/response/TestAPR perlio.pm

2002-06-15 Thread dougm
dougm 2002/06/15 16:48:58 Modified:t/response/TestAPR perlio.pm Log: disabling tests until perlio issues are sorted out Revision ChangesPath 1.10 +3 -3 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

RE: OSC early bird and mod_perl T-Shirts

2002-06-12 Thread Joe Breeden
Why hasn't the logo that was voted on been considered? What's the point of a logo if you don't use it everywhere? -Original Message- From: Alfred Vahau [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 4:54 PM To: 'mod_perl list' Subject: Re: OSC early bird and mod_perl T

Re: OSC early bird and mod_perl T-Shirts

2002-06-12 Thread Leon Brocard
Joe Breeden sent the following bits through the ether: Why hasn't the logo that was voted on been considered? What's the point of a logo if you don't use it everywhere? OK, I think the new logo is wonderful and it will hopefully take up a large part of the tshirt design. As Mark said to me on

Re: OSC early bird and mod_perl T-Shirts

2002-06-11 Thread Lupe Christoph
On Tuesday, 2002-06-11 at 10:44:26 +0100, Leon Brocard wrote: Yup, I have a designer here who is willing to come up with something. Constructive ideas welcome offlist. Better slogans than modperl: the only way to fly, modperl: obey your thirst etc. very welcome too ;-) SCNR: Quetzalcoatl:

RE: OSC early bird and mod_perl T-Shirts

2002-06-11 Thread John Bass
mod_perl: The camel with wings John -Original Message- From: Lupe Christoph [mailto:[EMAIL PROTECTED]] Sent: 11 June 2002 11:51 To: Leon Brocard Cc: mod_perl list Subject: Re: OSC early bird and mod_perl T-Shirts On Tuesday, 2002-06-11 at 10:44:26 +0100, Leon Brocard wrote: Yup, I

RE: OSC early bird and mod_perl T-Shirts

2002-06-11 Thread Gunther Birznieks
Maybe this year Randal Schwartz can get his idea implemented. I think he had suggested a motto last year that people seemed OK with but then the T-Shirts never got done in the end... Ah, the annual motto vote... :) Just re-read the same thread in the archives last year. Later, Gunther

The T in MVC?

2002-06-11 Thread Jeff AA
I have some questions for users of Templating... we currently, (in another language) have a set of standard functions for things like printing data tables, so in our HTML page outlines, we just insert a call to printDataTable( table = $table, user = $user, data = $data, layout = layout );

Re: OSC early bird and mod_perl T-Shirts

2002-06-11 Thread Alfred Vahau
ahead of GMT on the other side of the world. In these hard times, it's difficult to find a generous sponsor so I won't be attending the OSC. But I'd like to have a mod_perl 'T' one day. Please advice how I could go about getting one. Alfred Vahau Project Breeeze SNPS Uni. PNG Gunther Birznieks wrote

RE: OSC early bird and mod_perl T-Shirts

2002-06-11 Thread Vuillemot, Ward W
PM : To: 'mod_perl list' : Subject: Re: OSC early bird and mod_perl T-Shirts : : : May I suggest a camel with the wings of an eagle or a : double humped eagle??? : : The two icons are associated with the two invaluable : references of the Perl : world

[OT] mod_perl obfuscation / T-shirt ?

2002-06-11 Thread Thomas Klausner
Hi! Concerning the yearly what to put on the t-shirts-discussion... I was thinking about doing a mod_perl Obfuscation for some time, and today I found some time and wrote up something .. It's not that much obfusacated, but it looks nice (mod_perl in ASCII art) and works (see the POD after

Re: [OT] mod_perl obfuscation / T-shirt ?

2002-06-11 Thread Geoffrey Young
Thomas Klausner wrote: Hi! Concerning the yearly what to put on the t-shirts-discussion... ah, yes... :) I was thinking about doing a mod_perl Obfuscation for some time, and today I found some time and wrote up something .. It's not that much obfusacated, but it looks nice

Re: [OT] mod_perl obfuscation / T-shirt ?

2002-06-11 Thread Stas Bekman
I was thinking about doing a mod_perl Obfuscation for some time, and today I found some time and wrote up something .. It's not that much obfusacated, but it looks nice (mod_perl in ASCII art) and works (see the POD after the code..) tres cool. yes, very cool Thomas, looks like a good

  1   2   3   4   >