Raku

2021-12-22 Thread Tom Browder
Has anyone considered having a mod_raku version of mod_perl? Merry Christmas to all. -Tom

Re: suggestions for perl as web development language [EXT]

2020-12-30 Thread Tom Browder
On Sun, Dec 20, 2020 at 2:03 PM Mithun Bhattacharya wrote: > > Your external facing apache instance would do the SSL part and use mod_proxy > to redirect the request to another instance of apache which implements the > actual functionality. Just remember the second instance needs to run on a >

Re: suggestions for perl as web development language [EXT]

2020-12-20 Thread Tom Browder
On Sun, Dec 20, 2020 at 11:29 Mithun Bhattacharya wrote: > Just curious where exactly is the challenge in this setup ? It can't be in > apache supporting real certificates - neither can it be in setting up > reverse proxy internally... > The challenge to me is how exactly to code the reverse pro

Re: suggestions for perl as web development language [EXT]

2020-12-20 Thread Tom Browder
On Sun, Dec 20, 2020 at 09:33 Steven Lembark wrote: > On Tue, 4 Aug 2020 18:05:28 -0700 > jbiskofski wrote: > > > I had a hard time accepting this was a good configuration because for > > 20 years I had thought of webservers as big giant compiled systems > > (apache), but apparently you can now

Re: Where is the mod_perl development repo?

2017-02-19 Thread Tom Browder
On Sun, Feb 19, 2017 at 2:11 PM, Adam Prime wrote: > Many years ago Jeff Horwitz had a proof of concept mod_parrot, which allowed > a mod_perl6. He did some talks about it at YAPC. Lots of things have changed > since then though. Notably perl6 is mostly using moarVM these days, which > might mean

Re: Where is the mod_perl development repo?

2017-02-19 Thread Tom Browder
On Sun, Feb 19, 2017 at 00:44 Randal L. Schwartz wrote: > >>>>> "Tom" == Tom Browder writes: ... > Randall, I do know that, and I love Perl 6! I also feel comfortable writing CGI programs, so how can I use both most efficiently with my apache web server.? Best

Re: Where is the mod_perl development repo?

2017-02-17 Thread Tom Browder
On Fri, Feb 17, 2017 at 14:58 Philippe Chiasson wrote: https://perl.apache.org/contribute/svn_howto.html For detailled information And specifically, the svn repo is over here : https://svn.apache.org/repos/asf/perl/modperl/trunk/ Thanks, Philippe, I didn't look on that page long enough. Any p

Where is the mod_perl development repo?

2017-02-17 Thread Tom Browder
Is the mod_perl source code repo publicly available? If so, I can't find a link on the website. Thanks. Best regards, -Tom

Re: Alternatives to CGI perl module

2016-09-10 Thread Tom Browder
On Sat, Sep 10, 2016 at 7:54 AM, Igor Chudov wrote: > I hope that this message would not be considered off topic. ... > I always considered the CGI perl module to be a work of a genius. How it I agree, and use it, too. ... > OK, so now, as of ubuntu 16.04, CGI is considered obsolete and is bein

Re: mod_perl 2 (2.0.7) and Apache 2.4.3 won't build

2012-09-19 Thread Tom Browder
On Wed, Sep 19, 2012 at 5:34 PM, Doug Hunt wrote: > Hi Tom: My understanding is that mod_perl does not yet build under Apache > 2.4.X, but only 2.2.X or 2.0.X. > > Others on this list have status for when 2.4.X compatibility might be ready. Thanks, Doug. Any developer have a forecast? Best, -

Re: mod_perl 2 (2.0.7) and Apache 2.4.3 won't build

2012-09-19 Thread Tom Browder
On Wed, Sep 19, 2012 at 5:20 PM, Tom Browder wrote: > Has anyone had success with mod_perl 2 (I've tried 2.0.7 with no > success) and Apache 2.4.3? ... > Errors from the build: ... > I haven't tried to debug the build yet--looks like maybe an > out-of-date dependency

mod_perl 2 (2.0.7) and Apache 2.4.3 won't build

2012-09-19 Thread Tom Browder
Has anyone had success with mod_perl 2 (I've tried 2.0.7 with no success) and Apache 2.4.3? Errors from the build: modperl_interp.c: In function 'modperl_interp_select': modperl_interp.c:503: error: 'conn_rec' has no member named 'remote_ip' make[1]: *** [modperl_interp.lo] Error 1 make[1]: Leavi

Re: Helping with mod_perl

2012-09-07 Thread Tom Browder
On Fri, Sep 7, 2012 at 2:13 PM, wrote: ... > I have been using mod_perl now for approx 12-15 years now and it seems to be > getting better and better. I have looked at other frameworks, and development ... > I'm trying to get round to open source, my latest frame work Pagesmith, which > we use at

Re: Helping with mod_perl

2012-09-07 Thread Tom Browder
On Fri, Sep 7, 2012 at 1:34 AM, Randolf Richardson wrote: >> Hi all. I have a production site running mod_perl, and I'd like to make >> sure mod_perl continues into Apache 2.4. To that end, I'm wondering if >> there is anything I can do to help. > > That's excellent! I am looking forw