Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-01-19 Thread Issac Goldstand
That release was canceled due to lack of votes, but regardless there was very little effective difference between that and 2.13 - mostly around tests, docs and build scripts. 2.13 should run just fine on 2.4 Issac On 1/19/2017 6:30 AM, Jie Gao wrote: There was a new release candidate over

Re: Absorb win32-apxs into httpd distro?

2016-12-14 Thread Issac Goldstand
On 12/14/2016 10:13 AM, William A Rowe Jr wrote: > Randy wrote http://www.apache.org/dist/perl/win32-bin/ > - but I'm wondering > who else here at httpd is interested in helping maintain and get this code > into our own distribution? I've shipped this fo

Re: Unable to set custom header

2015-10-06 Thread Issac Goldstand
$r->headers_out is what would go to the client. You probably want to add your headers to $r->headers_in to get it passed to the upstream server. Issac On 10/6/2015 1:11 PM, Ashish Mukherjee wrote: > Error log does not show anything. It's almost as if that piece of code &

Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC1

2015-05-13 Thread Issac Goldstand
Awesome!!! I'll need to find some time to build and test, but huge kudos Steve! On 5/13/2015 10:55 PM, Steve Hay wrote: > Please download, test, and report back on this release candidate of > the long-awaited mod_perl 2.0.9. > > http://people.apache.org/~stevehay/mod_perl-2.0.9-rc1.tar.gz > > MD

Re: Large File Download

2015-03-28 Thread Issac Goldstand
lf, but if you have data on the disk and can serve it as-is, sendfile will almost always perform much, much, much better. Issac On 3/28/2015 7:40 PM, Dr James Smith wrote: > You can effectively stream a file byte by byte - you just need to print > a chunk at a time and mod_perl and apach

Re: Something wrong with CPAN ?

2014-06-09 Thread Issac Goldstand
On 09/06/2014 14:23, André Warnier wrote: > Hi guys. > > Is it only me, or does the search box in www.cpan.org not work anymore ? > > 503 Service Unavailable > No server is available to handle this request. > > (been like that for a couple of days now) Confirmed. Seen this for a week or so now

Re: Web Server Architecture

2013-09-08 Thread Issac Goldstand
its own, chances are that you can do everything in one machine - with either one or two httpd instances (in the latter case, the 'Box A' instance on port 80, and the 'Box B' instance on another port), depending on your exact needs. The only real reason to split like this is if you need to use different MPMs for your mod_perl appserver and the front-end server. Issac

Re: mod_perl and Transfer-Encoding: chunked

2013-07-04 Thread Issac Goldstand
On 03/07/2013 23:42, Joseph Schaefer wrote: > Dechunked means it strips out the lines containing metadata about the next > block of raw data. The metadata is just the length of the next block of data. > Imagine a chunked stream is like having partial content length headers > embedded in the dat

Re: mod_perl and Transfer-Encoding: chunked

2013-07-04 Thread Issac Goldstand
On 03/07/2013 23:26, Jim Schueler wrote: > >> Second, if there's no Content-Length header then how >> does one know how much >> data to read using $r->read? >> >> One answer is until $r->read returns zero bytes, of >> course. But, is

Re: mod_perl and Transfer-Encoding: chunked

2013-07-04 Thread Issac Goldstand
On 03/07/2013 21:53, Joseph Schaefer wrote: > When you read from the input filter chain as $r->read does, the http > input filter automatically handles the protocol and passes the dechunked > data up to the caller. It does not spool the stream at all. > > You'd have to look at how mod perl impleme

Re: New Windows mod_perl binaries available

2013-04-29 Thread Issac Goldstand
First of all, see if you can get a stacktrace. There's also always spreading print/debug statements around - I'm unfortunately not so up-to-date on the various perl profiling modules around, but they might be helpful. Issac On 29/04/2013 14:16, Michiel Beijen wrote: > Hi Issac

Re: New Windows mod_perl binaries available

2013-04-29 Thread Issac Goldstand
der worker. So when that worker blows up, the master needs to completely tear it down, and bring it back up, which is what you're seeing. Look for a bug in user-code, not in the mod_perl binary. Issac On 29/04/2013 13:49, Michiel Beijen wrote: > Hi Steve, > > On Sat, Apr 27, 2013

Re: highscalability.com report

2012-04-04 Thread Issac Goldstand
not easier, but simpler) for people to work with and if set up properly can be fast enough to serve. Since PHP's APC stabilized, I've always considered it to be "good enough" against the speed advantage of registry scripts Issac

Re: Problem with long http request generation time - process restarting

2011-12-14 Thread Issac Goldstand
a missing piece here. Issac On 14/12/2011 23:44, Andrew Merton wrote: > Hi -- > > I am getting the following message recurring in my log: > > Parent: child process exited with status 255 -- Restarting. > > followed by the process restart sequence. > > I have tracked it d

Re: How to configure mod_perl files in Apache , i mean where to put them?

2011-11-17 Thread Issac Goldstand
l > where to put them ? physically ? relative to what in which directory ? > also where to configure the path to this directory. > Thanks > > On Thu, Nov 17, 2011 at 4:34 PM, Issac Goldstand <mailto:mar...@beamartyr.net>> wrote: > > On 17/11/2011 16:27, Meir Yanovich

Re: How to configure mod_perl files in Apache , i mean where to put them?

2011-11-17 Thread Issac Goldstand
filters part not the ordinary perl files You mean this? http://www.beamartyr.net/osdc2006/mp2intro/img36.html Issac

[ANNOUNCE] libapreq2-2.13 Released

2010-12-07 Thread issac
libapreq2-2.13 Released The Apache Software Foundation and The Apache HTTP Server Project are pleased to announce the 2.13 release of libapreq2. This Announcement notes significant changes introduced by this release. libapreq2-2.13 is released under the Apache License version 2.0. It i

Re: Internal apreq error

2010-12-04 Thread Issac Goldstand
Try setting LogLevel to debug? On 03/12/2010 18:24, Rolf Schaufelberger wrote: > Hi, > > (server Apache/2.2.14, OS Ubunto 10.04 LTS, libapreq 2.12.2 ) > > I'm getting sometimes an > > Internal apreq error > > which appears in my apache log with no more information that just that string. > I w

[RELEASE CANDIDATE] libapreq2 2.13 RC

2010-11-25 Thread Issac Goldstand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After a year and a half, the apreq team would like to release version 2.13 of libapreq. Please test and vote on the following tarball: http://people.apache.org/~issac/libapreq2-2.13.tar.gz http://people.apache.org/~issac/libapreq2-2.13.tar.gz.asc

Re: ApacheCon

2010-10-05 Thread Issac Goldstand
On 05/10/2010 18:56, Fred Moyer wrote: > Anyone going to Apachecon in Atlanta this year? > > http://na.apachecon.com/c/acna2010/ Not sure yet

Re: [RELEASE CANDIDATE] Apache-Test-1.33 RC1

2010-09-11 Thread Issac Goldstand
cdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_RE

Re: Caveats to using Perl Sections for server configuration?

2010-01-15 Thread Issac Goldstand
FWIW, you can look at the source of Apache::UploadMeter to see an example of sections in use - they're actually called during the httpd.conf parsing triggered by statements found in the httpd.conf Issac Perrin Harkins wrote: > I don't use them, but in a startup.pl you would be i

Re: Plack

2009-10-15 Thread Issac Goldstand
Whaddaya know... Ironically, this might have saved Plone at my workplace had I known that this was on the way. We were looking at writing custom WSGI components in Python and shuddering (well, I was shuddering) Jonathan Vanasco wrote: > > Has anyone here played with Plack yet ? ( http://plackper

Re: mod_perl handler and PHP

2009-03-21 Thread Issac Goldstand
> vhost.conf: > > > SetHandler modperl > PerlHandler My::Handler > FilterProvider PHPFILTER PHP resp=PHPFILTER "*" > FilterTrace PHPFILTER 0 > FilterChain PHPFILTER > > ------ > > > > Has someone done this for windows? Or does someone know where I get php > with apxs2filter for windows? > > Just use the php5apache2_filter.dll module instead of php5apache2.dll and you're set to go Issac

[RELEASE CANDIDATE] libapreq2 2.11

2009-01-20 Thread Issac Goldstand
The apreq developers are planning a maintenance release of libapreq2. This version addresses several bugfixes and includes new features. Changes since the last release version include: - Interactive CGI module [issac] Allow cgi module to interactively prompt for parameters and cookies when

[OT] Re: unsubscribe

2009-01-19 Thread Issac Goldstand
It is already included. Check your headers. list-help: list-unsubscribe: List-Post: Michael Ludwig wrote: > Try: modperl-unsubscr...@perl.apache.org > > Maybe it would help to hav

CFP Open For ApacheCon Europe 2009

2008-10-02 Thread Issac Goldstand
The Call for Papers for ApacheCon Europe 2009, to be held in Amsterdam, from 23rd to 27th March, is now open! Submit your proposals at http://eu.apachecon.com/c/aceu2009/cfp/ before 24th October. Remember that early bird prices for ApacheCon US 2008, to be held in New Orleans, from 3rd to 7th Nov

Re: [OT] Solaris + Apache 2.2 / PHP 5 cluster config help

2008-05-20 Thread Issac Goldstand
Perrin Harkins wrote: On Sun, May 18, 2008 at 8:05 AM, Issac Goldstand <[EMAIL PROTECTED]> wrote: Also, do people have concrete benchmarks of keeping a read-only replication mysql on the webservers vs a single read/write shared mysql server? Any time you can spread the reads over mu

[OT] Solaris + Apache 2.2 / PHP 5 cluster config help

2008-05-18 Thread Issac Goldstand
them to stop using OO). We actually already have Zend Guard, but I've been led to understand that that's not really helpful performance-wise, unless you have the full Zend Server, which I'm not sure I'd want to migrate to. Any helpful pointers would be appreciated. Issac

Re: [ANNOUNCE] mod_perl-2.0.4

2008-04-17 Thread Issac Goldstand
I think we knew that (or am I getting mixed up with the mp1 RC?) and it was supposed to be a known issue... Issac Foo JH wrote: Alas, I have bad news to report: Tech stack: Windows 2003 Server Apache 2.2.4 Perl 5.10.0 mod_perl 2.0.4 from 10xx/ path Observations: 1. mod_perl is able to

[OT] Re: Apache configuration question - restrict folder access to local machine only

2008-04-11 Thread Issac Goldstand
This really belongs on [EMAIL PROTECTED], but having been asked already... You could put it into a separate VirtualHost container, which listens on 127.0.0.1 Then you don't need to worry about Allow from to begin with. Issac John Zhang wrote: I have this question, and not sure if

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC4

2008-04-03 Thread Issac Goldstand
Randy Kobes wrote: On Wed, 2 Apr 2008, Issac Goldstand wrote: Philippe M. Chiasson wrote: The mod_perl 1.31 release candidate 4 "Works with Perl 5.10" is ready. It can be downloaded here: [ ... ] win32 vc6 FAIL Sorry folks, still segfaulting. Backtrace below: I also get thi

Re: [RELEASE CANDIDATE] mod_perl-2.0.4 RC1

2008-04-03 Thread Issac Goldstand
Randy Kobes wrote: On Tue, 1 Apr 2008, Philippe M. Chiasson wrote: The mod_perl 2.0.4 release candidate 1 "Works with Perl 5.10" is ready. It can be downloaded here: http://www.apache.org/~gozer/mp2/mod_perl-2.0.4-rc1.tar.gz MD5: 1f0a941e8b5f26b6102126ae67ddbb43 SHA1: 8b2ceede3c783b9b2cc

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC4

2008-04-02 Thread Issac Goldstand
Randy Kobes wrote: On Wed, 2 Apr 2008, Issac Goldstand wrote: Philippe M. Chiasson wrote: The mod_perl 1.31 release candidate 4 "Works with Perl 5.10" is ready. It can be downloaded here: [ ... ] win32 vc6 FAIL Sorry folks, still segfaulting. Backtrace below: I also get thi

Re: [RELEASE CANDIDATE] mod_perl-2.0.4 RC1

2008-04-02 Thread Issac Goldstand
William A. Rowe, Jr. wrote: Issac Goldstand wrote: Ahem, On that subject, libapreq1 is already a year and a half into it's latest release cycle. We're still waiting for a PMC vote to finish the release... Someone remind me to do a lightning talk about this next time I'm

Re: [RELEASE CANDIDATE] mod_perl-2.0.4 RC1

2008-04-02 Thread Issac Goldstand
Ahem, On that subject, libapreq1 is already a year and a half into it's latest release cycle. We're still waiting for a PMC vote to finish the release... Someone remind me to do a lightning talk about this next time I'm at AC :) Foo JH wrote: Fantastic! Can I assume that libapreq will be

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC4

2008-04-02 Thread Issac Goldstand
Just to clarify a bit, this is against the exact same Apache + Perl I tried (and segfaulted) RC3 against. I can't seem to grab the .mdmp from temp but if anyone knows how to make a dump from within the vc6 ide or on-demand from any other JIT debugger, I'd be happy to make one.

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC4

2008-04-02 Thread Issac Goldstand
win32 vc6 FAIL Sorry folks, still segfaulting. Backtrace below: NTDLL! 7c918fea() NTDLL! 7c90104b() PerlIOUnix_open(interpreter * 0x009a4084, _PerlIO_funcs * 0x280cb548 _PerlIO_unix, PerlIO_list_s * 0x008230fc, long 0, const char * 0x280be174 `string', int 0, int 0, int 0, _PerlIO * * 0x0

Re: modperl with SSL

2008-03-24 Thread Issac Goldstand
a backend server - the server that REALly serves the request. Foo JH wrote: What is a realserver? J. Peng wrote: hello list, we have our own realserver called QHttpd. This realserver doesn't support SSL protocal (https). So I have to develop a proxy before QHttpd to get it be compatible wit

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-03-01 Thread Issac Goldstand
Built APSource-1002 using default settings and had the same segfault. Randy Kobes wrote: On Thu, 28 Feb 2008, Issac Goldstand wrote: Steve Hay wrote: Issac Goldstand wrote: win32 (xp sp2, vc6 - no SDK upgrade) - Apache 1.41 binary - ActivePerl 5.10 (build 1002) FAIL (sorry, folks

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-29 Thread Issac Goldstand
Randy, I'm going to start building from scratch using ASF source + AS source, using default compile options, and we'll see where it goes. Have I mentioned lately how much I *hate* bootstrapping CPAN (for prereqs) on Win32? :-p Issac Steve Hay wrote: Randy Kobes wrote: On T

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-28 Thread Issac Goldstand
Steve Hay wrote: Issac Goldstand wrote: win32 (xp sp2, vc6 - no SDK upgrade) - Apache 1.41 binary - ActivePerl 5.10 (build 1002) FAIL (sorry, folks) Segfault at startup. I wonder if this is caused by mis-matched CRTs? ActivePerl is built using VC6 (and therefore uses MSVCRT.dll

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-26 Thread Issac Goldstand
win32 (xp sp2, vc6 - no SDK upgrade) - Apache 1.41 binary - ActivePerl 5.10 (build 1002) FAIL (sorry, folks) Segfault at startup. last line in mod_perl-land: mod_perl.c : 704 status = perl_parse(perl, mod_perl_xs_init, argc, argv, NULL); I can't download the AS perl source - it keeps st

Re: Visual Studio 2008 and ActiveState Perl 5.10 updates

2007-12-29 Thread Issac Goldstand
William A. Rowe, Jr. wrote: > Issac Goldstand wrote: >> -0.5 >> >> I would actually like to see builds prepared against MSVCRT80, which is >> available in the Vista SDK's bundled free compiler, rather than having >> users need to download the SDK + VS Express

Re: Visual Studio 2008 and ActiveState Perl 5.10 updates

2007-12-29 Thread Issac Goldstand
SDKs are bundled with compilers (for x86, amd64 and even the ia64 for those who find that useful) there's no reason not to keep the build procedure as simple as possible for those of us *cough* who prefer not to buy a new VS suite every time MS feels like trying to send me one :-) My $0.0

Re: REST

2007-11-27 Thread Issac Goldstand
Excellent question, and very easily doable. You want to look at the PerlTransHandler http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlTransHandler Issac Beginner wrote: > Hi, > > I hope this isn't a dumb question. > > I want to try and create a small REST st

Re: Hook Ordering

2007-11-27 Thread Issac Goldstand
Access handler always comes *before* authentication/authorization. Maybe add the legal agreement as part of the authorization handler or as a Fixup handler? See http://perl.apache.org/docs/2.0/user/handlers/http.html#HTTP_Request_Cycle_Phases Issac David Eisner wrote: > We have a section

Re: dev environment

2007-11-05 Thread Issac Goldstand
having the same software installed as on the production server, so less chances of different behavior on each end. MySQL is kept up-do-dte via replication from the live server. Issac Jeff Armstrong wrote: > Original Message > Subject: Re:32 & 64 bit memory diff

Re: UDP support in mod_perl2/apache

2007-11-01 Thread Issac Goldstand
the hackathon coming up soon, this would be a great time to ping [EMAIL PROTECTED] for possible inclusion in trunk... Issac Rolf Banting wrote: > Hi, > > I'd like to able to transplant a kind of gateway app I have written > from a POE to mod_perl2. Why? Well mainly so I h

Re: Test Server

2007-10-16 Thread Issac Goldstand
er control access to the dev sandboxes (from dealing with consultants who need temporary access to renegade employees) but that costs more. Issac Perrin Harkins wrote: > On 10/15/07, jk jk <[EMAIL PROTECTED]> wrote: >> Sorry, 1 server under which all developers run a separate copy of t

Re: redirect

2007-10-06 Thread Issac Goldstand
(something like [mp1 code, but you should get the idea]): $r->header_out("Refresh"=>"0;url=http://www.mydomain.com/";); $r->send_http_header("text/html"); $r->print(""); ) Issac Eli Shemer wrote: > I have previously have done this b

Re: redirect

2007-10-06 Thread Issac Goldstand
Send a Location: header back instead of a full response and return HTTP_MOVED_TEMPORARILY from your handler. If you want/need to return a response from the page, you can alternatively use an HTML META tag in the header to accomplish the same effect. Issac Eli Shemer wrote: > Hey there, >

Re: Downloading SpreadSheet Data with Apache

2007-09-22 Thread Issac Goldstand
Make sure that you set a TimeOut in httpd.conf greater than your script's delay: http://httpd.apache.org/docs/2.2/mod/core.html#timeout Issac Tyler Bird wrote: Michael Peters wrote: Tyler Bird wrote: I run this script and the log files show the incrementing numbers in the for loop

Re: apr

2007-09-15 Thread Issac Goldstand
Probably because the $r you're passing it is just "Apache2::RequestRec" and not really the request object that Apache2::Request wants... Issac Eli Shemer wrote: > Hey again > > Once I add the apr object I get no error but I also receive no output on > th

Re: post data

2007-09-15 Thread Issac Goldstand
I'd personally go with Apache2::Request (for the fast C parsers). CGI.pm is useful if you need more portable code (although Apache2::Request could be used for normal CGI these days if APR is available) Issac Eli Shemer wrote: > Hey there. > > > > I yesterday compiled an

Re: [RELEASE CANDIDATE] libapreq2 2.09-RC2

2007-08-09 Thread Issac Goldstand
Phillip, If it helps you move along better and have more time to review both 1 & 2, I'll voulenteer to pick up RMing 2.09 in addition to 1.34 so we can get them both out the door. Let me know. Issac Philip M. Gollucci wrote: >>>> Are we going to have 2.09 release? It&#

Re: [mp2] Segmentation faults with threaded worker-mpm

2007-06-04 Thread Issac Goldstand
ic) with a single front-end, or am I dreaming? Issac Perrin Harkins wrote: > On 6/4/07, Jani M. <[EMAIL PROTECTED]> wrote: >> With prefork, running ~ 600 processes results in roughly 700MB of memory >> consumption. This obviously gives us 600 client "download slots",

[RELEASE CANDIDATE] libapreq 1.34-RC3

2007-05-30 Thread Issac Goldstand
://people.apache.org/~issac/libapreq-1.34-RC3.tar.gz a try and report comments/problems/etc. to the apreq-dev list at [EMAIL PROTECTED] Thanks, Issac

Re: Odd problem

2007-05-08 Thread Issac Goldstand
What OS? Is Perl on the system path? The Doctor wrote: > I am runnng Apache 2.059 and perl 5.8.8 . > > I am trying to compile the most recent version of mod_perl 2 > > however once install, Apache says it cannot find the so even > tough it is there. > > Pointers please. > >

[RELEASE CANDIDATE] libapreq 1.34-RC2

2007-04-27 Thread Issac Goldstand
The apreq developers are planning a maintenance release of libapreq1. This version primarily addresses an issue noted with FireFox 2.0 truncating file uploads in SSL mode. Please give the tarball at http://people.apache.org/~issac/libapreq-1.34-RC2.tar.gz a try and report comments/problems/etc

[RELEASE CANDIDATE] libapreq 1.34-RC1

2007-04-23 Thread Issac Goldstand
The apreq developers are planning a maintenance release of libapreq1. This version primarily addresses an issue noted with FireFox 2.0 truncating file uploads in SSL mode. Please give the tarball at http://people.apache.org/~issac/libapreq-1.34-RC1.tar.gz a try and report comments/problems/etc

Re: [Fwd: Call for Papers Opens for ApacheCon US 2007]

2007-04-16 Thread Issac Goldstand
ISn't that kind of short notice? Even for a proposal and certainly for the paper... Geoffrey Young wrote: >> The paper submission deadline is Monday, 28 April 2007, Midnight GMT. > > note that the date (april 28) is correct, but it's a saturday not a monday. > > --Geoff

Re: Apache2::Request for ActivePerl Win32

2007-03-29 Thread Issac Goldstand
Absolutely. Set up Randy Kobes's PPM repository (http://theoryx5.uwinnipeg.ca/ppms/ for latest ActivePerl with PPM4 (build 819 and above) or http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58 for earlier versions). There's also a binary mod_perl2 there. Issac Kelvi

Re: [mp2] aborting a file upload

2007-03-08 Thread Issac Goldstand
I'm not positive, but I think it's dangerous as it can screw up pipelined requests - that's why discard_request_body exists. I've cc-ed [EMAIL PROTECTED] as all the smart HTTP people hang out there :-) and maybe one of them can either confirm or correct that statement. Is

Re: [mp2] aborting a file upload

2007-03-06 Thread Issac Goldstand
I'm not sure it's possible to abort the read. I think the server must finish the read before the client will accept any response data. IIRC, discard_request_body still performs a read on the socket; it just doesn't do anything with the read data. Issac Matt Williamson wrote: &

Re: How to obtain the raw http content?

2007-02-13 Thread Issac Goldstand
but if it interests you, it might be worth looking into. Issac

Re: [RFC] two ajax-related packages

2007-02-06 Thread Issac Goldstand
Randy Kobes wrote: > On Tue, 6 Feb 2007, Issac Goldstand wrote: > >> Randy Kobes wrote: >>> I'd be interested in any comments about these >>> packages, including their names. CGI::Apache2::Ajax >>> was tentatively chosen because, first of all, it only

Re: [RFC] two ajax-related packages

2007-02-06 Thread Issac Goldstand
equest + mod_perl2 presence and fallback to CGI if it doesn't work? Something like: if (exists $ENV{MOD_PERL_API_VERSION} && $ENV{MOD_PERL_API_VERSION} >= 2 && eval {require Apache2::Request}) { ... mod_perl mode ... } else { ... CGI mode ... } Issac

Re: How to extract a parameter

2007-01-16 Thread Issac Goldstand
Fred Moyer wrote: >> Issac Goldstand wrote: >> I personally never liked using CGI with mod_perl; if I'm going through >> the trouble of writing optimized handlers to make my application that >> much faster, why use a pure-perl solution that needs to do full pa

Re: How to extract a parameter

2007-01-15 Thread Issac Goldstand
Issac Goldstand wrote: > Jonathan Vanasco wrote: >> On Jan 14, 2007, at 6:45 PM, Fred Moyer wrote: >>> But it's really much easier to use CGI :) >> There's also libapreq > > OK - so out of the corner of my eye, I saw the link again as the > previou

Re: How to extract a parameter

2007-01-14 Thread Issac Goldstand
Jonathan Vanasco wrote: > On Jan 14, 2007, at 6:45 PM, Fred Moyer wrote: >> But it's really much easier to use CGI :) > > There's also libapreq OK - so out of the corner of my eye, I saw the link again as the previous mail was being copied to my sent-mail and noticed that it said RequestRec::args

Re: PerlAuthenHandler, PerlAuthzHandler, Reverse Proxy and Web Services Problem

2007-01-09 Thread Issac Goldstand
Frank Wiles wrote: > > The best way to think about it is like this: > > PerlAccessHandler > is this IP allowed? > PerlAuthenHandler > is this username allowed? > PerlAuthzHandler> is this group allowed? > Small correction: PerlAccessHandler

Re: "apxs" nor ap_release.h not found in libapach2-mod-perl

2006-12-21 Thread Issac Goldstand
Try apt-get install apache2-dev Genesis X1 wrote: > Yes i used apt-get install apache2 to install the HTTPD server. > I searched my box using find files/folders utility but couldnt locate > the file needed. > > GenesisX1 > > > On 12/21/06, Issac Goldstand <[EMAIL

Re: "apxs" nor ap_release.h not found in libapach2-mod-perl

2006-12-21 Thread Issac Goldstand
ctory. Issac Genesis X1 wrote: > Hi, > > Im trying to get NTLM Authentication working for Apache 2xx. > > So that Windows Users can access Apache Web Server with their Windows > Domain credentials. (Single Sign On) > > I have installed Perl 5 and Apache HTTPD Server 2.2.3

Re: [RELEASE CANDIDATE]: Apache-Test-1.29-RC3

2006-11-24 Thread Issac Goldstand
PASS Win32 Perl-5.8.8 + Apache 2.2.3 Philip M. Gollucci wrote: > A release candidate for Apache-Test 1.29-rc3 is now available. > > http://people.apache.org/~pgollucci/at/Apache-Test-1.29-rc3.tar.gz > > Please take the time to exercise the candidate through all your existing > applications that

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC3

2006-11-24 Thread Issac Goldstand
PASS Win32 Perl-5.8.8 + Apache 2.2.3 Philip M. Gollucci wrote: > A release candidate for mod_perl 2.0.3-rc3 is now available for testing. > > Please grab the candidate from > http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc3.tar.gz > > and report back successes or failures. When reporti

Re: Windows + MP2 in a production environment

2006-11-21 Thread Issac Goldstand
hared->Free(ptr); } __except(EXCEPTION_EXECUTE_HANDLER) { } FreeLockShared(); }; Located in win32\perlhost.h file. The crash occurs in VMem::free function probably during freeing of the block of memory there. --- END QUOTE --- Issac Iss

Re: JOB [CONTRACT] + Re: Windows + MP2 in a production environment

2006-11-21 Thread Issac Goldstand
nilla httpd install. Issac Foo JH wrote: This is a disappointing piece of news. Perl itself is very useful on the Windows environment. If modperl cannot be reliably deployed on Windows, how can we expect the Windows developers (which form the majority of developers) to consider adopting

Re: Windows + MP2 in a production environment

2006-11-19 Thread Issac Goldstand
We're using 2.2.3 - Upgrading everything to the latest stable versions was the first thing we tried. Issac Foo JH wrote: > Issac Goldstand wrote: >> We were originally using 5.8.3, but reproduced the problem with both >> activeperl 5.8.8.819 with mod_perl-2.0.3-dev (from

Re: JOB [CONTRACT] + Re: Windows + MP2 in a production environment

2006-11-19 Thread Issac Goldstand
We were originally using 5.8.3, but reproduced the problem with both activeperl 5.8.8.819 with mod_perl-2.0.3-dev (from your PPM repository) as well as our own built perl + mod_perl 2.0.3-rc2 Randy Kobes wrote: > On Sun, 19 Nov 2006, Foo JH wrote: > >> Issac Goldstand wrote: >>

JOB [CONTRACT] + Re: Windows + MP2 in a production environment

2006-11-19 Thread Issac Goldstand
xing the problem, please email me. Issac Foo JH wrote: Hello guys, Just want to get some feedback from people here who use MP2 on Windows for their production enviromment. For myself I have done MP2 on both FreeBSD and Windows platforms, and it seems to me that the FreeBSD combo is m

Re: [mp2] PAR in production?

2006-11-15 Thread Issac Goldstand
Not Sophos. ActivePerl. ActivePerl costs $0.00 to download and use, but AFAIK it's not "free software", thus the question :-) Issac Frank Wiles wrote: > On Wed, 15 Nov 2006 12:34:50 +0200 > Issac Goldstand <[EMAIL PROTECTED]> wrote: > >> Cool!

Re: [mp2] PAR in production?

2006-11-15 Thread Issac Goldstand
Cool! But, what license does it have? Foo JH wrote: Are you guys referring to this tool ActiveState released for relocating Perl: http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/site/lib/ActiveState/RelocateTree.html Frank Wiles wrote: On Mon, 13 Nov 2006 10:24:21 +0200 Issac

Re: [mp2] PAR in production?

2006-11-13 Thread Issac Goldstand
27;t be able to install new modules to your new perl site... Issac

Re: [RELEASE CANDIDATE] Apache-Test-1.27 RC2 + mod_perl2.03-RC2 + apreq 2.09-RC2

2006-11-09 Thread Issac Goldstand
Win32 (VS2003) - httpd/2.2.3 - ActivePerl 5.8.8.819 PASS Apache-Test PASS mod_perl FAIL libapreq2 libapreq passed the 2 sets of C-based tests and failed the 3rd set (quite miserably), so it may just be a bug in Apache-Test. I'll look into it and send a proper bug report with details to apreq-dev

Re: Win32 ppm packages

2006-10-31 Thread Issac Goldstand
the couple of extra chars and always know what I'm installing without needing to look up the most current naming scheme. Issac Randy Kobes wrote: I'd like to get a sense from Win32 ppm users of mod_perl and/or libapreq2 about the following. Right now in our http://theoryx5.uwinnip

Re: Authentication

2006-08-04 Thread Issac Goldstand
. Issac Radoslaw Zielinski wrote: > Jonathan Vanasco <[EMAIL PROTECTED]> [03-08-2006 21:24]: >> On Aug 3, 2006, at 12:31 PM, Radoslaw Zielinski wrote: >>> Valid: exists, hasn't expired, client's IP matches (ID might have been >>> stolen somehow), etc. >> I

Re: X-Forwarded-For

2006-08-04 Thread Issac Goldstand
IIRC, it's not needed for mp2, since it's been implemented directly in mod_proxy Issac Jonathan Vanasco wrote: > my mp2 needs to get the ip of the remote address > > on some installations, mp2 is on port 80 > > on other installations, mp2 is on 80xx and the ip is in

Re: Cannot load mod_perl.so

2006-05-16 Thread Issac Goldstand
You may need to add (to httpd.conf) LoadFile c:/path/to/perl/bin/perl58.dll before the LoadModule line. Issac Tracy E Schreiber wrote: > Hi, > > I hope this isn't too much of a newbie question... > > I am trying to upgrade from Apache 2.0.55 using mod_perl V1.0 to A

Re: mod_proxy_add_forward

2006-05-05 Thread Issac Goldstand
In Apache 2, it's built in to mod_proxy. In Apache 1 (as of a couple of years ago, at least) it wasn't - that's why mod_proxy_add_forward was originally written :) Issac Michael Schout wrote: > David Romero wrote: >> Hi >> I need the client ip on a backend server.

Re: Progress bar for file uploads

2006-04-28 Thread Issac Goldstand
No. Actually, the main reason it never saw a 1.0 version is because of lack of an intelligent method to configure multiple forms. Patches are welcome, though :-) Issac Barry Hoggard wrote: > On Apr 27, 2006, at 10:09 AM, Perrin Harkins wrote: >> Martin Moss wrote: >>> Does

Re: How many people use the Windows combo of Apache2 + mod_perl2 ?

2006-04-26 Thread Issac Goldstand
IIRC, PerlEx was discontinued a few years ago, I think shortly after the Sophos acquisition. I've recently seen it quietly reappear in standard ActivePerl distributions, but not sure where (if anywhere) the great folks at ActiveState are going with it... Issac Philip M. Gollucci wrote:

Re: How many people use the Windows combo of Apache2 + mod_perl2 ?

2006-04-25 Thread Issac Goldstand
would take 30 seconds to do so which was too long), which we worked around by ditching mod_ssl and setting up stunnel instead. Issac Foo Ji-Haw wrote: > Just want to do a quick poll here. > > Most of the comments I read here, come from people who use the Linux/ > BSD platform. Is there

Re: [OT] Database transaction across multiple web requests

2006-04-04 Thread Issac Goldstand
y $numrows2 = $sth->rows; But will this return the total rows or just the rows that match the LIMIT ... OFFSET ... directive? In MySQL, at least, it will return the latter. The SQL_CALC_FOUND_ROWS directive is to calculate the former. Issac

Re: pnotes MP1->MP2

2006-04-03 Thread Issac Goldstand
Response handler sub fullresponse_handler { my $r=shift; # Get direction from DB my $dbh=$r->pnotes('dbh'); ... } Issac John Russell wrote: > Thank you. Tried it, unfortunately no difference. > I'll try Geoffrey Young's test. >

Re: [OT] Re: Database transaction across multiple web requests

2006-04-03 Thread Issac Goldstand
Right - that was the line I was trying to find earlier. So much for my theory about ignoring the LIMITs :-( All I can think of to explain the speedup that people (including myself) tend to see anyway is the indexes being cached in the key_buffer the second+ times around. Issac Jeff wrote

Re: Database transaction across multiple web requests

2006-04-03 Thread Issac Goldstand
the PostgreSQL syntax of LIMIT ... OFFSET ... Issac Jonathan Field wrote: >> From here you can watch in real time for Qcache_hits. "Questions" is the > total number of queries. Indeed, LIMIT queries are cached, but just the > part that was returned. > > If the query i

Re: Database transaction across multiple web requests

2006-04-02 Thread Issac Goldstand
Frank Wiles wrote: > On Fri, 31 Mar 2006 14:47:37 +0200 > Issac Goldstand <[EMAIL PROTECTED]> wrote: > >> Granted, I use a few MySQL features for this; I'm not sure if LIMIT >> exists in postgresql, and I'm fairly sure that the SQL_CALC_FOUND_ROWS >>

Re: Database transaction across multiple web requests

2006-03-31 Thread Issac Goldstand
27;m fairly sure that the SQL_CALC_FOUND_ROWS directive (which will return the total rows in a select statement regardless of the LIMIT directives) doesn't... Issac > > add b) That sounds the best option at least this is the one I chose the >last time you can do a LI

Re: Controlling subversion access

2006-03-26 Thread Issac Goldstand
handler for the authentication to work.") Issac Dennis Sinelnikov wrote: > Cool, thanks Torsten! > > I ended up using PerlAccessHandler. > > I ran into problems using PerlAuthenHandler, maybe because I'm using a > client certificate to authenticate the user (SSLCACe

  1   2   >