Re: Fooey. Can't compile mod_perl.

2002-06-13 Thread Wim Kerkhoff
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
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: Hi Wim, Is that the Win32 service, that you can get to in the control panel

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 the archives

Re: How to generate pre-filled forms?

2002-04-26 Thread Wim Kerkhoff
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: full-featured online database apps

2002-04-24 Thread Wim Kerkhoff
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 PROTECTED] To: Adi Fairbank [EMAIL PROTECTED] Cc: [EMAIL

RE: Content management systems

2002-04-10 Thread Wim Kerkhoff
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: [ANNOUNCE] The New mod_perl logo - results now in...

2002-03-15 Thread Wim Kerkhoff
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: here is a good modperl question on perlmonk

2002-03-06 Thread Wim Kerkhoff
, starcraft, winamp, winzip, notepad, minesweeper, and a lot of other things; see winehq.com for an application database. I have some (trippy) screenshots of VNC, VMWare, VNC+VMWare, and Wine in action over at: http://www.nyetwork.org/wim/screenshots/ -- Regards, Wim Kerkhoff, Software Engineer

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 specific functionality? sparkle (a rewrite of acmemail) works

Re: webmail for mod_perl?

2002-02-28 Thread Wim Kerkhoff
into startuppl It's only in CVS, and doesn't have current docs or CPAN style installer (yet) SF project: http://sourceforgenet/projects/acmemail/ Old page about it: http://wwwastraycom/acmemail/devel/ Screenshots (nothing fancy): http://nyetworkorg/acmemail/screenshots/ Wim

Re: [OT] Re: Multiple Sites

2001-12-05 Thread Wim Kerkhoff
, Wim Kerkhoff, Software Engineer Merilus, Inc. -|- http://www.merilus.com Email: [EMAIL PROTECTED]

Re: [OT] pdf creation

2001-10-31 Thread Wim Kerkhoff
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: multiple rapid refreshes - how to handle them.

2001-10-17 Thread Wim Kerkhoff
handler. -- 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
Williams wrote: Wim Steven, Wouldn't it be better to subclass Apache::SSI instead of HTML::Embperl::Syntax::SSI ? That part of it would be really easy - the hard part would be actually implementing the OAS directive actions. Wim Kerkhoff [EMAIL PROTECTED] wrote: Steven Boger wrote

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

2001-09-28 Thread Wim Kerkhoff
the directive, let OAS do its thing, and at the same 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

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 is a

Re: [OT] New Micro$oft vulnerability?

2001-09-18 Thread Wim Kerkhoff
/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: Ultimate Bulletin Board? Jezuz.

2001-07-27 Thread Wim Kerkhoff
be loading in .01 seconds, not 2-3 seconds. I believe it was the lastest version that we were working with as well. UBB is easy to use... to bad the code isn't. This reminds me of Bugzilla. It is plain nasty to debug and extend that code, never mind to get it to run under Registry. -- Regards, Wim

Re: SSI advocacy Was:: Multiple AddHandler statements

2001-06-22 Thread Wim Kerkhoff
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 -- 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
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, Inc. -|- http://www.merilus.com

Re: Concepts of Unique Tracking

2001-05-25 Thread Wim Kerkhoff
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: Fast DB access

2001-04-18 Thread Wim Kerkhoff
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: ssl advice? modssl vs. apache-ssl vs. ?

2001-04-14 Thread Wim Kerkhoff
basically copy and paste the commands from there, I have done that. As for apache-ssl, sorry, I have no clue on that. I have tried using the debian package called 'apache-ssl', but had horrible luck with that. I prefer to 'roll my own' apache/mod_ssl/mod_perl mixes anyways though. -- Reg

Re: [OT]:/GET header

2001-04-11 Thread Wim Kerkhoff
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. -|- http://www.merilus.com Email

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

2001-04-03 Thread Wim Kerkhoff
read in the CGI.pm book that server push only worked with Netscape browsers. -- Regards, Wim Kerkhoff

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

2001-03-16 Thread Wim Kerkhoff
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: lingerd mod_perl mod_ssl

2001-03-01 Thread Wim Kerkhoff
with it again. It works right now, but obviously it needs to be fixed properly. I'm hoping to do this stuff early next week... but with my luck it'll probably be later than that. Thanks for all your help people! It's much appreciated... this list rocks! -- Regards, Wim Kerkhoff, Software

lingerd mod_perl mod_ssl

2001-02-26 Thread Wim Kerkhoff
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: Looking for a new distro

2001-01-13 Thread Wim Kerkhoff
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
, 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 are at debianplanet.org, but I can't remember where. Regards, Wim Kerkhoff [EMAIL PROTECTED]

Re: Email (mod_perl) Apache module?

2000-12-15 Thread Wim Kerkhoff
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. -- Regards, Wim Kerkhoff, Software Engineer Merilus Technologies, Inc. [EMAIL PROTECTED] S/MIME

running an expect script under mod_perl

2000-11-07 Thread Wim Kerkhoff
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 there a way to force the TTY to /dev/null?

Random Hangs when loading a embperl page

2000-09-01 Thread Wim Kerkhoff
::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
$ PerlSetEnv EMBPERL_FILESMATCH \.html$ FilesMatch *.htm* PerlSendHeader Off SetHandler perl-script Options ExecCGI PerlHandler HTML::Embperl order allow,deny allow from all /FilesMatch Regards, Wim Kerkhoff, Software Engineer NetMaster Networking Solutions [EMAIL PROTECTED]

Re: Filtering HTML files with mod_proxy and mod_perl

2000-07-20 Thread Wim Kerkhoff
/CPAN/data/libwww-perl/lwpcook.html at the bottom :) 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
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
). 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 from my version without really testing it, so it may have

RE: Wierd problem with redirect

2000-05-30 Thread Wim Kerkhoff
, ie, change your last line to: Location: /\n\n Regards, Wim Kerkhoff, Software Engineer NetMaster Networking Solutions [EMAIL PROTECTED]

Re: Cookies and redirection

2000-05-09 Thread Wim Kerkhoff
: admin_id=0; path=/ Set-cookie: admin_key=0; path=/ Location: / EOF return DONE; Regards, Wim Kerkhoff, Software Engineer NetMaster Networking Solutions [EMAIL PROTECTED]

RE: Determining TARGET frame

2000-05-09 Thread Wim Kerkhoff
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 that you don't want... Regards, Wim Kerkhoff, Software Engineer NetMaster

Re: growing processes

2000-05-09 Thread Wim Kerkhoff
# 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
of a 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 Engineer NetMaster Networking

growing processes

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

Re: growing processes

2000-05-08 Thread Wim Kerkhoff
me 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 here. Enjoy. Thanks for the reply! Wim Kerkhoff, Software Engineer

Re: Mailing list size

1999-12-06 Thread wim
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 see an example of list breakup, look at how many debian lists there are. Regards, Wim Kerkhoff [EMAIL