Re: Mailing list size

1999-12-06 Thread wim
way of not only learning mod_perl, but to see how it integrates with everything else. It is not necessary to read every single message. Just scan the subjects... if you see a pointless thread or flame war, just select those and press 'd'. Or set up filters... If you want to se

Re: multiple rapid refreshes - how to handle them.

2001-10-17 Thread Wim Kerkhoff
ndler would run before you existing mod_perl handler. -- Regards, Wim Kerkhoff, Software Engineer Merilus, Inc. -|- http://www.merilus.com Email: [EMAIL PROTECTED]

Re: [OT] Re: Multiple Sites

2001-12-05 Thread Wim Kerkhoff
:1001, etc. http://marc.theaimsgroup.com/?l=apache-modssl&w=2&r=1&s=ssl+virtual+host+name+based&q=b -- Regards, Wim Kerkhoff, Software Engineer Merilus, Inc. -|- http://www.merilus.com Email: [EMAIL PROTECTED]

Re: webmail for mod_perl?

2002-02-28 Thread Wim Kerkhoff
devel/ Screenshots (nothing fancy): http://nyetwork.org/acmemail/screenshots/ Wim

Re: webmail for mod_perl?

2002-03-04 Thread Wim Kerkhoff
will trillich wrote: > > On Thu, Feb 28, 2002 at 03:59:05PM -0800, Wim Kerkhoff wrote: > > will trillich wrote: > > > > > > is there a sane implementation of webmail-style mod_perl > > > modules for apache? > > > > Are you needing any sp

Re: here is a good modperl question on perlmonk

2002-03-06 Thread Wim Kerkhoff
at use this method as well. > d) WINE on Linux. I've not had much success with this, but if it's a > particular application you might have success. Doesn't work all so super hot for iexplore, winword, excel, and so forth. It works fine for quicktime, windows med

Re: [ANNOUNCE] The New "mod_perl" logo - results now in...

2002-03-15 Thread Wim Kerkhoff
st your comments on this idea: should we have just one > button (helping to develop a distinct identity for mod_perl) or should > we have several (for choice)? It's up to you... A single button that matches the logo will be simplier, and more distinct. Too many choices is making it harder for the newcomers. Wim

RE: Content management systems

2002-04-10 Thread Wim Kerkhoff
lto:[EMAIL PROTECTED]] > It looks Robin Berjon is going to give an overview of CMS for mod_perl > at OSCON: > > http://conferences.oreillynet.com/cs/os2002/view/e_sess/2667 > > I know I'll be there. > > - Perrin Regards, Wim Kerkhoff -|- www.nyetwork.org -|- [EMAIL PROTECTED]

RE: Throttling, once again

2002-04-19 Thread Wim Kerkhoff
er immediately jumped from < 1 to 12 when I did this. Wim

Re: full-featured online database apps

2002-04-24 Thread Wim Kerkhoff
s, so that it's easier to pick and choose your interface components. Wim On 24-Apr-2002 Peter Bi wrote: > Since the excellent HTML::Template, the codes becomes more re-usable... > > Peter > > - Original Message - > From: "Ken Y. Clark" <[EMAIL PROT

Re: How to generate pre-filled forms?

2002-04-26 Thread Wim Kerkhoff
were sent. Any left overs that are not used in the form, can be added as hidden values by inserting [$ hidden $]. Hmmm... you could probably send your raw HTML, once HTML::Template is done processing the template, through Embperl::Execute, but that's probably overkill. On the other hand, sometimes it pays to throw out the hammer and use a sledgehammer. Wim

Re: Fooey. Can't compile mod_perl.

2002-06-13 Thread Wim Kerkhoff
_1.3.25-win32-x86-src.msi from apache.org, and mod_perl 1.x using the instructions at http://theoryx5.uwinnipeg.ca/win32_apache2.html. Works fine for me... except the apache service doesn't start. I haven't had a chance to look into that yet though. Wim

Re: Fooey. Can't compile mod_perl. / cygwin / success

2002-06-13 Thread Wim Kerkhoff
ntly using SQL Server 2000 (eek, , ODBC) to PostgreSQL. Since there are next to no benchmarks comparing the too on the net (darn MS EULA's), I'll probably end up doing some of my own benchmarks to prove to my client that performance will be similiar. southernstar wrote: > H

Re: Fooey. Can't compile mod_perl. / cygwin / success

2002-06-13 Thread Wim Kerkhoff
Wim Kerkhoff wrote: > perl Makefile.PL USE_APACI=1 EVERYTHING=1 DO_HTTPD=1 \ > PERL_EXTRA_CFLAGS=-DUSEIMPORTLIB Bleah, here I go replying to my own message... That last part isn't needed. The only reason I had it there was as the remnants of a shot in the dark, based of a post in t

child segmentation faults

1999-10-01 Thread Wim Kerkhoff
Hi, Every once in a while I see lines like these in the error log: [Fri Oct 1 16:05:42 1999] [notice] child pid 3317 exit signal Segmentation Fault (11) This is with: Apache 1.3.9 mod_perl/1.21 DBD-Oracle-1.03 DBI-1.13 Solaris_2.7 oracle-8.1.5 Thanks, Wim Kerkhoff [EMAIL

growing processes

2000-05-08 Thread Wim Kerkhoff
6 PDT 1999 i686 unknown Thanks, Wim Kerkhoff, Software Engineer NetMaster Networking Solutions [EMAIL PROTECTED]

Re: growing processes

2000-05-08 Thread Wim Kerkhoff
k though... I just examined top again... in the time it took to punch out this email and do some other things (maybe 20 minutes), each process was up to 139 MB, although SHARE was 132MB. That would mean 5 MB is unshared which isn't bad... It seems to me like something else is up

Re: growing processes

2000-05-09 Thread Wim Kerkhoff
On 09-May-2000 Perrin Harkins wrote: > On Mon, 8 May 2000, Wim Kerkhoff wrote: >> On a fresh restart of apache, my processes are about 20 ~ 25 MB each, >> which is about normal for mod_perl (as far as I know). However, >> within a few hours (with little use except by

Re: Cookies and redirection

2000-05-09 Thread Wim Kerkhoff
On 09-May-2000 Perrin Harkins wrote: > Bill Desjardins wrote: >> I checked the archives and the guide to no avail, so here goes. I am >> having trouble setting a cookie in the header and then doing a >> redirect. The cookies are working fine every where, but if I add a cookie >> to $r->headers_ou

RE: Determining TARGET frame

2000-05-09 Thread Wim Kerkhoff
ld do a couple of things to get around this... Go by path (store each frame in a different path, and send "Set-Cookie: name=value; path=/framename", or store the frame name in the value of the cookie and make a loop that gets all the cookies, splits on a separator, and disards cookies t

Re: growing processes

2000-05-09 Thread Wim Kerkhoff
--- package MyStuff; use strict; use DBI; # export dbConnect, etc sub dbConnect { my $dbh = DBI->connect(args,to,dbi); return $dbh; } 1; # end of MyStuff; --- Regards, Wim Kerkhoff, Software Engineer NetMaster Networking Solutions [EMAIL PROTECTED]

Re: growing processes

2000-05-09 Thread Wim Kerkhoff
pointer to it, which could possible screw up Apache::DBI. Am I off track here? On 09-May-2000 [EMAIL PROTECTED] wrote: > Use vars is a tiny bit slower than fully qualifying varibles. > > my $__PACKAGE__::var > beats > use vars qw/ $var /; Regards, Wim Kerkhoff, Software Eng

RE: Wierd problem with redirect

2000-05-30 Thread Wim Kerkhoff
ast line in the header, you always need to put a double newline, ie, change your last line to: Location: /\n\n Regards, Wim Kerkhoff, Software Engineer NetMaster Networking Solutions [EMAIL PROTECTED]

RE: DBD-Oracle-1.03

2000-06-30 Thread Wim Kerkhoff
the DBI module). > > When I run a perl program which queries the Oracle 8i > database I get > the results, but after it lists the records I get > Segmentation Fault - > Core Dumped. > > I don't have any of these problems in my Linux Box > with Oracle 8 >

RE: Filtering HTML files with mod_proxy and mod_perl

2000-07-19 Thread Wim Kerkhoff
#x27;m using it like this: PerlTransHandler Apache::SurfLogin so that I can still have a normal webserver on port 80. Hope that helps, Wim Kerkhoff, Software Engineer NetMaster Networking Solutions [EMAIL PROTECTED] MyFilter.pm BuildApache-without-modssl

RE: Filtering HTML files with mod_proxy and mod_perl

2000-07-19 Thread Wim Kerkhoff
ache::Proxy). Regards, Wim Kerkhoff, Software Engineer NetMaster Networking Solutions [EMAIL PROTECTED]

Re: Filtering HTML files with mod_proxy and mod_perl

2000-07-19 Thread Wim Kerkhoff
On 19-Jul-2000 Alvar Freude wrote: > Hi Wim, > >> I've created something like this. >> >> I've attached the script I used to build mod_proxy and mod_perl, and a short >> Apache::MyFilter to show how to use this. Note: I've cut down the handler &g

Re: Filtering HTML files with mod_proxy and mod_perl

2000-07-19 Thread Wim Kerkhoff
> > yes, but if you use a subroutine which handles the incoming chunks, you > can pass the file emmediatly. See > http://theoryx5.uwinnipeg.ca/CPAN/data/libwww-perl/lwpcook.html at the > bottom :) Regards, Wim Kerkhoff, Software Engineer NetMaster Networking Solutions [EMAIL PROTECTED]

Random Hangs when loading a embperl page

2000-09-01 Thread Wim Kerkhoff
t; use CGI::Cookie; use Apache::ExtractMedia; [This message sent separatly to [EMAIL PROTECTED] -- forget to Cc: when I sent that one] Regards, Wim Kerkhoff, Software Engineer NetMaster Networking Solutions [EMAIL PROTECTED]

Re: Random Hangs when loading a embperl page

2000-09-01 Thread Wim Kerkhoff
ONS 2048 PerlSetEnv EMBPERL_FILESMATCH \.htm$ PerlSetEnv EMBPERL_FILESMATCH \.html$ PerlSendHeader Off SetHandler perl-script Options ExecCGI PerlHandler HTML::Embperl order allow,deny allow from all Regards, Wim Kerkhoff, Software Engineer NetMaster Networking Solutions [EMAIL PROTECTED]

running an expect script under mod_perl

2000-11-07 Thread Wim Kerkhoff
while (my ($line) = ()) { print "got: $line"; } close (EXPECT); As far as I can tell, the CGI (when called by IE) hangs when getting input. It appears to be trying to get input from /dev/ttypX, which of course won't work because it is running in an Apache environment. Is t

Re: Email (mod_perl) Apache module?

2000-12-15 Thread Wim Kerkhoff
n up a folder that is really big (20MB), and the load on the IMAP server goes up. Hopefully that problem will be gone when the server is replaced with a Dual PIII-800, loads of RAM, and multiple SCSI drives in Raid 5, instead of the Celeron 500 with a single IDE drive that it is right now. -- Regar

Re: Looking for a new distro

2001-01-13 Thread Wim Kerkhoff
/me goes back to getting Perl 5.6, LWP, and other things to work properly on a RH 7.0 box... ARGH!! Regards, Wim Kerkhoff Software Engineer Merilus, Inc.

Re: Looking for a new distro

2001-01-13 Thread Wim Kerkhoff
new, /proc, etc) to /mnt/new - mkdir /mnt/new/proc - modify /mnt/new/etc/fstab accordingly - reboot, but at the lilo prompt pass root=/dev/hda3 - edit /etc/lilo.conf as required I've created a 20 MB /boot as ext2fs. The instructions above are off the top of my head. I think better instructions ar

lingerd & mod_perl & mod_ssl

2001-02-26 Thread Wim Kerkhoff
I did get it all to compile and run, but now I'm seeing segfaults in the error log :P Has anybody else had good luck with this? -- Regards, Wim Kerkhoff, Software Engineer Merilus, Inc. [EMAIL PROTECTED]

Re: lingerd & mod_perl & mod_ssl

2001-03-01 Thread Wim Kerkhoff
sl in the next release of lingerd, but I > need more test data! I'll defenitly let you know how I make out once I get a chance to recompile everything, test it myself, and get our testers to test the Java app with it again. It works right now, but obviously it needs to be fixed properly. I'

Re: perl5.6 (was: Shared variables, inner subs and "our")

2001-03-16 Thread Wim Kerkhoff
be that the applications I'm working with aren't using Sessions, Tie::Cache, etc properly. I may downgrade to perl5.005 and give that a whirl... -- Regards, Wim Kerkhoff

Re: Long waits on SQL Stored Procs. Should I use chained contenthandlers?

2001-04-03 Thread Wim Kerkhoff
Netscape browsers, such as IE? I was going to suggest this multipart MIME trick, but I thought I read in the CGI.pm book that server push only worked with Netscape browsers. -- Regards, Wim Kerkhoff

Re: [OT]:/GET header

2001-04-11 Thread Wim Kerkhoff
HTTP/1.1 200 OK Date: Wed, 11 Apr 2001 18:24:40 GMT Server: Apache/1.3.17 (Unix) mod_perl/1.25 mod_ssl/2.8.0 OpenSSL/0.9.6 Content-Length: 787 Connection: close Content-Type: text/html Connection closed by foreign host. cuvarack:~/$ -- Regards, Wim Kerkhoff, Software Engineer Merilus, Inc.

Re: ssl advice? modssl vs. apache-ssl vs. ?

2001-04-14 Thread Wim Kerkhoff
l', but had horrible luck with that. I prefer to 'roll my own' apache/mod_ssl/mod_perl mixes anyways though. -- Regards, Wim Kerkhoff

Re: Fast DB access

2001-04-18 Thread Wim Kerkhoff
ed query... After running the test, I'll upgrade to PostgreSQL 7.1 and see how the numbers differ from 7.0. -- Regards, Wim Kerkhoff, Software Engineer Merilus, Inc. -|- http://www.merilus.com Email: [EMAIL PROTECTED]

Re: Concepts of Unique Tracking

2001-05-25 Thread Wim Kerkhoff
es data on the outside port (e.g. 61172) it knows to rewrite the packet and send it off back to the inside client (e.g. 192.168.1.42:49372) that created the initial TCP connection. This is one of primary reasons that cookies exist. -- Regards, Wim Kerkhoff, Software Engineer Merilus,

Re: Concepts of Unique Tracking

2001-05-25 Thread Wim Kerkhoff
spect, with the exact same version of the browser, hard coded screen resolutions (e.g. 800x600), etc, that the user can not change. -- Regards, Wim Kerkhoff, Software Engineer Merilus, Inc. -|- http://www.merilus.com Email: [EMAIL PROTECTED]

Re: SSI advocacy Was:: Multiple AddHandler statements

2001-06-22 Thread Wim Kerkhoff
ly generated HTML, provide error handling, and tap into the power and speed of mod_perl. Give it a try. Give it a try... it is worth it, and won't require a lot of work to migrate to it. [1] http://perl.apache.org/embperl [2] http://take23.org/articles/2001/02/07/embperlobject.xml -- Regar

Re: Ultimate Bulletin Board? Jezuz.

2001-07-27 Thread Wim Kerkhoff
zilla. It is plain nasty to debug and extend that code, never mind to get it to run under Registry. -- Regards, Wim Kerkhoff, Software Engineer Merilus, Inc. -|- http://www.merilus.com Email: [EMAIL PROTECTED] S/MIME Cryptographic Signature

Re: [OT] New Micro$oft vulnerability?

2001-09-18 Thread Wim Kerkhoff
27;secure' in them... nice. http://merilus.com/cgi-bin/advisory/advisory.cgi?advisory_id=324 http://www.microsoft.com/technet/treeview/default.asp?url=/technet/security/bulletin/ms00-078.asp -- Regards, Wim Kerkhoff, Software Engineer Merilus, Inc. -|- http://www.merilus.com Email: [EMAIL PROTECTED]

Re: Another way to perhaps do this...... / SSI

2001-09-29 Thread Wim Kerkhoff
ry. By the end of the test (ApacheBench), the load was still less then 1. Steven, by hacked mod_include, do you mean that you hacked mod_include to support the OAS directive, or that Real Media did this? Ken Williams wrote: > > Wim & Steven, > > Wouldn't it be better to su

Re: [OT] pdf creation

2001-10-31 Thread Wim Kerkhoff
this should be acceptable. Once its a PDF on the system, the file can read in and printed to STDOUT or a redirect to http://server/tmpfiles/$randomtmpfile can be done. -- Regards, Wim Kerkhoff, Software Engineer Merilus, Inc. -|- http://www.merilus.com Email: [EMAIL PROTECTED]

Re: ANNOUNCE: Apache::OpenIndex

2001-09-27 Thread Wim Kerkhoff
Hmm, Nice work! George Sanderson wrote: > > Apache::OpenIndex (OpenIndex-1.00.tar.gz) was uploaded to CPAN on 14Sep2001 > and is currently released. This was my first module. I enjoyed journey. > > OpenIndex provides a file manager for an Apache modperl web site using a > web browser. > It i

Re: Another way to perhaps do this......

2001-09-28 Thread Wim Kerkhoff
e time have direct access to the request object... But then, I know squat about OAS and what it does, so this may not be all that feasible :-) Wim