Can't build mod_ssl + mod_perl

2001-09-17 Thread Peter Lister
apache_1.3.20 mod_perl-1.26 mod_ssl-2.8.4-1.3.20 I can't build Apache with these together if the mod_ssl build works, mod_perl is not built in. If I build mod_perl in the approved manner, the mod_ssl build files. I have followed the recipe in INSTALL.SSL - and it doesn't help. Has anyone got

Re: Apache::SimpleTemplate (don't do it!)

2001-07-09 Thread peter
.) most projects may still be better off using Embperl, Mason, ASP, TT from the beginning. But all should not be forced to just because others had bad experiences when they started out with a basic templating scheme. i am still waiting for some direct positive feedback, though. :) peter

RFC: Apache::SimpleTemplate

2001-07-07 Thread peter
are welcome. thanks! -- peter forty [EMAIL PROTECTED]

Re: Apache::SimpleTemplate

2001-07-07 Thread peter
want to create mess in CPAN and appreciate efforts to prevent that, but imho this is a useful, non-superfluous addition. if someone knows of something more similar, or if there is no positive feedback, i will certainly reconsider. peter

Re: Apache::SimpleTemplate

2001-07-07 Thread peter
On Sat, 7 Jul 2001, brian moseley wrote: if such a wrapper did exist, would you use it? if it doesn't, why don't you write one yourself? maybe. i did use Text::Template in the first iteration of this, but it was considerably faster to parse the templates internally. (i don't remember how

upgrading mod_perl/CGI.pm shows some weirdness

2001-07-06 Thread Peter Rooney
hi, i'm moving a bunch of modules from machine 1 to machine 2 and having some trouble. basically, the authorization scheme (taken from lincoln stein's example code with a few trivial changes), which had been working for some time on machine 1, is showing what appear to be some strange (to me)

Re: Multiple AddHandler statements

2001-06-22 Thread Peter Reif
than doing a SSI. That's right. I use it only with option IncludesNOEXEC, and I would never write any complex application with SSI. Peter

Re: Multiple AddHandler statements

2001-06-21 Thread Peter Reif
Mithun Bhattacharya *EXTERN* wrote: Is there something in SSI which cant be done in a better way using Perl ?? Yes, giving authors a simple tool with which they can't mess around. Perl is too powerful. Peter

[ANNOUNCE] HTML::StickyForms 0.05

2001-06-18 Thread Peter Haworth
attribute to checkbox_group()/radio_group()/select() The uploaded file HTML-StickyForms-0.05.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PM/PMH/HTML-StickyForms-0.05.tar.gz size: 5663 bytes md5: 18406762bcd4657064ce7f026ee93adb -- Peter Haworth [EMAIL PROTECTED

[ANNOUNCE] Cache::Mmap 0.02

2001-06-07 Thread Peter Haworth
Request entered by: PMH (Peter Haworth) Request entered on: Thu, 07 Jun 2001 17:26:01 GMT Request completed: Thu, 07 Jun 2001 17:26:57 GMT Virtually Yours, Id: paused,v 1.74 2001/05/20 14:59:52 k Exp k -- Peter Haworth [EMAIL PROTECTED] `I wouldn't quite call it mark

problem with Apache::Request, multipart/form-data, and large TEXTAREAs?

2001-05-30 Thread peter
mod_perl 1.25 w/ Apache 1.3.20 and perl 5.6.1 on linux 2.4.2-2.) Has anyone encountered this before? Any help is greatly appreciated. TIA, peter [EMAIL PROTECTED] --- form: FORM ACTION=/test METHOD=POST ENCTYPE=multipart/form-data INPUT TYPE=SUBMIT VALUE=GO

Re: Lightweight CGI.pm for PerlHandlers

2001-05-21 Thread Peter Haworth
in combination with Apache::Request will generate form elements. You'll have to do the other elements yourself, though. -- Peter Haworth [EMAIL PROTECTED] This seems dangerously close to COBOL, something difficult to argue in favor of. -- Tom Christiansen

ANNOUNCE: aphid 0.12a (minor release)

2001-05-08 Thread Thomas, Peter L
Aphid, the browser-based mod_perl+mod_ssl Apache installer has been updated to accommodate current third-party software releases. Aphid downloads the source for Perl, Apache, Open SSL, mod_ssl, and mod_perl plus a few other requisites and attempts to compile and install everything in a

ANNOUNCE: aphid-0.12a (minor updates)

2001-05-08 Thread Thomas, Peter L
Just a note for the mod_perl list that aphid, the browser-based mod_perl+mod_ssl Apache installer was recently updated to include current software releases. Aphid will download the source for Perl, Apache, Open SSL, mod_ssl, and mod_perl plus a few other things and attempt to compile everything

Re: IPC:Open3 does not work under mod_perl/1.25, perl5.6.0?

2001-04-30 Thread Peter Reif
Thanks! This works for me, I don't have Apache::Filter loaded, but the effect is the same. My new code: my $stdin = tied *STDIN; my $stdout = tied *STDOUT; untie *STDIN; untie *STDOUT; my $child = open3 ($cgi_in, $cgi_out, $cgi_error, $filename); tie *STDIN, ref $stdin, $stdin; tie *STDOUT, ref

IPC:Open3 does not work under mod_perl/1.25, perl5.6.0?

2001-04-26 Thread Peter Reif
comments, solutions? Thanx Peter

seeking lead programmer

2001-04-17 Thread Peter J. Schoenster
. If interested Please contact me. The company does not want the other employees to know I am leaving yet. Peter --- "Reality is that which, when you stop believing in it, doesn't go away". -- Philip K. Dick

[ANNOUNCE} mod_perl moduile you may be interested in

2001-03-25 Thread Peter Brown
hi all just wanted to let you know about a apache module i am writing it is for producing resume's i am writing it for the purposes of getting me a job i thought the best way for me to do this would be to use the tools of my trade to produce my resume. those tools being apache and mod_perl and

Re: [ANNOUNCE} mod_perl moduile you may be interested in

2001-03-25 Thread Peter Brown
Gunther Birznieks writes: One of Matt's original examples of using AxKit was a CV/Resume thing. Later, Gunther cool have not had a look at AxKit yet is this example in the AxKit package ?? or somewhere else ?? Rendhalver

Re: [ANNOUNCE} mod_perl moduile you may be interested in

2001-03-25 Thread Peter Brown
Matt Sergeant writes: is this example in the AxKit package ?? or somewhere else ?? http://axkit.org/examples/ thanks matt

Re: [ANNOUNCE} mod_perl moduile you may be interested in

2001-03-25 Thread Peter Brown
Perrin Harkins writes: have done a search on CPAN for "resume" and "cv" did not come up with anything like what i am doing http://www.zeuscat.com/andrew/work/resume/formats.shtml thanks perrin

RE: Easy Newbie mod_perl installation question

2001-03-09 Thread Peter Brown
John Walker writes: layouts seem to be defined in: ../apache_1.3.x/config.layout you can also make your own config layout file and point the configure script at it this is something i discovered v. useful :) for example this in the layout file Layout FunkyLayout prefix:

Defining $PERL_CC

2001-03-07 Thread Bunck, Peter
compiler options used in the Makefile. Could anyone please explain as how to get the variables defined. Thanks, Peter Bunck excerpt from the Makefile: # Reassemble mod_perl parameters # from Perl and Apache parameters MP_CC=$(PERL_CC) MP_CFLAGS=$(PERL_OPTIMIZE) -I$(PERL_INC

RE: Defining $PERL_CC

2001-03-07 Thread Bunck, Peter
ources/php/php-4.0.4pl1/main -I/usr/local/sources/php /php-4.0.1pl2/main -I/usr/local/sources/php/php-4.0.4pl1/Zend -I/usr/local/sources/php/php-4.0.4pl1/Zend -I/usr /local/sources/php/php-4.0.4pl1 -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` -c mod_perl.c /bin/sh: -I: not fou

RE: Defining $PERL_CC

2001-03-07 Thread Bunck, Peter
perl -MConfig -le 'print $Config{"cc"};' produces: cc Thanks Peter Bunck -Original Message- From: Jens-Uwe Mager [SMTP:[EMAIL PROTECTED]] Sent: woensdag 7 maart 2001 14:47 To: Bunck, Peter Cc: 'Jens-Uwe Mager'; '[EMAIL PROTECTED]' Subject: Re: Definin

Re: problem with installation

2001-03-05 Thread Peter Brown
Henri Delebecque writes: hello, I'm sure that's trivial, but I'm a newbie in using mod_perl. I have read the FAQ, which tells that I should read the documentation. I have read the http://perl.apache.org/guide/install.html page, and the "A Summary of a Basic mod_perl installation"

Re: problem with installation

2001-03-05 Thread Peter Brown
Henri Delebecque writes: Henri for future please make sure you reply to the [EMAIL PROTECTED] list as well then others can see the entire conversation it seems i was wrong in telling you what i said as evidenced be stas's reply to your post i was unaware of the problem he described (thanks

Re: Antwort: Repost: Anyone using virtual server for mod_perl hosts?

2001-02-13 Thread Peter J. Schoenster
n mod_perl that would be cumbersome at best with standard cgi. But we put intensive sites on their own boxes. Peter From: Peter J. Schoenster [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: (Fwd) Re: Building a ModPerl ISP for you! Send reply to:

Re: IDE for Perl

2001-02-01 Thread Peter Brown
Jimi Thompson writes: Can anyone tell me if there's a good IDE for PERL? its not realy an ide (well almost) but have you looked at xemacs/emacs ? it does syntax hightighting and all kinds of stuff i havent had a chance to look at yet I have some big projects coming and having the

Re: Take23 DNS

2001-01-31 Thread Peter Brown
Matt Sergeant writes: Yes, we're having some trouble with the Take23 DNS - it doesn't seem to exist any more in Telstra's DNS servers. I've emailed them, but being in australia it might be some time before anything can be done. that sounds about right !! where is it currently hosted ?? i

Re: Take23 DNS

2001-01-31 Thread Peter Brown
Matt Sergeant writes: On Thu, 1 Feb 2001, Peter Brown wrote: Matt Sergeant writes: These wouldn't be "family" type friends would they? ;-) no dont have any of those type of "family" :P geeky types that have been dealing with the australian internet for years Pete

Re: Please help me get out of the list

2001-01-11 Thread Peter Farmer
Assil, From [EMAIL PROTECTED] If despite following these instructions, you do not get the desired results, please contact my owner at [EMAIL PROTECTED] Please be patient, my owner is a lot slower than I am ;-) HTH Peter Peter Farmer Systems Engineer blueyonder ICQ - 55297879

Book/code recommendations needed for an urgent mod_perrl task

2000-12-28 Thread Peter Demling
basic structure of this databse-driven web script is fairly common, so any pointers to relevant code I could base this on would be greatly appreciated. Sincerely, -Peter Demling Amherst, MA [EMAIL PROTECTED] __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/

Re: Should I use CGI.pm?

2000-11-28 Thread Peter J. Schoenster
, search the archives, there has been periodic talk about this. I use these archives but there are others: http://www.geocrawler.com/lists/3/Web/182/0/ Peter --- "Reality is that which, when you stop believing in it, doesn't go away". -- Phil

Re: VirtualDocumentRoot problem

2000-11-22 Thread peter brown
hi mark VirtualHost sections do support the ErrorLog and CustomLog sections i have these in my vhosts sections CustomLog /var/log/apache/vhost-httpd-access.log vcombined ErrorLog /var/log/apache/vhost-httpd-error.log havent tried the %0 option with this yet that would eat up to many file

Re: trouble compiling mod_perl-1.24_01

2000-11-22 Thread peter brown
glad to help would anyone else be interested in a FreeBSD port to do this ?? At 02:23 PM 22/11/00 -0500, you wrote: Thanks! I finally did a dirty hack but this sounds like a good way to fix it right. I'll have to do that as soon as I get a chance. -Jere peter brown wrote: hi jere i am

RE: dynamic vs. mostly static data

2000-11-03 Thread Peter Haworth
tells me where, I'd be happy to RTFM. Ask me if you need more info. -- Peter Haworth [EMAIL PROTECTED] "Writing for a penny a word is ridiculous. If a man really wants to make a million dollars, the best way would be to start his own religion." -- L. Ron Hubbard

Re: Compiling apache staticly with mod_perl.

2000-10-11 Thread Peter Gebauer
On Tue, 10 Oct 2000, Paul Lindner wrote: On Tue, Oct 10, 2000 at 02:43:36PM -0400, Geoffrey Young wrote: -Original Message- From: Peter Gebauer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 10, 2000 8:20 AM To: [EMAIL PROTECTED] Subject: Compiling apache

Compiling apache staticly with mod_perl.

2000-10-10 Thread Peter Gebauer
Hey! I've been trying to compile apache together with mod_perl using this configuration: ./configure --prefix=/home/httpd --activate-module=src/modules/perl/libperl.a I get several errors during the make where the compiler complains about mod_perl reffering to undefined functions. The INSTALL

Re: Pointer to a CGI.pm list

2000-10-04 Thread Peter J. Schoenster
. Send email to [EMAIL PROTECTED] subscribe cgi-list Peter __ Exercise Your Brain, Read a Book -- O Crazy Gringo, Ipanema, Brazil

[ANNOUNCE] Cache::Mmap 0.01

2000-09-20 Thread Peter Haworth
entries to be stored manually, with the option of updating the original data store (writethrough or write-on-demand). You can find it at $CPAN/authors/id/P/PM/PMH/Cache-Mmap-0.01.tar.gz I'm giving a talk about the module at yapc::Europe this weekend. -- Peter Haworth [EMAIL PROTECTED] &q

Re: SELECT cacheing

2000-09-08 Thread Peter Skipworth
current. How do you handle this situation? -- .-----. | Peter SkipworthPh: 03 9897 1121 | | Senior Programmer Mob: 0417 013 292 | | realestate.com.au [EMAIL PROTECTED] | `-'

Re: SELECT cacheing

2000-09-07 Thread Peter Skipworth
such as 'maximum cache size' and cache-timeout per store. Let me know if you'd like any help with getting this completed, as I'd be happy to help. regards, Peter Skipworth On Thu, 7 Sep 2000, Roger Espel Llima wrote: I've written a very small module to cache SELECT results from DBI requests

Bug? in mod_perl when POST request yields REDIRECT

2000-09-06 Thread Reif Peter
-lengt: header to undef: $r-header_in('Content-length' = undef); Is this a bug or a feature? I include my module and the part of my server config. Peter Server config: == Directory proxy: SetHandler perl-script PerlHandler Apache

[ANNOUNCE] HTML-StickyForms-0.03.tar.gz

2000-08-30 Thread Peter Haworth
Message --- From: [EMAIL PROTECTED] To: "Peter Haworth" [EMAIL PROTECTED], [EMAIL PROTECTED] Sent: Wed, 30 Aug 2000 12:05:14 +0200 Subject: CPAN Upload: P/PM/PMH/HTML-StickyForms-0.03.tar.gz The uploaded file HTML-StickyForms-0.03.tar.gz has entered CPAN as file: $CPAN/authors/i

[JOB] mod_perl eng. cool startup

2000-08-25 Thread Peter Richards
Hey there! I am sending this one note to this group to see if I can get some great perl developers interested in joining our team. Perl is the language of choice on Linux for our development and we foster a flexible, friendly environment. Thanks in advance for your time. Zack Network is a

Re: Your input for Apache Rules article

2000-07-02 Thread Peter Teoh
My humble input to the use of Apache: The reasons are simple and interelated: a. Support: Who used and support Apache currently? Apache is supported by a world-wide team of programmers who worked with great interest and enthusiasm on it. I can rely very much on the quality of the

ANNOUNCE: HTML::StickyForms 0.02

2000-06-27 Thread Peter Haworth
file HTML-StickyForms-0.02.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PM/PMH/HTML-StickyForms-0.02.tar.gz size: 4716 bytes md5: c2c216faba385af3186a3e5d83923700 No action is required on your part Request entered by: PMH (Peter Haworth) Request entered on: Tue, 27 Jun 2000 13:42

Re: using a module to contain settings.

2000-06-23 Thread Peter Schoenster
site. Take a look here: http://perl.apache.org/guide/porting.html#Configuration_Files_Writing_Dy You might want to post the relevant code since you sound like you are doing just like I do. Peter

Re: my param

2000-06-23 Thread Peter Haworth
foreach(@array){ @{$params{$_}}=param($_); } # Now, instead of print @whatever, do this: print @{$params{whatever}}; } -- Peter Haworth [EMAIL PROTECTED] "C++ gives me the willies. Physical willies. I take medication for it." -- Kurt Starsinic on p6p

[ANNOUNCE] HTML::StickyForms 0.01

2000-06-15 Thread Peter Haworth
-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PM/PMH/HTML-StickyForms-0.01.tar.gz size: 2804 bytes md5: a52d669328840c0314309d3e615a540a No action is required on your part Request entered by: PMH (Peter Haworth) Request entered on: Thu, 15 Jun 2000 13:49:15 GMT Request completed

Re: Form generation libraries

2000-05-25 Thread Peter Haworth
On 24-May-00 at 18:50, Jeffrey W. Baker ([EMAIL PROTECTED]) wrote: On Wed, 24 May 2000, Peter Haworth wrote: Jeffrey W. Baker wrote: On Wed, 24 May 2000, Peter Haworth wrote: Jeffrey W. Baker wrote: myInput = hfTextInputNew(); myInput-addAttr(myInput, "name", &

Re: Form generation libraries

2000-05-24 Thread Peter Haworth
Jeffrey W. Baker wrote: On Wed, 24 May 2000, Peter Haworth wrote: Jeffrey W. Baker wrote: myInput = hfTextInputNew(); myInput-addAttr(myInput, "name", "first_name"); myInput-addAttr(myInput, "value", "Jeffrey"); printf("%s\n", my

Re: RFC: Apache::Request::Forms (or something similar)

2000-05-23 Thread Peter Haworth
brian moseley wrote: On Mon, 22 May 2000, Peter Haworth wrote: In light of the non-dependency on mod_perl, the Apache::Request::Form name is also out. I'd still rather not use the CGI::Form name, in case there are any current users whose interface would change, which is a shame

Re: RFC: Apache::Request::Forms (or something similar)

2000-05-18 Thread Peter Haworth
after all, and reusing the CGI::Form name makes it look more general than it really is, not to mention any strange version skew effects CPAN.pm might introduce when people try to install things. -- Peter Haworth [EMAIL PROTECTED] "Where a computer like the ENIAC is equipped with 18,0

RFC: Apache::Request::Forms (or something similar)

2000-05-17 Thread Peter Haworth
requests. -- Peter Haworth [EMAIL PROTECTED] "We're sorry. The brain you have mailed has been disconnected or is no longer in service. Please re-check the address and send your message again. If you feel you have reached this recording in error, JUST STOP CREATING EVIL PUNCTU

Re: RFC: Apache::Request::Forms (or something similar)

2000-05-17 Thread Peter Haworth
Autarch wrote: On Wed, 17 May 2000, Peter Haworth wrote: Drew Taylor and I are about to write a subclass of Apache::Request which includes form element generation methods, a la CGI.pm. The current favourite name is Apache::Request::Forms, but we'd like to know if anyone has a better

Re: Newbie Question -

2000-05-09 Thread Peter Haworth
for yourself though. Plus you get to restrict the API to one style which makes your code much simpler and faster than CGI.pm -- Peter Haworth [EMAIL PROTECTED] "Psychos do not explode when sunlight hits them. I don't give a f**k how crazy they are." -- Seth Gecko,

Re: mod_perl virtual web hosting

2000-04-12 Thread Peter J. Schoenster
: Installing Perl5 Modules Yourself The content on this page is adapted from Answers to Some Perl/CGI Questions, by Bekman Stas. I would highly recommend iserver (I don't know about verio). Peter --- "Reality is that which, when you stop believing in it, doesn

my first mod_perl works but ...

2000-04-09 Thread Peter J. Schoenster
Hello, Nearly all my work has been on virtual servers and recently our hosting company (iserver) began to support mod_perl on their freebsd servers ... so other than one time in the past I have not had the opportunity to write code for mod_perl (except on our intranet where it has been for

Fulltime employment opportunities in Melbourne, Oz.

2000-03-28 Thread Peter Skipworth
The following two mod_perl-centric positions are now available at Australia's premier online realestate company, realestate.com.au. Please forward enquiries and applications to [EMAIL PROTECTED] Perl Programmer 1 Duties: The Perl Programmer is responsible for the: · Development of Perl

Caching DB queries amongst multiple httpd child processes

2000-02-03 Thread Peter Skipworth
- speaking of which, has anyone taken this one step further again and cached SQL results amongst multiple web servers ? Thanks in advance, Peter Skipworth -- .-. | Peter SkipworthPh: 03 9897 1121 | | Senior Programmer

Re: Caching DB queries amongst multiple httpd child processes

2000-02-03 Thread Peter Haworth
Peter Skipworth wrote: Does anyone have any experience in using IPC shared memory or similar in caching data amongst multiple httpd daemons ? We run a large-ish database dependent site, with a mysql daemon serving many hundreds of requests a minute. While we are currently caching SQL query

Re: squid performance

2000-01-25 Thread Peter Haworth
free for my new use. This would also remove some of the confusion about what it actually does. -- Peter Haworth [EMAIL PROTECTED] "Save the whales. Feed the hungry. Free the mallocs."

RE: Perl info()

2000-01-11 Thread Berghold, Peter
Version is easy. Run perl -v. Peter L. Berghold Lehman Brothers Unix Engineering Unix Architect VOX: (201) 524-5018 [EMAIL PROTECTED] Australian Cattle Dog Philosophy: "Seize the Cow! Bite the Day!" -Original Message- From: Dave Reinhardt [SMTP:[EMAIL

Modperl module.

2000-01-05 Thread Peter Skov
, but was not able to find anything similar to Zope there. If this is the wrong mailing list for such a question and you know the right one, please point me to it. Thank you, Peter Skov, UNIT -- Name: Peter Skov Work: UNIT, Linköping University. Phone: 013-285657 Email: [EMAIL PROTECTED] WWW

Re: eval'ed Apache::Session tie panics with POPSTACK?

1999-10-20 Thread Peter Haworth
Apache::Session, so I don't know how you can avoid the call to croak. -- Peter Haworth [EMAIL PROTECTED] "I think that's very legible. If you don't, you need to read more perl." -- Tom Christiansen

Performance query of DBD::Proxy

1999-01-02 Thread Peter Galbavy
ity issues on a functional / application software basis, rather than a very simple client-server model. (Even though both are client-server...) TIA. Regards, -- Peter Galbavy Knowledge Matters Ltd http://www.knowledge.com/

<    1   2