[ANNOUNCE] HTTP-WebTest 2.04

2003-09-05 Thread Ilya Martynov
with a set of default plugins but can be easily extended with third party plugins. CHANGES SINCE 2.03: BUG FIXES: * ReportPlugin.pm had a bug that it sended out email report even if mail parameter was set to errors and all tests passed. Thanks to Naoki Shima for a patch. -- Ilya Martynov

[ANNOUNCE] HTTP-WebTest 2.03

2003-07-14 Thread Ilya Martynov
specification. Thanks to Brian Webb for a bugreport. -- Ilya Martynov, [EMAIL PROTECTED] CTO IPonWEB (UK) Ltd Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net Personal website - http://martynov.org

Re: [ANNOUNCE] HTTP-WebTest 2.02

2003-03-24 Thread Ilya Martynov
to Amit Kaul for a bugreport and a patch. * New versions of LWP add Client-Peer header in all responses what breaks one of tests in the self-testing suite. This test was supposed to be fixed by the previous release but apparently it wasn't. -- Ilya Martynov, [EMAIL PROTECTED] CTO IPonWEB (UK

Re: Cross Site Scripting

2003-03-11 Thread Ilya Martynov
problem with HTML::TagFilter I see is that it doesn't support restricting schemas in URIs. You definetely should not allow links like a href=javascript:something But maybe it is possible to extend HTML::TagFilter to do this too. -- Ilya Martynov, [EMAIL PROTECTED] CTO IPonWEB (UK) Ltd Quality

[ANNOUNCE] HTTP-WebTest 2.01

2003-03-02 Thread Ilya Martynov
and could fail on some machines. Thanks to Johannes la Poutre for bug report. * HTTP::WebTest::Plugin::HarnessReport produced report output on STDERR what was adding noise in 'make test' output when being used in Test::Harness-style test suites. -- Ilya Martynov, [EMAIL PROTECTED] CTO IPonWEB

Re: How to figure out with what options a mod_perl is built

2003-03-02 Thread Ilya Martynov
PERL_CHILD_INIT=1 You can use Apache::Status. See its perldoc for details. -- Ilya Martynov, [EMAIL PROTECTED] CTO IPonWEB (UK) Ltd Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net Personal website - http://martynov.org

[ANNOUNCE] HTTP-WebTest 2.00

2002-12-14 Thread Ilya Martynov
. * Allow to use $webtest-last_xxx method calls after running test sequence with $webtest-run_tests. Thanks to Kevin Baker for patch. -- Ilya Martynov, [EMAIL PROTECTED] CTO IPonWEB (UK) Ltd Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net Personal

Re: 0x444ba45b in prof_mark () from/usr/lib/perl5/5.6.1/i686-linux/auto/Devel/DProf/DProf.so

2002-12-07 Thread Ilya Martynov
non-trivial program. -- Ilya Martynov, [EMAIL PROTECTED] CTO IPonWEB (UK) Ltd Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net Personal website - http://martynov.org

Re: IPC::Open2, mod_perl and cvsweb

2002-11-26 Thread Ilya Martynov
under mod_perl and gives you much more than the IPC::Open* family. GY IPC::Run++ Question about IPC::Open2 under mod_perl seems to arise quite frequently. Maybe it should be added to mod_perl guide in 'Frequent mod_perl problems' section. -- Ilya Martynov, [EMAIL PROTECTED] CTO IPonWEB (UK

Re: IPC::Open2, mod_perl and cvsweb

2002-11-25 Thread Ilya Martynov
replacing it with IPC::Run. KW [..snip..] -- Ilya Martynov, [EMAIL PROTECTED] CTO IPonWEB (UK) Ltd Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net Personal website - http://martynov.org

Fwd: Re: evil scripts kill the server...

2002-10-17 Thread Ilya Martynov
Oops, forgot to reply to list. To: Eric Cholet [EMAIL PROTECTED] Subject: Re: evil scripts kill the server... From: Ilya Martynov [EMAIL PROTECTED] On Thu, 17 Oct 2002 14:09:17 +0200, Eric Cholet [EMAIL PROTECTED] said: EC Yes, please explain how careless programming practice can make root

Re: mod_perl statistics on securityspace.com

2002-09-10 Thread Ilya Martynov
than Perl (frankly Safe.pm is a joke). -- Ilya Martynov (http://martynov.org/)

Re: mod_perl statistics on securityspace.com

2002-09-10 Thread Ilya Martynov
On Tue, 10 Sep 2002 09:53:50 -0700, Rodney Broom [EMAIL PROTECTED] said: RB From: Ilya Martynov [EMAIL PROTECTED] IM (frankly Safe.pm is a joke). RB Now this thread has taken my interest. Ilya, would you care to RB expound on this statement? I'm planning to use Safe in production RB soon. Try

Re: [OT] HTML to XHTML conversion

2002-08-28 Thread Ilya Martynov
::Tree, excellent JM module IMHO. XML::LibXML supports HTML too. -- Ilya Martynov (http://martynov.org/)

Re: Static vs. DSO on Linux specifically

2002-07-22 Thread Ilya Martynov
not trust RedHat to much to do right thing with Perl. They are know to produce broken mod_perl packages in the past for example. DD [..snip..] -- Ilya Martynov (http://martynov.org/)

Re: relative path not accepted in mod_perl2 ?

2002-07-16 Thread Ilya Martynov
>http://mathforum.org/epigone/modperl/smansheezhing/[EMAIL PROTECTED] -- Ilya Martynov (http://martynov.org/)

Re: Perl sections

2002-07-08 Thread Ilya Martynov
in runtime then instead of using Perl just write Perl script to generate Apache config file from templates and run it before starting Apache. This way you do not need mod_perl on frontend Apache at all. -- Ilya Martynov (http://martynov.org/)

Re: [OT] Re: Apache Web Server vulnerability

2002-06-21 Thread Ilya Martynov
. Though exploits for these platforms have not been published (yet). -- Ilya Martynov (http://martynov.org/)

Re: separating C from V in MVC

2002-06-07 Thread Ilya Martynov
On Thu, 6 Jun 2002 20:15:24 -0600, Rob Nagler [EMAIL PROTECTED] said: (http://sourceforge.net/projects/poop/). RN Great, another mailing list. :-) Thanks. It is not just mailing list. Don't miss http://poop.sourceforge.net/. It has nice review of most Perl OO persistence modules. -- Ilya

Re: GTop

2002-05-22 Thread Ilya Martynov
server named it that way, but when doing ### a GK %locate glib command, I get (you'll see the glib12-config file down GK towards the bottom): Just patch Makefile.PL of GTop. Replace string glib-config with glib12-config in top level Makefile.PL and in Server/Makefile.PL -- Ilya Martynov (http

Re: Permission conflict between mod_cgi and mod_perl

2002-03-25 Thread Ilya Martynov
script doesn't give automagically root rights to instance of apache process which handles request. -- oIlya Martynov = http://martynov.org/o oTIV.net = http://tiv.net/ o

Re: Non-web use for Apache/mod_perl

2002-03-21 Thread Ilya Martynov
type for read/write intensive applications because it doesn't lock whole tables but provides Oracle style row-level locking. -- oIlya Martynov = http://martynov.org/o oTIV.net = http://tiv.net/ o

Re: ANNOUNCE: HTTP::TestEngine v0.02

2002-01-29 Thread Ilya Martynov
record tests for HTTP::WebTest was in my TODO for a long time. I just had no time for it ;( -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov (http://martynov.org/) TIV.net (http://tiv.net/) | | GnuPG 1024D/323BDEE6 D7F7 561E 4C1D 8A15 8E80

Re: Strange Apache 2.0 rewrite/proxy issue

2002-01-03 Thread Ilya Martynov
proxy I replaced my John Apache 1.3.14 standard apache wth an Apache 2.0.28 with the proxy John support compiled in. You can try oops[1] also. It is a HTTP 1.1 proxy. [1] http://zipper.paco.net/~igor/oops.eng/ -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya

Re: Why libperl.so?

2001-11-28 Thread Ilya Martynov
On Thu, 29 Nov 2001 09:02:35 +0400, BeerBong [EMAIL PROTECTED] said: BB Sorry, it is necessary for mod_perl now ? BB I want to compile statically as many modules as I can. But why? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov (http

Re: Apache::Session Problem

2001-11-21 Thread Ilya Martynov
instead)? I'm not sure why your code doesn't work but why are you using such old Apache::Session? Take new Apache::Session which provides MySQL support via Apache::Session::MySQL. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov (http://martynov.org

[ANNOUNCE] HTTP::WebTest 1.07

2001-11-20 Thread Ilya Martynov
] for patch. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov (http://martynov.org/)| | GnuPG 1024D/323BDEE6 D7F7 561E 4C1D 8A15 8E80 E4AE BE1A 53EB 323B DEE6 | | AGAVA Software Company (http://www.agava.com/) | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Re: @INC

2001-10-20 Thread Ilya Martynov
On Wed, 17 Oct 2001 14:26:17 +0100, Plows, Sean (London) [EMAIL PROTECTED] said: PS How can I set this as my cgi's can't locate my libs? use lib qw(/path/to/libs); -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov (http://martynov.org

Re: Mod_perl component based architecture

2001-10-16 Thread Ilya Martynov
run it in FastCGI and whatnot. Moreover I have seen it being used in command line tool which generates static HTML pages from a set of templates. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov (http://martynov.org/) TIV.net (http://tiv.net

Re: predefined arrays @- and @+ with mod_perl?

2001-10-10 Thread Ilya Martynov
(in new Perls - probably = 5.6.1) -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov (http://martynov.org/)| | GnuPG 1024D/323BDEE6 D7F7 561E 4C1D 8A15 8E80 E4AE BE1A 53EB 323B DEE6 | | AGAVA Software Company (http

[ANNOUNCE] HTTP::WebTest 1.05

2001-08-12 Thread Ilya Martynov
of temporary directories. * Removed section 'CHANGES' from HTTP::WebTest POD docs since it became too long. Anybody interested in changes should consult this file. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov (http://martynov.org

[ANNOUNCE] HTTP::WebTest 1.06

2001-08-12 Thread Ilya Martynov
files required for local web files testing mode were missing in last HTTP-WebTest distributions. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov (http://martynov.org/)| | GnuPG 1024D/323BDEE6 D7F7 561E 4C1D 8A15

Re: [ANNOUNCE] RoboWeb 1.0b, web application test suite generator

2001-07-23 Thread Ilya Martynov
skeleton of test. Maybe joining our efforts have some sense. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov (http://martynov.org/)| | GnuPG 1024D/323BDEE6 D7F7 561E 4C1D 8A15 8E80 E4AE BE1A 53EB 323B DEE6 | | AGAVA

Re: Apache::Session / No-Cookie-Tracking

2001-05-25 Thread Ilya Martynov
). -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov (http://martynov.org/)| | GnuPG 1024D/323BDEE6 D7F7 561E 4C1D 8A15 8E80 E4AE BE1A 53EB 323B DEE6 | | AGAVA Software Company (http://www.agava.com/) | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Re: execute JAR procedures

2001-04-06 Thread Ilya Martynov
and Tomcat stuff but it seems like c overkill, this is the only JAVA I am using right now and was hoping c there was a simpler way. Take a look at 'Java' or 'Inline-Java' module available from CPAN. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov (http

Re: [ANNOUNCE] ApacheCon USA 2001: Call For Papers

2000-11-15 Thread Ilya Martynov
for TPC , but perfect for DH ApacheCon. DH DH Is there a way of doing mod_rewrite maps in perl? RewriteMap config option allows you specify external program as source of map information. It can be in perl. Apache documentation for mod_rewrite has an example of such program. -- Ilya Martynov AGAVA

Strange messages in mod_perl enabled Apache

2000-11-10 Thread Ilya Martynov
the backend sends in response to a query it receives). Have anybody seen it? What can it mean? Version of mod_perl 1.24 Version of Apache 1.3.14 I have suspicion that it can be DBD::Pg messages but I'm not sure yet. Version of DBD::Pg is 0.93. -- Ilya Martynov AGAVA Software Company, http