Re: axkit segfaults

2001-09-30 Thread test
I read th FAQ but no succes: kampen@eureka:/w20/htdocs/xmltest strings /w20/bin/httpd |grep -i XML kampen@eureka:/w20/htdocs/xmltest I removed ssl and php4 from the build and only concentrated on modperl 1.26 and apache 1.3.20: [Sun Sep 30 18:06:32 2001] [notice] Apache/1.3.20 (Unix)

axkit segfaults

2001-09-28 Thread test
I used the an test.xml from example taken from axkit.org Installed most components kampen@eureka:~/down/cpan/AxKit-1.4 perl Makefile.PL checking for module mod_perl = version 1.17... yes checking for module XML::Parser = version 2.27... yes checking for module Digest::MD5 =

Re: [OT] New Micro$oft vulnerability?

2001-09-24 Thread test
The Nimda worm deposits many files, some of which are hidden in different directories on the infected server. The worm plants itself in the root of any available drive as the file admin.dll. Other filenames for the worm include: ADMIN.DLL, LOAD.EXE, MMC.EXE, README.EXE, RICHED20.DLL,

Re: access log and the request object

2001-04-05 Thread test
I once used this: Is PerlCleanupHandler the same as LogHandler? As far as I remember putting the code in the cleanup phase would mean logging after finishing the request cycle with no delay for the client. Is that true? Location /bankers SetHandler perl-script PerlHandler

ticketsystem

2001-01-10 Thread test
Hi I am using a cookie based authentication scheme. Cookie expires therefore login again. ( like the ticket master example in O'reilly's.) I noticed that the MS Explorer remembers both username and corresponding password, making the cookie based authentication system useless. (closing and

imagemagick

2000-10-25 Thread test
This code does not work under modperl though tested as a small commandline script it does work. Also when I change the m6 to a number(ie primary recordkey) it will work Very strange Although I work around this by using the numbers, I feel a bit limited by using numbers only.. Maybe the bogus

images/static files (fwd)

2000-10-19 Thread test
Hi I know that one is supposed to use a plain httpd or possibly thttpd for delivering static content like images. That is however a problem if the images itself are subject to protection. One option is basic atuhentication, but than the user/password goes to the server for every image to

Re: OT: Server-push client page reload

2000-09-21 Thread test
Hi type: multipart/x-mixed-replace use CGI::Push qw(:standard) do_push(-next_page=\draw_a_page) sub draw_a_page { my ($q,$counter)= @_; return undef if $counter 100; my $time = localtime(); return start)html(), h1('test

Re: mod_perl guide corrections

2000-09-15 Thread test
On 14 Sep 2000, Joe Schaefer wrote: Stas, http://perl.apache.org/guide/scenario.html#Buffering_Feature ... There is no buffering of data uploaded from the client browser to the proxy, thus you cannot use this technique to prevent the heavy mod_perl server from being tied up during

flush and print

2000-09-12 Thread test
Hi I am using the CGI table function to print tables; These tables can become quite large. The html result is generated in a single print. So using $| to show some output to the user is not of any use since it works after every print.. I find the table function convenient, so I was hoping for

Re: Benchmarking utlis?

2000-09-12 Thread test
On Tue, 12 Sep 2000, Pramod Sokke wrote: Hi all, Are there any benchmarking utilities/guidelines that I can use to prove the performance boost with mod_perl? We just moved all our old cgis to work under mod_perl. I'm using Solaris 2.7/Apache 1.3.12/mod_perl 1.24. Thanks, Pramod Hi

reload

2000-09-06 Thread test
Hi I thought Reload would be quite helpfull because of not having to restart the server, but now I am quite stuck. Only the first form shows all the changes immediately. The second form after pushing a button does not. Is this explainable? Arnold perl.conf starting: PerlRequire

Re: Strange thing about CGI::Cookie?

2000-05-29 Thread test
I had no clue either, but using the Apache Cookie module instead fixed it. Arnold On Mon, 29 May 2000, Kenneth Lee wrote: I see this line in my error_log, (offline mode: enter name=value pairs on standard input) And I sure it is caused by CGI::Cookie-parse (or fetch). Any idea why