Re: resolving Apache::Test vs. Apache::test collision

2003-05-06 Thread Stas Bekman
probably much better to explicitly search @INC, rather than relying on INSTALLVENDORARCH. p.s. the Apache/test.pm is quite big but should be ok if it's never be modified, which I hope is the case... __ Stas BekmanJAm_pH

Re: resolving Apache::Test vs. Apache::test collision

2003-05-06 Thread Stas Bekman
David Wheeler wrote: On Monday, May 5, 2003, at 07:34 PM, Stas Bekman wrote: I don't think this will be robust enough, since vendors tend to do things in their own subtle ways. It's probably much better to explicitly search @INC, rather than relying on INSTALLVENDORARCH. Hrm, yes, I guess

[ANNOUNCE] Apache::Test 1.1

2003-05-01 Thread Stas Bekman
to work with perl-5.005_03 [Stas] perlpods are found either in the 'pods/' or 'pod/' subdirs [Randal L. Schwartz merlyn@stonehenge.com] Autoconfigure Alias /getfiles-* only if the corresponding targets exist [Stas] __ Stas Bekman

[ANNOUNCE] Apache::Test 1.0

2003-04-28 Thread Stas Bekman
). __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

release candidate for Apache::Test is available

2003-04-23 Thread Stas Bekman
with mod_perl 1.0, or without mod_perl at all. Please make sure that everything work for you with this version. And report problems if any. Thanks. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

releasing Apache::Test on CPAN

2003-04-22 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

Re: [patch] optional exports from Apache::TestUtil

2003-04-12 Thread Stas Bekman
Geoffrey Young wrote: Stas Bekman wrote: Geoffrey Young wrote: hi all... I don't see why Apache::TestUtil exports so many functions by default, yet it leaves out three that are just as helpful. Because there are private functions (think of these as _foo). Do you need them? sure. real life

Re: [patch] optional exports from Apache::TestUtil

2003-04-12 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

rfc: new API to traverse filter chains

2003-03-31 Thread Stas Bekman
); } MP_TRACE_f(MP_FUNC, removing filter %s\n, handler_name); if (mode == MP_INPUT_FILTER_MODE) { ap_remove_input_filter(f); } else { ap_remove_output_filter(f); } } __ Stas BekmanJAm_pH -- Just

Re: AIX: ld -bI:httpd.exp vs. ld -lhttpd

2003-03-25 Thread Stas Bekman
Jeff Trawick wrote: Stas Bekman wrote: Yesterday, I've patched the mod_perl 2.0 build code to build on aix (tested on powerpc/aix/5.1). The interesting thing that I haven't used .exp's at all (neither -lapr/-laprutil/etc). I've used -berok and -brtl and let everything to be resolved

Re: AIX: ld -bI:httpd.exp vs. ld -lhttpd

2003-03-24 Thread Stas Bekman
Jeff Trawick wrote: Stas Bekman wrote: Jeff Trawick wrote: The shared object has symbols that aren't intended for use by applications, whereas the .exp file doesn't. Personally, I think it is a good thing that we have a tight control over our API, so I think in terms of getting httpd.exp

Re: AIX: ld -bI:httpd.exp vs. ld -lhttpd

2003-03-21 Thread Stas Bekman
Jeff Trawick wrote: Stas Bekman wrote: In mod_perl 2.0 on AIX we have to import symbols from ap_ and apr_ namespaces when linking the shared object (the other approach is to use -berok which works as symbols get resolved at load time, but this is too error-prone). The following two ways

Re: Cookie functions in Apache's API

2003-03-20 Thread Stas Bekman
/ A new version for Apache2 is in works, but not ready yet. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

AIX: ld -bI:httpd.exp vs. ld -lhttpd

2003-03-20 Thread Stas Bekman
app and not a shared library. I'd like to avoid referencing exp files at all for importing symbols, and let the loader figure out what symbols to import from the object. Thank you. __ Stas BekmanJAm_pH -- Just Another

Re: [PATCH] Re: TestConfigPerl problem

2003-03-19 Thread Stas Bekman
Joe Orton wrote: On Tue, Feb 11, 2003 at 10:01:07AM +1100, Stas Bekman wrote: Joe Orton wrote: Since rev 1.63 of TestConfigPerl.pm I get this error running TEST (after a fresh checkout) make[1]: Leaving directory `/home/joe/src/httpd-test/pf/c-modules/authany' !!! configure() has failed: Use

Re: Modify the content after having got it

2003-03-18 Thread Stas Bekman
, is this documented somewhere? Do you have to read-modify-replace even if you don't modify the length of the data? e.g. lowercasing all the data in the bucket? __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: Modify the content after having got it

2003-03-18 Thread Stas Bekman
Ian Holsman wrote: Stas Bekman wrote: Cliff Woolley wrote: On Mon, 17 Mar 2003, Greg Ames wrote: I have 'data' datas long 'lenght'. If I try to modify the data I get and to send it again inside the bucket, it doesnt work. What kind of buckets do you have before you try to modify them? You

[patch] bogus support for pre-'make install' use of apxs

2003-03-16 Thread Stas Bekman
; } __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

why installing *.exp files on platforms where they aren't needed?

2003-03-12 Thread Stas Bekman
files? __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

Re: need help; main filters are bypassed on internal redirects insubrequests

2003-03-08 Thread Stas Bekman
output_filters to include only the protocol * output filters from the original request. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: cvs commit: httpd-2.0/server connection.c

2003-02-28 Thread Stas Bekman
Jeff Trawick wrote: Stas Bekman wrote: So, everybody agrees that it should be: -apr_status_t rc; +int rc; correct? yes! Thanks you Jeff. I've committed the fix. Should I update Changes for this fix as well? __ Stas

Re: cvs commit: httpd-2.0/server connection.c

2003-02-28 Thread Stas Bekman
Jeff Trawick wrote: Stas Bekman wrote: Should I update Changes for this fix as well? personally I would have put something like this in changes: *) Fix a segfault when a pre_connection hook fails the connection. [name] That has been added already. I was asking whether I should have also

Re: cvs commit: httpd-2.0/server connection.c

2003-02-27 Thread Stas Bekman
the missing piece of commentary on Stas' commit to explain various confusion :) So, everybody agrees that it should be: -apr_status_t rc; +int rc; correct? __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker

Re: cvs commit: httpd-2.0 CHANGES

2003-02-26 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: cvs commit: httpd-2.0 CHANGES

2003-02-26 Thread Stas Bekman
Kosina] + + *) Check the return value of ap_run_pre_connection(). So if the + pre_connection phase fails (without setting c-aborted) + ap_run_process_connection is not executed. [Stas Bekman] + *) Fixed a problem with mod_ldap which caused it to fault when caching

Re: [patch] resolving segfaults when ap_run_pre_connection() fails.

2003-02-24 Thread Stas Bekman
Jeff Trawick wrote: Stas Bekman wrote: Index: server/connection.c === RCS file: /home/cvspublic/httpd-2.0/server/connection.c,v retrieving revision 1.106 diff -u -r1.106 connection.c --- server/connection.c 15 Jul 2002 08:05:10 -

Re: choosing the right branch to commit

2003-02-20 Thread Stas Bekman
mentioned at http://httpd.apache.org/dev/: Developers news and http://httpd.apache.org/dev/devnotes.html. Cool! __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

[patch 1.3] avoid segfaults in ap_unescape_url with empty strings

2003-02-18 Thread Stas Bekman
] == '\0') +return OK; + badesc = 0; badpath = 0; for (x = 0, y = 0; url[y]; ++x, ++y) { __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: [patch 1.3] avoid segfaults in ap_unescape_url with empty strings

2003-02-18 Thread Stas Bekman
Stas Bekman wrote: This ia an apache-1.3 issue please disregard this one for now. I couldn't reproduce the problem and based the possible solution on the posted backtrace, but it looks like it's not what's happenning. I'll follow up after I dig more into this. Richard Clarke [EMAIL PROTECTED

[patch] resolving segfaults when ap_run_pre_connection() fails.

2003-02-17 Thread Stas Bekman
to return a failure status if their callbacks fail and expect Apache to abort the processing. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto

connection-auth_type and connection-user in http 2.x

2003-02-13 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: TestConfigPerl problem

2003-02-10 Thread Stas Bekman
{ my($self, $line, $indent) = @_; +use Carp; +Carp::confess(whoah!) unless defined $line and defined $indent; + my $cfg = $self-parse_vhost($line); my $port = $cfg-{port}; $cfg-{out_postamble}-(); __ Stas Bekman

Re: are perl-framework apache tests still used?

2003-02-07 Thread Stas Bekman
__ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

Re: are perl-framework apache tests still used?

2003-02-07 Thread Stas Bekman
Joe Orton wrote: On Fri, Feb 07, 2003 at 03:34:55PM +1100, Stas Bekman wrote: I haven't seen any activity with maintaining tests in a while and I have a bunch of ssl tests failing. I remember Ryan working on a new test suite. What's the current status of things? Should Joe's new php tests

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2003-01-31 Thread Stas Bekman
{ -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

what happened to http://www.apachelabs.org/test-dev/

2003-01-31 Thread Stas Bekman
://marc.theaimsgroup.com/?l=apache-test-dev __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: what happened to http://www.apachelabs.org/test-dev/

2003-01-31 Thread Stas Bekman
Stas Bekman wrote: http://httpd.apache.org/test/ points to http://www.apachelabs.org/test-dev/ for the mail archives, which gets redirected to http://www.apache.org/. If the archive has moved where is the new location? In any case that link should be fixed/removed. Here is another archive

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2003-01-31 Thread Stas Bekman
Randy Kobes wrote: On Fri, 31 Jan 2003, Stas Bekman wrote: [EMAIL PROTECTED] wrote: stas2003/01/30 16:53:45 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: # handle the cases when the test suite is run under 'root': # # 1. When user 'bar' is chosen to run Apache

Re: Crypt::SSLeay

2003-01-29 Thread Stas Bekman
sockets available, shutting down Unable to open logs Do you have the same problem with an updated Apache::Test? __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http

Re: bug in mod_cgi (sends 200 instead of 500)

2003-01-17 Thread Stas Bekman
Justin Erenkrantz wrote: --On Friday, January 17, 2003 4:36 PM +1100 Stas Bekman [EMAIL PROTECTED] wrote: Consider this mod_cgi script: # !/usr/bin/perl -w print Content-type: text/plain\n\n; print no_such_func(); print Shouldn't be printed; httpd.conf: ScriptAlias /cgi-bin/ /home/httpd/2.0

bug in mod_cgi (sends 200 instead of 500)

2003-01-16 Thread Stas Bekman
-Type: text/plain; charset=ISO-8859-1 __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http

[emerg] (28)No space left on device: Couldn't create accept lock

2003-01-13 Thread Stas Bekman
. Is it possible to make that error message more descriptive, so users won't have to wonder what device the error message is talking about? Thanks. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org

Re: EOS bucket in RESOURCE filters

2003-01-11 Thread Stas Bekman
Justin Erenkrantz wrote: --On Saturday, January 11, 2003 8:07 PM +1100 Stas Bekman [EMAIL PROTECTED] wrote: ap_finalize_request_protocol covers all the other cases, by checking r-sent_eos. My question is why not always add the eos in ap_finalize_request_protocol

Re: [patch] include/util_filter.h

2003-01-11 Thread Stas Bekman
Greg Stein wrote: On Fri, Jan 10, 2003 at 12:41:38PM +1100, Stas Bekman wrote: Jeff Trawick wrote: ... As has been mentioned many times before on this list, if a patch isn't committed or commented on, you have to remind us. There are as many whys for this requirement as there are httpd

[patch] include/util_filter.h

2003-01-01 Thread Stas Bekman
The function to call before the filter handlers + *are invoked * @param ftype The type of filter function, either ::AP_FTYPE_CONTENT or * ::AP_FTYPE_CONNECTION * @see ap_add_output_filter() __ Stas

[Fwd: segfault when r-filename is NULL]

2002-12-15 Thread Stas Bekman
) at prefork.c:1024 #10 0x080c235d in main (argc=4, argv=0xb604) at main.c:645 #11 0x40296082 in ?? () from /lib/i686/libc.so.6 __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Apache::Test/mod_perl now can control the order of configuration insertion

2002-12-13 Thread Stas Bekman
value, e.g.: # APACHE_TEST_CONFIG_ORDER 99 __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http

Apache::Test/mod_perl now can control the order of configurationinsertion

2002-12-13 Thread Stas Bekman
with a lower value, e.g.: # APACHE_TEST_CONFIG_ORDER 99 __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

[patch] comment fix

2002-12-08 Thread Stas Bekman
and the module structure within it * teased out... */ __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

problems with Apache::Test when run under root

2002-12-03 Thread Stas Bekman
cannot run tests as User root if $user eq 'root'; $user; } __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: libapreq-1.1 Release Candidate 1

2002-11-25 Thread Stas Bekman
! to skip would be nice. adding a timeout should work I guess. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org

segfault when r-filename is NULL

2002-08-27 Thread Stas Bekman
place for this check, but probably right after: if ((access_status = ap_run_translate_name(r))) { return decl_die(access_status, translate, r); } is the obvious place. __ Stas Bekman

Re: Adding apreq-2 to httpd-2.0

2002-08-21 Thread Stas Bekman
. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

[patch include/http_log.h] doc fix

2002-07-01 Thread Stas Bekman
streams sent back to the client MUST * be escaped to prevent CSS attacks. */ #define APLOG_TOCLIENT (APLOG_LEVELMASK + 2) __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl

[patch mod_example.c] various fixes, mostly docs

2002-07-01 Thread Stas Bekman
(x_check_user_id, NULL, NULL, APR_HOOK_MIDDLE); ap_hook_fixups(x_fixer_upper, NULL, NULL, APR_HOOK_MIDDLE); ap_hook_type_checker(x_type_checker, NULL, NULL, APR_HOOK_MIDDLE); __ Stas BekmanJAm_pH -- Just Another

server start's warnings on stop?

2002-06-06 Thread Stas Bekman
? __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

Re: server start's warnings on stop?

2002-06-06 Thread Stas Bekman
Jeff Trawick wrote: Stas Bekman [EMAIL PROTECTED] writes: Hmm, why do I get this warning on stop: WARNING: MaxClients (10) is not an integer multiple of ThreadsPerChild (3), lowering MaxClients to 9 for a maximum of 3 child processes, httpd (no pid file) not running I do get

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2002-06-04 Thread Stas Bekman
/release/docs/2.0/devel/debug_c/debug_c.html#Precooked_gdb_Startup_Scripts __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED

[PATCH include/http_log.h] APLOG_TOCLIENT.

2002-06-04 Thread Stas Bekman
) __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

Re: problems building modules with 2.0.36

2002-06-04 Thread Stas Bekman
.= ;;; $ok = 1; } __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http

Re: [PATCH] Apache::Test 5.005 compatible

2002-05-31 Thread Stas Bekman
Tatsuhiko Miyagawa wrote: Apache::Test seems to be compatible for perl 5.005_03, but it's currently not. here's a patch; Thanks Tatsuhiko, committed! __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: t/SMOKE and the error_log

2002-05-28 Thread Stas Bekman
) and forwards them to t/TEST, so as Doug suggested just run: t/SMOKE -trace=error ... __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: perl-framework vs mod_perl/t

2002-05-20 Thread Stas Bekman
? While written to test mod_perl, most of the tests happen to test httpd as well. Though this testing happens using the mod_perl API. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: cvs commit: httpd-test/perl-framework/Apache-Test README

2002-05-19 Thread Stas Bekman
? __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org

figuring out the t/TEST invocation arguments on windows

2002-05-13 Thread Stas Bekman
: mod_perl2: nmake test crashes apache Date: Mon, 13 May 2002 10:04:44 +0200 From: Alessandro Forghieri [EMAIL PROTECTED] To: 'Stas Bekman' [EMAIL PROTECTED] [...] But you don't really need -Mblib? If you don't we can use $^X || $Config{perl} to figure out the path to the perl we are running under

incomplete doc for ap_getword() and ap_getword_nc()?

2002-04-19 Thread Stas Bekman
? __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

Re: [PATCH include/http_protocol.h] a typo fix

2002-04-19 Thread Stas Bekman
Jeff Trawick wrote: Stas Bekman [EMAIL PROTECTED] writes: a typo Index: include/http_protocol.h - * @deffunc int ap_setup_cleint_block(request_rec *r, int read_policy) + * @deffunc int ap_setup_client_block(request_rec *r, int read_policy) done hopefully no C++ reserved words

Re: perl-framework: make test recompiles everything all the time

2002-04-16 Thread Stas Bekman
Doug MacEachern wrote: On Tue, 16 Apr 2002, Stas Bekman wrote: one last question. Should the ssl certificates be recreated on t/TEST -clean (or 'make test')? yup. if you don't want them to be, there are several ways to keep t/conf/ssl/ca from being deleted/regenerated. careful though, since

[patch mod_include.c] s/strchr/ap_strchr/

2002-04-16 Thread Stas Bekman
] == '/') { __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

Re: 2.0.35 doesn't set Last-Modified header

2002-04-15 Thread Stas Bekman
Justin Erenkrantz wrote: On Mon, Apr 15, 2002 at 11:59:00AM +0800, Stas Bekman wrote: 2.0.35 or whatever version is running on apache.org at this moment doesn't set the Last-Modified header for static pages requests. Daedalus won't because everything is run through mod_include. It's

Re: 2.0.35 doesn't set Last-Modified header

2002-04-15 Thread Stas Bekman
Joshua Slive wrote: On Mon, 15 Apr 2002, Stas Bekman wrote: Which makes all ASF projects sites running of daedalus cache non-friendly. Is this good? No. Only httpd.apache.org actually uses includes as far as I know. Other sites don't need it, and it should be disabled. (Of course, I

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestSmoke.pm

2002-04-12 Thread Stas Bekman
=== Thanks Cliff, fixed. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http

perl-framework: make test recompiles everything all the time

2002-04-12 Thread Stas Bekman
! __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

Re: perl-framework: make test recompiles everything all the time

2002-04-12 Thread Stas Bekman
Doug MacEachern wrote: On Fri, 12 Apr 2002, Stas Bekman wrote: Any idea why 'make test' in perl-framework is recompiling everything on each invocation without sources getting changed? Including rebuilding ssl certs. because 'make test' always does a t/TEST -clean after itself. but why 't/TEST

Re: perl-framework: make test recompiles everything all the time

2002-04-12 Thread Stas Bekman
Doug MacEachern wrote: On Sat, 13 Apr 2002, Stas Bekman wrote: but why 't/TEST -clean' removes the compiled modules? Shouldn't this be the job of 'make clean' and its variants? i don't really care. i never use 'make test' or even 'make' here. i have several checkouts of httpd-test/perl

Re: MM_Unix changes in bleedperl

2002-04-11 Thread Stas Bekman
from the mod_perl 2.0 sources @echo or the httpd-test distribution. EOF } -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

is there API 1-2 changes doc?

2002-04-09 Thread Stas Bekman
! __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache

2002-04-07 Thread Stas Bekman
a startup failure. Apparently on hpux and a few others child is reported is dead, when it's not. Now please fill in the missing info, of why does this happen. Thanks. __ Stas BekmanJAm_pH -- Just Another mod_perl

Re: [Fwd: [PATCH scoreboard] adding port entry]

2002-03-27 Thread Stas Bekman
Jim Jagielski wrote: At 10:28 AM +0800 3/27/02, Stas Bekman wrote: Is there anything wrong with this patch? Thanks. Nothing that I can see... I just don't see the need. We assume that knowledge of the virtual host implies knowledge of the IP address and port. We don't place the IP

Re: [Fwd: [PATCH scoreboard] adding port entry]

2002-03-27 Thread Stas Bekman
? __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

[patch Apache-Test/lib/Apache/TestConfig.pm] t/conf creation

2002-03-26 Thread Stas Bekman
}); if (my $extra_conf = $self-generate_extra_conf) { for my $file (@$extra_conf) { __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto

Re: cvs commit: httpd-test/perl-framework README

2002-03-26 Thread Stas Bekman
: - perl Makefile.PL -apxs /path/to/apache/bin/apxs + perl Makefile.PL apxs /path/to/apache/bin/apxs 4. Run the tests: t/TEST 5. Evaluate test output. -- __ Stas BekmanJAm_pH -- Just Another

Re: cvs commit: httpd-test/perl-framework README

2002-03-26 Thread Stas Bekman
Cliff Woolley wrote: On Tue, 26 Mar 2002, Stas Bekman wrote: No, no, please revert it. what made you decide to remove it? Because at some point in the past -apxs stopped working and somebody told me to use apxs instead. I've done it that way ever since. I figured this was just an old entry

[Fwd: [PATCH scoreboard] adding port entry]

2002-03-26 Thread Stas Bekman
Is there anything wrong with this patch? Thanks. Original Message Subject: [PATCH scoreboard] adding port entry Date: Fri, 15 Mar 2002 11:58:31 +0800 (SGT) From: Stas Bekman [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] When running port based vhosts we

1.3.24 mod_proxy patch: multiple set-cookies fix

2002-03-24 Thread Stas Bekman
: +351 21 0104340 - fax: +351 21 0104301 -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http

Re: 1.3.24...

2002-03-21 Thread Stas Bekman
Cliff Woolley wrote: On Fri, 22 Mar 2002, Stas Bekman wrote: Before releasing 1.3.24, can we please resolve the issue with -D_GNU_SOURCE, Sorry, too late... Jim tagged it about an hour ago. what about moving the tag? in any case how hard is to solve the problem I've posted

Re: 1.3.24...

2002-03-21 Thread Stas Bekman
Cliff Woolley wrote: On Fri, 22 Mar 2002, Stas Bekman wrote: what about moving the tag? AIUI that's verboten under 1.3's release model. ah, ok, just saw the vulnerability report. no questions than. :) _ Stas Bekman

Re: performance: using mlock(2) on httpd parent process

2002-03-20 Thread Stas Bekman
Hi Scott, On Wed, 20 Mar 2002, Stas Bekman wrote: mod_perl child processes save a lot of memory when they can share memory with the parent process and quite often we get reports from people that they lose that shared memory when the system decides to page out the parent's memory pages because

Re: performance: using mlock(2) on httpd parent process

2002-03-20 Thread Stas Bekman
Scott Hess wrote: On Thu, 21 Mar 2002, Stas Bekman wrote: On Wed, 20 Mar 2002, Stas Bekman wrote: mod_perl child processes save a lot of memory when they can share memory with the parent process and quite often we get reports from people that they lose that shared memory when the system

performance: using mlock(2) on httpd parent process

2002-03-19 Thread Stas Bekman
on systems that support it and when the parent httpd is started as root (mlock* works only within root owned processes). Of course this is relevant to 1.3 and 2.0 httpds. Thanks. _ Stas Bekman JAm_pH -- Just

Re: performance: using mlock(2) on httpd parent process

2002-03-19 Thread Stas Bekman
Greg Stein wrote: On Wed, Mar 20, 2002 at 12:02:53PM +0800, Stas Bekman wrote: mod_perl child processes save a lot of memory when they can share memory with the parent process and quite often we get reports from people that they lose that shared memory when the system decides to page out

parent member is not set under -DONE_PROCESS

2002-03-15 Thread Stas Bekman
0 for PID. Any reason for not setting this entry under -DONE_PROCESS/-X? Thanks. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide

[PATCH modules/generators/mod_status.c] performance

2002-03-14 Thread Stas Bekman
)); +} /* no_table_report */ } /* if (active child) */ } /* for () */ } _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http

broken configure?

2002-03-14 Thread Stas Bekman
. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http

build process warnings, lots of them

2002-03-14 Thread Stas Bekman
: link: warning: library `/usr/lib/libgdbm.la' was moved. libtool: link: warning: library `/usr/lib/libgdbm.la' was moved. _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: [PATCH modules/generators/mod_status.c] performance

2002-03-14 Thread Stas Bekman
Jeff Trawick wrote: Stas Bekman [EMAIL PROTECTED] writes: this patch: - removes if (!short_report) { } condition since the code inside this condition is already in the block of the same condition. + fixed alignment after removing the loop - moves a chunk of code to the condition's

better naming for members in struct scoreboard

2002-03-14 Thread Stas Bekman
the scoreboard struct a much easier and error prone task. If I'm not mistaken it's an easy search-n-replace in the scoreboard.[hc] and mod_status.c. Thanks! _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http

[PATCH scoreboard] adding port entry

2002-03-14 Thread Stas Bekman
03:47:46 - @@ -464,6 +464,7 @@ } apr_cpystrn(ws-vhost, r-server-server_hostname, sizeof(ws-vhost)); +ws-port = r-server-port; } } _ Stas Bekman

need to export status_init from mod_status/scoreboard

2002-03-13 Thread Stas Bekman
_ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http

Re: need to export status_init from mod_status/scoreboard

2002-03-13 Thread Stas Bekman
Aaron Bannert wrote: On Wed, Mar 13, 2002 at 05:12:58PM +0800, Stas Bekman wrote: status_init() in mod_status initializes status_flags, server_limit and thread_limit. This is all nice for mod_status since it gets loaded before any threads are started. Under mod_perl Apache::Scoreboard

<    3   4   5   6   7   8   9   10   >