[OT] DALnet Explains DDOS

2002-11-08 Thread Jonathan M. Hollin
OFF TOPIC Some of you probably know that DAlnet has been subject to a large-scale DDOS attack recently. As a result of this, they (DALnet) have posted a series of articles in their ezine to explain to their users what's happening. They have a wonderful Plain English explanation of DOS and

BUG in $r-uri ?

2002-11-08 Thread Lee Goddard
I know I shouldn't, but I have a URI that goes: a_silly_clients_filename 2 . jpg And when I try: $r-log_error ( $r-uri ); the result is: [Fri Nov 08 09:59:37 2002] [error] a_silly_clients_filename 2.jpg Is this real, or is it me? Thanks, lee Lee Goddard

Help mod_perl 1.27 and DB

2002-11-08 Thread Tony Simbine
Hallo, i wrote a script in mod_perl, but often it loses the db-connection. i'm using mysql as DB. how can i stop this? for example GET http://www.myhost.com/myscript.perl now I get the results as expect GET http://www.myhost.com/myscript.perl now I get an error wenn i reload it, then

make error compiling mod_perl on RH7.1

2002-11-08 Thread Witchy
Hi all, Trying to compile mod_perl 2.0 for my RH7.1/Apache 2.0.39 server and it falls over with this error: apr_perlio.c: In function `apr_perlio_apr_file_to_glob': apr_perlio.c:573: `IoTYPE_WRONLY' undeclared (first use in this function) apr_perlio.c:573: (Each undeclared identifier is reported

Trouble building Apache 1.3.27 with mod_perl 1.27 on Solaris 8 x86

2002-11-08 Thread Svavar Örn Eysteinsson
Hi all. I'm having a big trouble on my Solaris 8 x86. I'm trying to compile Apache v1.3.27 with mod_perl 1.2.27. As for now i'm running Apache/1.3.19 (Unix) PHP/4.0.4pl1 mod_perl/1.25. with Perl 5.6.1 and GCC 3.0.3 First off all, i'm using the GNU ld in the compilation process. And as i go

Re: [Win32] nmake error compiling mod_perl.so

2002-11-08 Thread Randy Kobes
On Fri, 8 Nov 2002, jheckel wrote: Randy Kobes wrote: where this gets defined in general, but a temporary workaround for the above problem is to change in modperl-2.0/xs/Apache/Access/Apache__Access.h, about line 63, the call av_push(config, newSVpvf(..)); to

Re: [Win32] nmake error compiling mod_perl.so

2002-11-08 Thread Juergen Heckel
Randy Kobes wrote: Does W:\programme\Perl\site\lib\auto\Apache\RequestRec\RequestRec.dll exist? This problem may have arisen from an earlier, incomplete, install, or perhaps trying to install/uninstall mod_perl while the server was running. Maybe try making sure the server is stopped, then

Re: Help mod_perl 1.27 and DB

2002-11-08 Thread Perrin Harkins
Tony Simbine wrote: wenn i reload it, then sometimes i get the document or an error. Well, what's the error? Look at your log file. Then look at http://perl.apache.org/docs/1.0/guide/troubleshooting.html and see if the error is listed there. - Perrin

Re: Help mod_perl 1.27 and DB

2002-11-08 Thread Rafiq Ismail (ADMIN)
On Fri, 8 Nov 2002, Tony Simbine wrote: GET http://www.myhost.com/myscript.perl now I get the results as expect GET http://www.myhost.com/myscript.perl now I get an error wenn i reload my apache-webserver, then i allways get the expected page. how can i resolve it? You know he's right?

RE: Can't locate object method new via package Apache::Request (via Mason)...SOLVED

2002-11-08 Thread DeAngelo Lampkin
Huh? It tells you EXACTLY what is wrong. No, not really. One reason is that it's not immediately clear (to me) which file can't be loaded. Is it Request.so or libapreq.so.1 that can't be loaded? This ambiguity is further blurred when you know both files are installed. And of course the

RE: Can't locate object method new via package Apache::Request (via Mason)...SOLVED

2002-11-08 Thread DeAngelo Lampkin
Cool. Will do. -Original Message- From: Tim Tompkins [mailto:timt;arttoday.com] Sent: Thursday, November 07, 2002 12:27 PM To: DeAngelo Lampkin; [EMAIL PROTECTED] Subject: Re: Can't locate object method new via package Apache::Request (via Mason)...SOLVED As a quick follow-up, the

Re: Can't locate object method new via package Apache::Request(via Mason)...SOLVED

2002-11-08 Thread Perrin Harkins
DeAngelo Lampkin wrote: And of course the other reason is that if the solution to the problem was so obvious from the error message, somebody would have posted a solution before I figured it out (with help from you guys). There is documentation related to this problem in the troubleshooting

[mp-1 ?] Apache::Util::escape_html could handle single quotation

2002-11-08 Thread Marcin Kasperski
I use Apache::Util::escape_html to perform fast HTML-escaping of the data before displaying it. Unfortunately, this function handles , , and but does not handle ' (single quote) - which can be escaped as apos; It would be nice if apos was handled. After all, in HTML file it is almost

[Win32] ActivePerl-5.8 beta released

2002-11-08 Thread Randy Kobes
Of relevance to mod_perl-2 Win32 users, ActivePerl just released a beta version of their perl-5.8 binary; see http://www.activestate.com/Products/ActivePerl/ Because of binary incompatibilities with 5.6, there's a separate 5.8 repository of ppm packages under

Re: [mp-1 ?] Apache::Util::escape_html could handle single quotation

2002-11-08 Thread darren chamberlain
* Marcin Kasperski [EMAIL PROTECTED] [2002-11-08 16:22]: I use Apache::Util::escape_html to perform fast HTML-escaping of the data before displaying it. Unfortunately, this function handles , , and but does not handle ' (single quote) - which can be escaped as apos; Hey, this is an easy

Apache 1.3.27 + Mod_perl(sunOS Solaris) installation problem

2002-11-08 Thread Manish Anand
Hi ! I am trying to install Apache1.3.27 + Mod_perl 1.27... I was successful in eventually installing the apache with mod-perl support. I verified that mod-perl was installed by 'httpd -l' command. Everything seemd to be working the way it shoudl, but when i run the server... it says 'httpd

Re: [mp-1 ?] Apache::Util::escape_html could handle single quotation

2002-11-08 Thread Marcin Kasperski
darren chamberlain [EMAIL PROTECTED] writes: * Marcin Kasperski [EMAIL PROTECTED] [2002-11-08 16:22]: I use Apache::Util::escape_html to perform fast HTML-escaping of the data before displaying it. Unfortunately, this function handles , , and but does not handle ' (single quote) - which

RE: [Win32] ActivePerl-5.8 beta released

2002-11-08 Thread Beau E. Cox
Hi - Just wondering about DBI modules in 5.8. In both Randy's posted ppm packages list and via 5.8's ppm, I can't find: DBI (plain 'ole) DBD-ODBC DBD-Mysql I know this is beta, but are DBI modulrs such as these forthcoming? Aloha = Beau. -Original Message- From: Randy Kobes

RE: [Win32] ActivePerl-5.8 beta released

2002-11-08 Thread Randy Kobes
On Fri, 8 Nov 2002, Beau E. Cox wrote: Hi - Just wondering about DBI modules in 5.8. In both Randy's posted ppm packages list and via 5.8's ppm, I can't find: DBI (plain 'ole) DBD-ODBC DBD-Mysql I know this is beta, but are DBI modulrs such as these forthcoming? Aloha = Beau.

Re: [Win32] nmake error compiling mod_perl.so

2002-11-08 Thread Randy Kobes
On Thu, 7 Nov 2002, jheckel wrote: Hi since two weeks I can no longer compile the mod_perl-2.0 package from the snapshot server without errors. The last good compilation was 10/27/2002:-( Apache version 2.0.44-dev, WinXP, Perl 5.6.1 Build 633. My install commands: perl Makefile.PL

Re: Signal Handling in mod_perl ...

2002-11-08 Thread Ged Haywood
Hi there, On Sat, 9 Nov 2002, Sylbert L wrote: I have this response handler, within which I've written this signal handler. When I pass a signal to that particular process, it is handled only when a request is processed, not when the signal is really received Apache has told its children to

Re: Apache 1.3.27 + Mod_perl(sunOS Solaris) installation problem

2002-11-08 Thread Ged Haywood
Hi there, On Fri, 8 Nov 2002, Manish Anand wrote: I am trying to install Apache1.3.27 + Mod_perl 1.27... I was successful in eventually installing the apache with mod-perl support. I verified that mod-perl was installed by 'httpd -l' command. Everything seemd to be working the way it shoudl,

Re: [Win32] nmake error compiling mod_perl.so

2002-11-08 Thread Juergen Heckel
Randy Kobes wrote: Does W:\programme\Perl\site\lib\auto\Apache\RequestRec\RequestRec.dll exist? This problem may have arisen from an earlier, incomplete, install, or perhaps trying to install/uninstall mod_perl while the server was running. Maybe try making sure the server is stopped, then

Re: [Win32] ActivePerl-5.8 beta released

2002-11-08 Thread Juergen Heckel
Randy Kobes wrote: Of relevance to mod_perl-2 Win32 users, ActivePerl just released a beta version of their perl-5.8 binary; see http://www.activestate.com/Products/ActivePerl/ Hi, thank you again. I was looking there the last days without finding the new version. Juergen