mod_perl 2 apache 2?

2001-10-10 Thread Michael Wojcikiewicz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Has anyone tried getting mod_perl to work in Apache v2 (the latest beta?)... Just a quick try resulted in mod_perl2 trying to compile against apache 1.3.20... Wasnt mod_perl v2 supposed to be for Apache v2?... Michael Wojcikiewicz Perl Developer -

Galleries/ModPerl/Images

2001-10-10 Thread Tom Allen
I just caught the end of the discussion about Stonhenge::Pictures and Apache::Gallery ... I have been working on setting up a photography site for myself and a few other digital photographers. Is there a reason NOT to put the images in a database? It certainly seemed to speed up pattern

Re: Apache::Gallery

2001-10-10 Thread Peter J. Schoenster
On 9 Oct 2001, at 11:26, Vivek Khera wrote: RLS == Randal L Schwartz [EMAIL PROTECTED] writes: RLS The rewrite will be Template-Toolkit based, so the backend logic RLS will figure out the interesting bits to display, while the frontend RLS logic will be a template contained at the end of

Re: [request] modperl mailing lists searchable archives wanted

2001-10-10 Thread Stas Bekman
Bill Moseley wrote: Hi Stas, I just updated the search site for Apache.org with a newer version of swish. The context highlighting is a bit silly, but that can be fixed. I'm only caching the first 15K of text from each page for context highlighting. http://search.apache.org It

Re: how to catch a killed task?

2001-10-10 Thread Stas Bekman
Christoph Bergmann wrote: Stas Bekman wrote: Christoph Bergmann wrote: hi... i use BSD::Resource to limit the ressources of the apache tasks. this works fine but now i want to clean up afterwards but i don't know how to catch a killed task... here is what i tried with signals: ... Does

Re: Apache::Request UPLOAD_HOOK

2001-10-10 Thread Issac Goldstand
OK. I get all that. Now I'm getting a very strange error when I try to use the hook. the error from the error_log is: Undefined subroutine Apache::Upload::handler called at /dev/null line 1. Here is the code that calls the hook: sub header_parser_handler($) { my $=shift; my

Re: Both global hanlder and cgi scripts

2001-10-10 Thread Nate Campi
On Tue, Oct 09, 2001 at 11:38:10AM +0200, Mat wrote: Hi everybody, actually i'm working on a website where I want to have the following possibilities : - a global handler that will treat a request hitting http://myhost.com/ - the ability to have execution of separate

RE: Galleries/ModPerl/Images

2001-10-10 Thread Matt Sergeant
-Original Message- From: Tom Allen [mailto:[EMAIL PROTECTED]] I just caught the end of the discussion about Stonhenge::Pictures and Apache::Gallery ... I have been working on setting up a photography site for myself and a few other digital photographers. Is there a reason NOT

Re: What hourly rate to charge for programming?

2001-10-10 Thread gnudev
I'd like to know where I can get paid more than AU$10/hour (US$4.90 to US$5 per hour) for my mod_perl programming... You guys in America get $100US per hour?! My god, I'm in the wrong country... Work is scarce in Australia and poorly paid in most cases compared to America. If I could get US$20

Apache::LogFile is broken

2001-10-10 Thread Brian B.
Hello everybody. I upgraded from apache 1.3.14 to 1.3.20 (1.26), and it seems my Apache::LogFile is no longer working. from httpd.conf (starting at line 31): PerlModule Apache::LogFile PerlLogFile |/usr/local/apachessl/bin/cronolog /usr/local/apachessl/logs/mylog.%y%m%d My::Logger from httpd

Re: [OT] What hourly rate to charge for programming?

2001-10-10 Thread Gunther Birznieks
C'mon guys remember to add OT to your off topic messages! It's not that hard. :) At 05:14 PM 10/10/2001, [EMAIL PROTECTED] wrote: I'd like to know where I can get paid more than AU$10/hour (US$4.90 to US$5 per hour) for my mod_perl programming... You guys in America get $100US per hour?! My

Re: Galleries/ModPerl/Images

2001-10-10 Thread Perrin Harkins
Is there a reason NOT to put the images in a database? There are many. 1) You can't manipulate them with file-based tools any more. 2) Handling a request for an image consumes many more resources, since there is now application code and a database involved rather than just a simple static

Re: [OT] What hourly rate to charge for programming?

2001-10-10 Thread brian moseley
On Wed, 10 Oct 2001, Gunther Birznieks wrote: At 05:14 PM 10/10/2001, [EMAIL PROTECTED] wrote: I'd like to know where I can get paid more than AU$10/hour (US$4.90 to US$5 per hour) for my mod_perl programming... You guys in America get $100US per hour?! My god, I'm in the wrong country...

Re: [OT] What hourly rate to charge for programming?

2001-10-10 Thread gnudev
Yes, they probably have tons of experience too, which I don't have, and I'm not in Melbourne. I used to work in Melbourne and never saw any jobs for $80 - $100 per hour, apart from doctors. I'll go have another look. I need to work from home too which is a major barrier to employment. -

Re: [VERY OT] What hourly rate to charge for programming?

2001-10-10 Thread gnudev
Still, the beer sucks in both ;-) That's because it's stale piss, I'm sure the beer glasses are pissed in to save money ;-) Heck, the beer is so bad nobody can possibly tell the difference anyway.

ANN/RFC: Apache::Session::Generate variants

2001-10-10 Thread Tatsuhiko Miyagawa
Here is Apache::Session::Generate::* variants, which especially uses Apache standard C-modules. Apache::Session::Generate::ModUniqueId http://bulknews.net/lib/archives/Apache-Session-Generate-ModUniqueId-0.01.tar.gz

Re: [VERY OT] What hourly rate to charge for programming?

2001-10-10 Thread gnudev
Ahh, you have Budweiser in Australia too, then? ;) Worse: Fosters. And imitation Guiness. Also Tooheys, (Four-X, rednecked Queensland favourite), Hahn, etc. Home-brew kits are extremely popular. Australians are the Leonardo Da Vinci's of piss artists - master strokes in the beer

Re: ANN/RFC: Apache::Session::Generate variants

2001-10-10 Thread Perrin Harkins
Here is Apache::Session::Generate::* variants, which especially uses Apache standard C-modules. Apache::Session::Generate::ModUniqueId http://bulknews.net/lib/archives/Apache-Session-Generate-ModUniqueId-0.01.ta r.gz

Apache::test vs Apache::Test

2001-10-10 Thread Alexander Pavlovic
Hello modperl list, We are having a bit of debate at work as to what framework we should use for testing modperl enabled modules, i.e. writing module test cases intiated by make test. Apache::test seems to work quite nicely it even pushes your local blib path automatically onto @INC, however

Re: ANN/RFC: Apache::Session::Generate variants

2001-10-10 Thread Tatsuhiko Miyagawa
These are now on CPAN, which I've forgotten to mention. Note that if you try to use these modules functionality, Apache::Session::Flex should be patched with one included in both tarballs. Thanks. On Thu, 11 Oct 2001 01:30:29 +0900 Tatsuhiko Miyagawa [EMAIL PROTECTED] wrote: Here is

predefined arrays @- and @+ with mod_perl?

2001-10-10 Thread Christoph Bergmann
Hi... I wonder if there exists the predefined arrays @- and @+ in mod_perl. The following lines: print $_ foreach (@-); print br; print $_ foreach (@+); print out: 10 10 11 11 11 11 This works _only_ when called via browser under mod_perl. Started from the shell it prints out nothing

Re: predefined arrays @- and @+ with mod_perl?

2001-10-10 Thread Ilya Martynov
On Wed, 10 Oct 2001 20:17:19 +0200, Christoph Bergmann [EMAIL PROTECTED] said: CB Hi... CB I wonder if there exists the predefined arrays @- and @+ in mod_perl. CB The following lines: CB [..skip..] See 'perldoc perlvar'. AFAIK These arrays should be defined after any successful regexp match

Re: predefined arrays @- and @+ with mod_perl?

2001-10-10 Thread Jim Smith
On Wed, Oct 10, 2001 at 08:17:19PM +0200, Christoph Bergmann wrote: Hi... I wonder if there exists the predefined arrays @- and @+ in mod_perl. The following lines: print $_ foreach (@-); print br; print $_ foreach (@+); print out: 10 10 11 11 11 11 This works _only_ when

Re: predefined arrays @- and @+ with mod_perl?

2001-10-10 Thread Medi Montaseri
The identifier production in Perl is [a-zA-Z_]\w+ So '-' and '+' are not valid symbols... On Wed, 10 Oct 2001, Christoph Bergmann wrote: Hi... I wonder if there exists the predefined arrays @- and @+ in mod_perl. The following lines: print $_ foreach (@-); print br; print $_

The DEFINITIVE answer to: How much should I charge?

2001-10-10 Thread Tom Mornini
This whole thread can be answered very easily: ANSWER: As much as you can. That's it! That's the entire answer. Nothing else should figure in unless you personally wish to make exceptions for any reason you see fit. Did the people who ask this question grow up and become educated in a part

Re: [request] modperl mailing lists searchable archives wanted

2001-10-10 Thread Joshua Chamas
Stas Bekman wrote: dev@@perl.apache.org - 2.5, but their search engines suck [EMAIL PROTECTED] - none [EMAIL PROTECTED] - none [EMAIL PROTECTED] - none [EMAIL PROTECTED] - 1 Hey Stas, I have the asp list getting archived at:

[OT]Re: The DEFINITIVE answer to: How much should I charge?

2001-10-10 Thread ed phillips
Tom Mornini wrote: This whole thread can be answered very easily: ANSWER: As much as you can. That's it! That's the entire answer. Nothing else should figure in unless you personally wish to make exceptions for any reason you see fit. Did the people who ask this question grow up and

RE: [OT] What hourly rate to charge for programming?

2001-10-10 Thread Purcell, Scott
What kind of thread is this? I ask a question about modperl on NT and I get riddled from the list for using NT. Then we have a thread that goes for two days about hourly charges? What's up with this ..This should be for questions about modperl. Give it a rest, I'm tired of throwing that thread

Lets Get it on!

2001-10-10 Thread Jim Cox
Maybe your NT could not stay up long enough to receive the answer. :) Purcell, Scott wrote:Re: Subject: [OT] What hourly rate to charge for programming? What kind of thread is this? I ask a question about modperl on NT and I get riddled from the list for using NT. Then we have a thread

Re: [OT] What hourly rate to charge for programming?

2001-10-10 Thread Mark Maunder
Purcell, Scott wrote: What kind of thread is this? I ask a question about modperl on NT and I get riddled from the list for using NT. Then we have a thread that goes for two days about hourly charges? What did you expect? You shoulda been using Win2K! *duck*

Re: predefined arrays @- and @+ with mod_perl?

2001-10-10 Thread Jim Smith
On Wed, Oct 10, 2001 at 01:05:18PM -0700, Medi Montaseri wrote: The identifier production in Perl is [a-zA-Z_]\w+ So '-' and '+' are not valid symbols... pp. 667-668, 3rd. Ed. Camel book --jim

Re: predefined arrays @- and @+ with mod_perl?

2001-10-10 Thread Christoph Bergmann
Ilya Martynov wrote: On Wed, 10 Oct 2001 20:17:19 +0200, Christoph Bergmann [EMAIL PROTECTED] said: CB Hi... CB I wonder if there exists the predefined arrays @- and @+ in mod_perl. See 'perldoc perlvar'. AFAIK These arrays should be defined after any successful regexp match (in new

Re: [VERY OT] What hourly rate to charge for programming?

2001-10-10 Thread brian moseley
On Thu, 11 Oct 2001 [EMAIL PROTECTED] wrote: And imitation Guiness. Also Tooheys, (Four-X, rednecked Queensland favourite), Hahn, etc. Home-brew imitation guinness is still better than any of the rest. altho when it's not available i a quite happy with vb!

Re: ANN/RFC: Apache::Session::Generate variants

2001-10-10 Thread Ask Bjoern Hansen
On Thu, 11 Oct 2001, Tatsuhiko Miyagawa wrote: Note that if you try to use these modules functionality, Apache::Session::Flex should be patched with one included in both tarballs. I sent a patch to Jeffrey last week or such that (I imagine) covers the same thing. -- ask bjoern hansen,

Re: ANN/RFC: Apache::Session::Generate variants

2001-10-10 Thread Ask Bjoern Hansen
On Thu, 11 Oct 2001, Tatsuhiko Miyagawa wrote: Here is Apache::Session::Generate::* variants, which especially uses Apache standard C-modules. Apache::Session::Generate::ModUniqueId http://bulknews.net/lib/archives/Apache-Session-Generate-ModUniqueId-0.01.tar.gz

Problem with Apache-request

2001-10-10 Thread Randy Rasmussen
I am having a problem with a module that needs Apache-request. The module is AuthCookieLDAP. I have a .htaccess (/test2/.htaccess) file that looks like: AuthType Apache::AuthCookieLDAP AuthName SA PerlAuthenHandler Apache::AuthCookieLDAP-authenticate PerlAuthzHandler

Re: ANN/RFC: Apache::Session::Generate variants

2001-10-10 Thread Tatsuhiko Miyagawa
On Wed, 10 Oct 2001 17:23:04 -0700 (PDT) Ask Bjoern Hansen [EMAIL PROTECTED] wrote: Apache::Session::Generate::ModUsertrack http://bulknews.net/lib/archives/Apache-Session-Generate-ModUsertrack-0.01.tar.gz http://bulknews.net/lib/archives/Apache-Session-Generate-ModUsertrack-0.01.html

Re: ANN/RFC: Apache::Session::Generate variants

2001-10-10 Thread Tatsuhiko Miyagawa
On Wed, 10 Oct 2001 17:22:23 -0700 (PDT) Ask Bjoern Hansen [EMAIL PROTECTED] wrote: Note that if you try to use these modules functionality, Apache::Session::Flex should be patched with one included in both tarballs. I sent a patch to Jeffrey last week or such that (I imagine) covers

Re: Lets Get it on!

2001-10-10 Thread Randy Kobes
On Sat, 9 Jun 2001, Jim Cox wrote: Purcell, Scott wrote:Re: Subject: [OT] What hourly rate to charge for programming? What kind of thread is this? I ask a question about modperl on NT and I get riddled from the list for using NT. Then we have a thread that goes for two days about hourly

[Knowledge Base] First coherent release

2001-10-10 Thread James G Smith
I've put together a tarball of the PerlKB modules: http://prdownloads.sourceforge.net/perlkb/PerlKB-0.02.tar.gz The example/ directory has a little script that shows how the store objects work. The scripts/ directory has a perl script that starts up the PerlKB::Shell monitor (modeled in a

[huge OT]Re: Lets Get it on!

2001-10-10 Thread Mark Maunder
Randy Kobes wrote: Friendly ribbing aside, let's not lose sight of Scott's original sentiment ... In the two years since we've been keeping Win32 mod_perl binaries here, there's been an average of about 30 downloads per day, suggesting Win32 users make up a fair percentage of mod_perl users

Re: ANN/RFC: Apache::Session::Generate variants

2001-10-10 Thread Dave Rolsky
On Thu, 11 Oct 2001, Tatsuhiko Miyagawa wrote: Wow, I did almost half a year ago :-) http://aspn.activestate.com/ASPN/Mail/Message/modperl/532294 Yeah, and I think I sent one a year ago, at least. Jeff, if you're still maintaining this package it'd be nice to put out a new release. If not,

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-10-10 Thread dougm
dougm 01/10/09 10:58:44 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.35 +25 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/ModPerl-Registry/t/conf .cvsignore extra.conf.in

2001-10-10 Thread stas
stas01/10/09 05:47:38 Added: ModPerl-Registry MANIFEST Makefile.PL README TODO ModPerl-Registry/lib/ModPerl PerlRun.pm Registry.pm RegistryBB.pm RegistryCooker.pm RegistryNG.pm ModPerl-Registry/t .cvsignore TEST.PL basic.t

cvs commit: modperl-site index.html

2001-10-10 Thread stas
stas01/10/09 02:37:10 Modified:.index.html Log: - adding links for mbox-file-style archives Revision ChangesPath 1.87 +19 -2 modperl-site/index.html Index: index.html === RCS

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_perl.c modperl_perl.h

2001-10-10 Thread dougm
dougm 01/10/08 17:13:00 Modified:src/modules/perl mod_perl.c modperl_perl.c modperl_perl.h Log: *CORE::GLOBAL::exit = \ModPerl::Util::exit Revision ChangesPath 1.88 +2 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0 Makefile.PL

2001-10-10 Thread dougm
dougm 01/10/10 20:29:32 Modified:.Makefile.PL Log: the DIR = [] patch does not work, backing it out for now. Revision ChangesPath 1.42 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL