Re: Fooey. Can't compile mod_perl.

2002-06-13 Thread Wim Kerkhoff
southernstar wrote: Hi, I can't compile mod_perl 1.27 on Cygwin with apache 1.3.24-5 src no matter what I do. At first it complained (make complained) that it didn't know how to make httpd.h etc, so I made them dummy targets with .PHONEY. OK, fine. Then it couldn't find them in

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

2002-06-13 Thread Wim Kerkhoff
Yea. If I just install Apache using the MSI installer, it automatically sets up the service, and it works dandy. After I install the mod_perl 1.x PPM package from the uwinnipeg.ca site, the service no longer starts apache. Even if I use apache -k to remove, then re-add the service. I think it

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
On 26-Apr-2002 Paul Lindner wrote: On Fri, Apr 26, 2002 at 04:15:52PM +0200, F.Xavier Noria wrote: I am writing some modules that receive a form, process it, and return a page that includes that very form. Is there a standard way to fill that returned form so the user sees the same data he

Re: full-featured online database apps

2002-04-24 Thread Wim Kerkhoff
Since the excellent Embperl::Object, the code becomes more re-usable... Sorry, had to be said. My point is that there are many templating systems to choose from. With a bit of fore thought, the Show, List, Delete, Add, etc buttons can be moved into different objects/methods/templates, so that

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
Jonathan M. Hollin wrote: Fellow mod_perl hackers... It is with great pleasure that I am able to introduce you to the new mod_perl logo. So, without further ado, point your web-browsers at: http://beverley2.digital-word.com/mod_perl/winner/ The winning logo, designed by Michael

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
will trillich wrote: is there a sane implementation of webmail-style mod_perl modules for apache? we're looking to offer email access online through apache/mod_perl similar to what folks get at yahoo/egroups -- and we're hoping to find some mod_perl code that'll hook into pop/imap email

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
Steven Boger wrote: I've been netsearching for hours. It's time to beg for help... My apache has a hacked mod_include that has a new directive, OAS: !--OAS SETUP=www.realmedia.com/Samples/lx.shtml@TopLeft,TopRight,BottomLeft, BottomRight-- !--OAS AD=BottomRight-- Can I

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
you can do your regular expressions or whatever manipulating), then sent it to the browser. You would need a lot of memory in this situation. With mod_proxy, apache starts pushing data of to the client as soon as it gets it from the server. Regards, Wim Kerkhoff, Software Engineer NetMaster

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