[ANNOUNCE] Cache::Cache 0.09

2001-09-19 Thread DeWitt Clinton
[Note: A big thanks to everyone on modperl that has provided invaluable insight and support for this release.] Summary: The Perl Cache package provides Cache::Cache, a generic interface for creating persistent data stores. This interface is implemented by the Cache::MemoryCache,

Re: [OT] New Micro$oft vulnerability?

2001-09-19 Thread Larry Leszczynski
Hi Nat - Whoops! Returning OK terminates the PostReadRequest phase, apparently. Changing that to return DECLINED made PerlSetEnv work again. Sorry, Nat Before reading your post I had implemented a similar handler, although I put it in as a TransHandler, so I guess I should move it to

Segmentation Fault

2001-09-19 Thread uday . billawa
Hi All, We are rigorously testing our application and trying to refresh the page continously... I know the customer will be a nerd to do this but still a possibility. Interestingly after some repeated attempts we get the following error in our log file. [Wed Sep 19 13:56:02 2001] [notice]

Dynamic Virtualhost !?

2001-09-19 Thread raptor
hi, Anyone to know a way to set the host virtual-address dinamcly i.e.depending on what is the dynamic address I get by the pppd deamon when I connect !?! = iVAN [EMAIL PROTECTED] =

Shared cache with IPC::Shareable

2001-09-19 Thread Mark Maunder
Hi all, I'm sharing memory between httpd processes using IPC::Shareable. It is working but seems to behave inconsistently (memory is often not being freed etc..). I'm using it for creating common cached areas for file and database contents shared between httpd children. Is there a better way to

Re: Dynamic Virtualhost !?

2001-09-19 Thread Olivier Poitrey
Don't put an ip but a domain in the virtualhost section : VirtualHost domain.com ... /VirtualHost On IP change, you have to update the domain and to restart apache. -- ___ O l i v i e rP o i t r e y

Share data between pages web?

2001-09-19 Thread jlm
¡Hello! I'm a student what is constructing a web sitewithCGI andnothingbut perl. I have a problem, how share data between pages web? I want some similar a object Session in ASP, but en perl. The system of object of perl to allows? Ican make it? I have use mod_perl? Help me. Thank

Re: Shared cache with IPC::Shareable

2001-09-19 Thread Olivier Poitrey
You should try Apache::Cache, it's under developpement but seem to be stable. For a real documentation look at the CVS version, the actual release is poorelly documented. http://www.rhapsodyk.net/cgi-bin/cvsweb/Apache-Cache/ --

Re: Apache-Roaming with Netscape-4-72

2001-09-19 Thread Ken Williams
Ted Sariyski [EMAIL PROTECTED] wrote: /home/web/roaming/.htaccess: Invalid command 'tsariysk:ZJbPFKHxDasnx', perhaps mis-spelled or defined by a module not included in the server configuration It looks like you've confused the .htaccess and .htpasswd files. PerlModule Apache::Roaming

Re: Share data between pages web?

2001-09-19 Thread Ken Y. Clark
On Wed, 19 Sep 2001, jlm wrote: Date: Wed, 19 Sep 2001 18:00:05 +0200 From: jlm [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Share data between pages web? ¡Hello! I'm a student what is constructing a web site with CGI and nothing but perl. I have a problem, how share data between

Re: Segmentation Fault

2001-09-19 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Hi All, We are rigorously testing our application and trying to refresh the page continously... I know the customer will be a nerd to do this but still a possibility. Interestingly after some repeated attempts we get the following error in our log file. [Wed

I must be doing something dumb

2001-09-19 Thread Michael
apache 1.3.6, modp 1.19 When I include location blah SetHandler perl-script PerlFixUpHandler Apache::MyModule /location I get the error message Invalid command 'PerlFixUpHandler', perhaps mis-spelled or defined by a module not included in the server configuration

Re: Shared cache with IPC::Shareable

2001-09-19 Thread Perrin Harkins
I'm sharing memory between httpd processes using IPC::Shareable. It is working but seems to behave inconsistently (memory is often not being freed etc..). I'm using it for creating common cached areas for file and database contents shared between httpd children. Is there a better way to do

Re: Knowledge Base for 2.0

2001-09-19 Thread James G Smith
Stas Bekman [EMAIL PROTECTED] wrote: On Sun, 16 Sep 2001, Jim wrote: I am able to provide hosting at least during development. I'll put out a URL when we get something together. That's great! Once it's working, we may start using it for all ASF projects and then it'll be easy to host it on

Re: I must be doing something dumb

2001-09-19 Thread Stas Bekman
Michael wrote: apache 1.3.6, modp 1.19 When I include location blah SetHandler perl-script PerlFixUpHandler Apache::MyModule /location I get the error message Invalid command 'PerlFixUpHandler', perhaps mis-spelled or defined by a module not included in the server

Re: [OT] New Micro$oft vulnerability?

2001-09-19 Thread Reuven M. Lerner
Jeremy Howard writes: Jeremy Any suggestions on how we should respond? Update Jeremy Apache::CodeRed to recognise the new signature, and send an Jeremy appropriate message to postmaster and webmaster with an Jeremy updated URL to point to? Rosh Hashana just ended here in Israel, and I

RE: [OT] New Micro$oft vulnerability?

2001-09-19 Thread Geoffrey Young
Whoops! Returning OK terminates the PostReadRequest phase, apparently. Changing that to return DECLINED made PerlSetEnv work again. Sorry, Nat Before reading your post I had implemented a similar handler, although I put it in as a TransHandler, so I guess I should move it to

NIMDA worm; MSIISProbes.pm

2001-09-19 Thread Nick Tonkin
Hello, Now that Micro$oft has finally put out some information about their latest trick I have posted a new version of MSIISProbes.pm. Version 1.02 changes include putting the URL to a page containing info about each worm into a PerlSetVar ... this means that once you have configured

[OT] Re: Nimda worm

2001-09-19 Thread Dan Rench
On Tue, Sep 18, 2001 at 04:07:59PM -0700, Nick Tonkin wrote: Heh, as Nat maybe saw the worm doesn't always request ?/c+dir, so until I can figure out a better way to identify it we'll have to go with cmd.exe|root.exe Here's a sample Nimda hit (courtesy of 'nc -l -p 80' -- try it yourself on

Setting PerlRequire in a Perl section

2001-09-19 Thread Alex Harper
Hi, I'm trying to configure a PerlRequire directive in a Perl 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 VirtualHost. Since FindBin

Re: I must be doing something dumb

2001-09-19 Thread Robert Landrum
U PerlFixupHandler not PerlFixUpHandler # ./httpd -L | grep Fix PerlFixupHandler (mod_perl.c) the Perl Fixup handler routine name Rob At 2:28 AM +0800 9/20/01, Stas Bekman wrote: [Michael, please always keep the threads on the list, unless you've been asked to take it

RE: [OT] New Micro$oft vulnerability?

2001-09-19 Thread Lyle Brooks
This helps alot. I've been looking for a concise map of the various phases and what returns codes take me where. I'll probably post it on my wall. all phases up to and including content generation ought to behave exactly the same... - DECLINED moves to the next handler in the phase -

Re: NIMDA worm; MSIISProbes.pm

2001-09-19 Thread Bruce Albrecht
Nick Tonkin writes: Now that Micro$oft has finally put out some information about their latest trick I have posted a new version of MSIISProbes.pm. Version 1.02 changes include putting the URL to a page containing info about each worm into a PerlSetVar ... this means that once you have

RE: [OT] New Micro$oft vulnerability?

2001-09-19 Thread Geoffrey Young
-Original Message- From: Lyle Brooks To: Geoffrey Young Cc: 'mod_perl list ' Sent: 9/19/01 5:57 PM Subject: RE: [OT] New Micro$oft vulnerability? This helps alot. I've been looking for a concise map of the various phases and what returns codes take me where. I'll probably post it on

Re: I must be doing something dumb

2001-09-19 Thread Michael
U PerlFixupHandler not PerlFixUpHandler # ./httpd -L | grep Fix PerlFixupHandler (mod_perl.c) the Perl Fixup handler routine name aah.! Thanks, I new it was DUMB but just couldn't see it. Michael [EMAIL PROTECTED]

RE: [OT] New Micro$oft vulnerability?

2001-09-19 Thread Nick Tonkin
On Wed, 19 Sep 2001, Lyle Brooks wrote: One motivation I have is for these virus attacks, I'd like to send out a 403 - Forbidden right at the beginning (say, when someone asks for default.ida) and then I'd like to have the option of not logging it to keep it from growing my logs and

Re: NIMDA worm; MSIISProbes.pm

2001-09-19 Thread Nick Tonkin
On Wed, 19 Sep 2001, Bruce Albrecht wrote: I was looking at your Apache::MSIISProbes module, and I didn't understand the part about the nimda rewrite rules, mostly because I haven't used the rewrite rules. Do the following rules RewriteCond %{REQUEST_URI} !nimda RewriteCond

Nimda

2001-09-19 Thread Mithun Bhattacharya
If no one did the calculation before it amounts to a data transfer of approximately 250 MB a month considering the continuous 100Kbps of probe I am getting since yesterday evening. Doesn't matter to people with T1 links I guess but people hosted on shared servers and anyone else with dedicated IP

Re: ANNOUNCE: Starting work on Apache::RedirectUnless

2001-09-19 Thread Vivek Khera
JJH == J J Horner [EMAIL PROTECTED] writes: JJH I have need of a module that will redirect to https anytime JJH basic authentication is required. JJH I figure the best way to do this is to step in at the authentication JJH phase, and should authentication be required and the method be http,

Re: ANNOUNCE: Starting work on Apache::RedirectUnless

2001-09-19 Thread Mithun Bhattacharya
Stephen Adkins wrote: Is there an easier way to safeguard against Apache prompting for a password over HTTP? You could keep the secure areas outside the HTTP document root ?? Just a different DocumentRoot for HTTPS in your VirtualHost or separate httpd.conf. Mithun

Re: New Micro$oft vulnerability?

2001-09-19 Thread Mithun Bhattacharya
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 productive and my

Re: ANNOUNCE: Starting work on Apache::RedirectUnless

2001-09-19 Thread J. J. Horner
* Mithun Bhattacharya ([EMAIL PROTECTED]) [010919 03:40]: Stephen Adkins wrote: Is there an easier way to safeguard against Apache prompting for a password over HTTP? You could keep the secure areas outside the HTTP document root ?? Just a different DocumentRoot for HTTPS in your