Jindo Soul wrote:
>
> Hi!
>
> I recently made a decision to adopt Apache::ASP as the template tool for my site.
>The only thing I'd like to find out is whether or not Apache::ASP works with
>Apache::Session. I read from an online article
>http://perl.apache.org/features/tmpl-cmp.html that A
On Thursday, September 20, 2001, at 09:41 AM, Nick Tonkin wrote:
>
> Hello,
>
> thanks to patches from Brice D. Ruth and others, a new version of
> MSIISProbes.pm is available at
> http://www.tonkinresolutions.com/MSIISProbes.pm.tar.gz
Hi all -
Can anyone provide a couple hints on getting this
Alex Harper wrote:
>
> >mod_perl 2.0 has solved these problems already, but it's not in
>
> >production yet :)
>
> Well that give me something to look forward to :-)
>
> >Have you read this one?
>
>
>>http://perl.apache.org/guide/config.html#Is_There_a_Way_to_Modify_
Hi,
a new version of MSIISProbes.pm is available at
http://www.tonkinresolutions.com/MSIISProbes.pm.tar.gz
This version provides support for statistics on each of the worms bugging
you, thanks to Paul DuBois for the suggestion.
>From the docs:
B
You may wish to see the statistics for the v
Hi Jan,
I'm afraid that might just gum up the bandwidth even more than these
idiots (and our flame mail to them :) ...
thanks for the support, though!
~~~
Nick Tonkin
On Thu, 20 Sep 2001, Jan Jungnickel wrote:
> Hallo,
>
> >> thanks to patches from Brice D. Ruth and others, a new
>mod_perl 2.0 has solved these problems already, but it's not in
>production yet :)
Well that give me something to look forward to :-)
>Have you read this one?
>http://perl.apache.org/guide/config.html#Is_There_a_Way_to_Modify_INC_o
n
>You probably nee
On Fri, Sep 21, 2001 at 01:28:53AM +0800, Stas Bekman wrote:
> If you remember back in the end of April, I've posted to the list an
> unusual job seek request [1], where I was saying that I want some
> company to sponsor me to work full time on mod_perl 2.0 development.
>
> Believe it or not my u
> Now
> first time it runs it works just fine, but after that
> array contains only first ID that was pushed there.
the magic match :) Please read:
http://perl.apache.org/guide/porting.html#Sometimes_it_Works_Sometimes_it
http://perl.apache.org/guide/porting.html#Exposing_Apache_Registry_secret
Randy Rasmussen wrote:
> When I compile mod_perl-1.26 with apache_1.3.20 I get a core dump
> when I try and start apache. I have the core file if needed. I have
> included the revision and makefile information plus the output of
> truss -ef ./apachectl start.
Randy, please see the SUPPORT file
Bob Foster wrote:
> Hi Stas,
>
> That's excellent! I hope that you will be richly rewarded for all of your
> good work on Open Source projects. Tell Ticketmaster that I won't buy
> tickets from their competitors after all. And I hope that someday the
> company I'm working for will be able to
Chris Brooks wrote:
> Good morning all,
>
> I recently began to host a website with the hosting company addr.com.
> On the good side, they run Apache / mod_perl and they only cost $10 /
> month. On the bad side, they don't _support_ mod_perl, and they don't
> allow access to the error_logs.
Hi!
I recently made a decision to adopt Apache::ASP as the template tool for my site. The
only thing I'd like to find out is whether or not Apache::ASP works with
Apache::Session. I read from an online article
http://perl.apache.org/features/tmpl-cmp.html that Apache::ASP can be hookied u
Stephen Reppucci wrote:
>I've got a couple of dozen this month -- not sure what the source
>is, but they definitely seem to be coming from just a few hosts.
>Also, many of mine have no URI in the request, they just seem to
>connect and not make any request.
>
>Smells like some time of worm...
>
>
>Hey Geoff, for efficiency, my final code for detecting a client abort
>is:
[snip]
>where $self is the ASP object ... I looked at the IO::Select->new()
>and it looked pretty hairy, so I checked connection->aborted
>status first in case it was already set.
good idea. thanks for following up...
Geoffrey Young wrote:
>
> yes, it worked for me. actually, I guess I should have been clearer - this
> has nothing to do with $c->aborted or $r->print (well, on the outside
> anyway). for $c->aborted you have to wait for Apache to flush the print
> buffers. actually, in my tests $r->rflush didn
Hello,
Sorry if this is coming twice. In apache/mod_perl
handler i use recursive function to parse a tree and
find it's root (umm, uppermost ID). If script goes one
level up it pushes it's ID to array, after it's
finisthed I pop last ID from array. Now
first time it runs it works just fine, but
Hello,
In apache/mod_perl handler i use recursive function to parse a tree and
find it's root (umm, uppermost ID). If script goes one level up it pushes
it's ID to array, after it's finisthed I pop last ID from array. Now
first time it runs it works just fine, but after that array contains only
Hmmm...
I tried doing the s/OK/DECLINED/ thing and it didn't do the trick. :-(
I forgot to mention that this is in combination with HTML::Mason,
but I doubt that should have any effect.
Tim.
On Tue, Sep 18, 2001 at 03:54:00PM -0600, Nathan Torkington wrote:
>
> Tim Peoples writes:
> > This '
This 'Apache::Vermicide' module, installed as a 'PerlPostReadRequestHandler',
seems to be preventing any 'PerlSetEnv' directives from being parsed out
of a '.htaccess' file (or equivalent). IOW, the ENV vars aren't getting
set properly.
I'm investigating how to remedy this issue.
Tim.
On Tue,
When I compile mod_perl-1.26 with apache_1.3.20 I get a core dump
when I try and start apache. I have the core file if needed. I have
included the revision and makefile information plus the output of
truss -ef ./apachectl start.
Randy
#
perl -V
Summary of my perl5 (5.0 patchlevel 5 subversion 2
I've got a couple of dozen this month -- not sure what the source
is, but they definitely seem to be coming from just a few hosts.
Also, many of mine have no URI in the request, they just seem to
connect and not make any request.
Smells like some time of worm...
On Thu, 20 Sep 2001, Nick Tonkin
Hi Stas,
That's excellent! I hope that you will be richly rewarded for all of your
good work on Open Source projects. Tell Ticketmaster that I won't buy
tickets from their competitors after all. And I hope that someday the
company I'm working for will be able to afford contributing instead of
perhaps you can try:
use CGI::Carp qw(fatalsToBrowser)
also, checkout the guide:
http://perl.apache.org/guide/debug.html#Code_Debug
especially the section:
Using Apache::FakeRequest to Debug Apache Perl Modules
which may be helpful in this case.
Chris Brooks wrote:
> Good morning all,
>
> I
Hallo,
>> thanks to patches from Brice D. Ruth and others, a new version of
>> MSIISProbes.pm is available at
>> http://www.tonkinresolutions.com/MSIISProbes.pm.tar.gz
>>
>> Changes:
>> v1.03 Added code to get e-mail for the SOA of the host
>> (Brice D. Ruth)
>> Cut the DNS Resolver's
Good morning all,
I recently began to host a website with the hosting company addr.com.
On the good side, they run Apache / mod_perl and they only cost $10 /
month. On the bad side, they don't _support_ mod_perl, and they don't
allow access to the error_logs. The upshot is that I have been unab
>Hello,
>
>thanks to patches from Brice D. Ruth and others, a new version of
>MSIISProbes.pm is available at
>http://www.tonkinresolutions.com/MSIISProbes.pm.tar.gz
>
>Changes:
> v1.03 Added code to get e-mail for the SOA of the host
>(Brice D. Ruth)
> Cut the DNS Resolver's timeout
"Aaron E. Ross" wrote:
>
> On Fri, Sep 21, 2001 at 02:01:31AM +0800, Gunther Birznieks wrote:
> > "You can reach your goals.
> >
> > I'm living proof.
> >
> > beefcake.
> >
> > BEEFCAKE!!"
> >
> > -- Eric Cartman
>
> LOL! sounds like a great project stas! thanks ticketmaster!
Yeah. Kudos to
On Fri, Sep 21, 2001 at 02:01:31AM +0800, Gunther Birznieks wrote:
> "You can reach your goals.
>
> I'm living proof.
>
> beefcake.
>
> BEEFCAKE!!"
>
> -- Eric Cartman
LOL! sounds like a great project stas! thanks ticketmaster!
> Just a thought but why are we even bothering about doing a complete
> response cycle for the probes ??? I mean nobody is actually going to
> care what my server says is it ?? I was thinking more about closing
> connection as soon as I figure out the URI. That way my server stays
> more productiv
Hi all, sorry to bother, but has anyone else noticed a bunch of 408
(client timed out) requests beginning last evening?
Some but not all of these have also been trying the Nimda exploit. Perhaps
Nimda (or another Micro$oft product) is screwing up the clients?
nick@world /usr/local/apachessl/bin
Congratulations to Stas, mod_perl, and the guide.
Excellent!
Ed
Stas Bekman wrote:
>
> If you remember back in the end of April, I've posted to the list an
> unusual job seek request [1], where I was saying that I want some
> company to sponsor me to work full time on mod_perl 2.0 development
At 01:28 AM 9/21/2001 +0800, Stas Bekman wrote:
>If you remember back in the end of April, I've posted to the list an
>unusual job seek request [1], where I was saying that I want some
>company to sponsor me to work full time on mod_perl 2.0 development.
>
>Believe it or not my unusual request has
If you remember back in the end of April, I've posted to the list an
unusual job seek request [1], where I was saying that I want some
company to sponsor me to work full time on mod_perl 2.0 development.
Believe it or not my unusual request has been answered by Craig McLane
from TicketMaster.com
Hello,
thanks to patches from Brice D. Ruth and others, a new version of
MSIISProbes.pm is available at
http://www.tonkinresolutions.com/MSIISProbes.pm.tar.gz
Changes:
v1.03 Added code to get e-mail for the SOA of the host (Brice D. Ruth)
Cut the DNS Resolver's timeout to 20 seconds
Andrei A. Voropaev wrote:
> The funny part is that in our case we also get Segmentation fault from time to
> time but there's no coredump file.
That's because your environment is set not to allow core dumps. I have
posted the details of how to set it up a few weeks ago, Please check the
list
Flavio D' Amore wrote:
> Hi,
> i would understand what's wrong in my Apache configuration 'cause my
> script perl
> don't run under mod_perl.
> Could you help me please?
>
> In attach i've sent you my httpd.conf and f.pl which executing it return
> in error.log the following message:
You pro
Alex Harper wrote:
> Hi,
>
> I'm trying to configure a PerlRequire directive in a section of
> an .htaccess file. This is done so that I can have several directories
> (one per VirtualHost) load a different PerlRequire startup without
> resorting to absolute paths for the startup for each Virtu
At 10:33 AM +0400 9/20/01, Andrei A. Voropaev wrote:
>The funny part is that in our case we also get Segmentation fault from time to
>time but there's no coredump file. I even tried to attach gdb to apache child
>and wait for Segfault. I got it but I'm not sure I could understand it. Please
>see b
Hi,
i would understand what's wrong in my Apache configuration 'cause my
script perl
don't run under mod_perl.
Could you help me please?
In attach i've sent you my httpd.conf and f.pl which executing it return
in error.log the following message:
We're NOT running under mod_pe:
/u/dsimv4/she/f.pl
39 matches
Mail list logo