important message

2015-10-21 Thread Jonathan T . Leighton
Hello! New message, please read <http://igoasia.org/put.php?r> Jonathan T. Leighton

Re: Can a module control the socket transport protocol? - revisited

2013-11-07 Thread Jonathan T. Leighton
I think the answer to my question is sort of, but not really. It appears that httpd can support alternate network transport protocols within strict limits. The MPMs (at least prefork, worker, and event), all call ap_setup_listeners() to set various socket options, bind(), and listen() on all

RewriteMap vhost with custom settings

2010-03-18 Thread Jonathan Petersson
for some virtual domains, is this possible using maps or do I get an all or nothing for all vhosts? Thanks /Jonathan

Limit FCGI per user instead of domain

2010-02-19 Thread Jonathan Petersson
processes and 5 processes per vhost within that wrapper? Thanks /Jonathan

Re: mod_fcgi segementation fault and loss of MaxProcessCount

2010-02-12 Thread Jonathan Petersson
processes (current:1, max:1), skip the spawn request But using SVN HEAD there's no output at all. Is there some new flags which mod_fcgi has to be configured with to get this output? Thanks -Jonathan On 2010-02-11 19:54, Jonathan Petersson wrote: Thanks for your feedback, I'll check out

Re: mod_fcgi segementation fault and loss of MaxProcessCount

2010-02-12 Thread Jonathan Petersson
Ah thanks, I repatched it to send it to notice again :) Sent from my iPhone On 12 feb 2010, at 15.13, traw...@gmail.com wrote: On Feb 12, 2010 8:32am, Jonathan Petersson jonathan.peters...@binero.se wrote: So I just upgraded to SVN HEAD and are trying to replicate the issue but something

mod_fcgi segementation fault and loss of MaxProcessCount

2010-02-11 Thread Jonathan Petersson
on what the problem could be, I'm using mod_fcgi 2.3.4. Thanks /Jonathan

Re: mod_fcgi segementation fault and loss of MaxProcessCount

2010-02-11 Thread Jonathan Petersson
Thanks for your feedback, I'll check out the latest code and see if it works any better. /Jonathan On 02/11/2010 06:36 PM, Jeff Trawick wrote: On Thu, Feb 11, 2010 at 11:19 AM, Jonathan Petersson jonathan.peters...@binero.se wrote: Hi all, I've a few selected servers on which I've

Re: [RELEASE CANDIDATE] libapreq2 2.09-RC2

2007-08-08 Thread Jonathan Vanasco
Are we going to have 2.09 release? It's been quite some time since RC2 actually, i'd like to see an RC3-- there was an issue I kept complaining about that Joe was going to solve thanks to some testing by [EMAIL PROTECTED] -- reference the posting on 2007.05.25 Supposedly, this is going

Re: Test fail on AIX 5.3

2007-05-03 Thread Jonathan Vanasco
On May 3, 2007, at 12:57 AM, [EMAIL PROTECTED] wrote: util...FAILED tests 36-37 Failed 2/89 tests, 97.75% okay Failed Test Stat Wstat Total Fail Failed List of Failed interesting -- thats where OSX fails too. Joe wrote some

Re: Error Building libapreq2.08

2007-04-15 Thread Jonathan Vanasco
On Apr 15, 2007, at 9:22 AM, Joe Schaefer wrote: Jonathan Vanasco [EMAIL PROTECTED] writes: I encountered an error building libapreq2.08 I posted it on the mp list when I thought it was perl related, but the issue seems to be in the C code , so i'm reposting here. I'm running osx 10.4.9

Error Building libapreq2.08

2007-04-13 Thread Jonathan Vanasco
), APR_SUCCESS); AT_int_eq(apreq_charset_divine(expect, elen), APREQ_CHARSET_LATIN1); AT_int_eq(apreq_decode(expect, elen, src3, sizeof(src3) -1), APR_SUCCESS); AT_int_eq(apreq_charset_divine(expect, elen), APREQ_CHARSET_CP1252); } // Jonathan Vanasco

[jira] Updated: (MODPYTHON-169) Add feature to allow mod_python to be an auth provider.

2007-04-11 Thread Jonathan Guthrie (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Guthrie updated MODPYTHON-169: --- Attachment: add-authenticator.patch This patch is intended to address the bulk

issue when browser sends server-side image map info

2007-02-21 Thread Jonathan Vanasco
be icing on the cake ) // Jonathan Vanasco | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | SyndiClick.com

perl glue - is there a way of accessing a param without unescaping the value?

2007-01-07 Thread Jonathan Vanasco
simply put. is there a way of accessing a param ? ?encoded=type%3Durl $apr-param('encoded') = 'type=url' i need to access the raw value of encoded // Jonathan Vanasco

Re: perl glue - is there a way of accessing a param without unescaping the value?

2007-01-07 Thread Jonathan Vanasco
On Jan 7, 2007, at 10:43 PM, Jonathan Vanasco wrote: simply put. is there a way of accessing a param ? ?encoded=type%3Durl $apr-param('encoded') = 'type=url' i need to access the raw value of encoded just to clarify... this is because using param, it seems

Re: [EMAIL PROTECTED]: New: #40759: Unable to compile libapreq2]

2006-12-11 Thread Jonathan Vanasco
the line above your error to see what exactly got linked correctly. its just a hunch... but it seems to be exactly like what was driving me crazy last weekend. // Jonathan Vanasco

Re: freebsd upgrade problem

2006-11-28 Thread Jonathan Vanasco
looks to be from my vantage. in any event, there you go. so the next person to have this nightmare won't have this issue. // Jonathan Vanasco | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | FindMeOn.com - The cure for Multiple Web

Re: freebsd upgrade problem

2006-11-27 Thread Jonathan
thing affected. its driving me crazy. // Jonathan Vanasco | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | FindMeOn.com - The cure for Multiple Web Personality Disorder | Web Identity Management and 3D Social Networking

freebsd upgrade problem

2006-11-26 Thread Jonathan
would work. no luck. anyone have an idea how i can get this back up? // Jonathan Vanasco | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | FindMeOn.com - The cure for Multiple Web Personality Disorder | Web Identity Management and 3D

Re: Problems with apreq2 on OS X

2006-10-29 Thread Jonathan Vanasco
deal with are ones with pre-packaged mod_perl2 and apache2 (but haven't been able to get apreq to compile correctly against those pre- package versions, trying everything from source). try 1.07 / 1.08 both run for me on osx / freebsd / ubuntu // Jonathan Vanasco

Re: $reg-param, $req-body - is there a way to set form data?

2006-10-27 Thread Jonathan Vanasco
: reprint form using the valid array as defaults else: do biz logic on the valid data // Jonathan Vanasco | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | FindMeOn.com - The cure for Multiple Web

Re: raise POST_MAX after instantiation

2006-10-19 Thread Jonathan
of regexes for pages that get higher post_max/readlimit, and i create my initial post_max  based on whether or not the uri matches to an element in the listgets the job done, but its dirty dirty dirty // Jonathan Vanasco

Apache 2 byte transfer logging.

2006-09-15 Thread Jonathan D. Hicks
providers. If this is the wrong list to discuss this, please redirect me, thank you. -- Jonathan D. Hicks

Re: Apache 2 byte transfer logging.

2006-09-15 Thread Jonathan D. Hicks
-archives.apache.org/mod_mbox/httpd-dev/200207.mbox/[EMAIL PROTECTED] Unfortunately the thread ended there with no further discussion. I remain unclear on why Apache 2 was intended to differ in this way but I am still searching. -- Jonathan D. Hicks

Re: docs are still half-missing

2006-07-29 Thread Jonathan
On Jul 29, 2006, at 1:25 AM, Philip M. Gollucci wrote: This was fixed in SVN and will be fixed on the website with 2.08. nice. Just wanted to make sure no one forgot.

docs are still half-missing

2006-07-28 Thread Jonathan Vanasco
just a heads up: does not exist http://httpd.apache.org/apreq/docs/libapreq2/examples.html still no perl http://httpd.apache.org/apreq/docs/libapreq2/group__apreq__lang.html

perl glue usage style question

2006-05-31 Thread Jonathan Vanasco
this is a style question for using the perl glue, purely stylistic - just wondering what the accepted standard is in terms of accessing a param within a single cgi script ie: access the param via $libapreq every time, or pull 1x, then use repeatedly this is a halfassed illustration below

Re: [RT] what's the roadmap?

2006-02-20 Thread Jonathan
I'd love to see libapreq2 in httpd base and the perl glue in mod_perl asap i think it would be best for all three projects. On Feb 20, 2006, at 2:25 PM, Joe Schaefer wrote: Now that we've got a release of libapreq2 out the door, it's a good time to think about the direction of the

Re: 2.07 and Mac OSX

2006-02-15 Thread Jonathan Vanasco
[ This was sent earlier, accidentally, from a non-subscribed address ] Mac OSX 10.4.5 httpd 2.0.55 mod_perl 2.02 libapreq2.07 Has anyone got this working? It keeps failing on make test util...FAILED tests 36-37 Failed 2/89 tests, 97.75% okay Failed Test Stat Wstat Total Fail

corrupt cookie kills mod-perl / apreq

2006-02-14 Thread Jonathan Vanasco
[note: x-posted to modperl] [note: i sent this earlier from an unsubscribed address. that shouldn't go through. if it does, apologies in advance ] I wrote a web services module to incorporate the TrackBack protocol into my mod_perl application I started testing it using WordPress - the

Re: POST_MAX

2006-02-13 Thread Jonathan Vanasco
.' ); return; } matching against a error text message is pretty bad, IMO, and makes me worry what happens if someone changes the error message or if there are multiple errors. On Feb 10, 2006, at 10:50 AM, Jonathan wrote: how do i catch the error when POST_MAX has been passed

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-02-01 Thread Jonathan Vanasco
On Jan 29, 2006, at 6:05 PM, ben syverson wrote: sigh Any ideas? Considering that MP2/libapreq2 - AFAIK - are designed for httpd2.0 -- does this compile on your system? httpd2.0, libapreq2, apr and mod_perl2

Re: SVN

2005-12-12 Thread Jonathan
If anyone is messing around with the configuration, it might make sense to check to see if SVN/Apache2 are configured to use mod_deflate compression. Really speeds up download times, and the server load isn't too much higher (at least on my office servers. i dunno about a public project

Namespace confusion

2005-05-27 Thread jonathan vanasco
Installed: Apache2::Request Apache2::Cookie Apache2::Upload APR::Request APR::Request::Cookie In a recent posting: ...the APR::* classes will be the ones we recommend nowadays. We debated whether to chuck the Apache2::* classes

Re: Problem with -path in Apache2::Cookie?

2005-05-27 Thread jonathan vanasco
Just to add onto the issue below: my $cookie = Apache2::Cookie-new($r, -path = $mypath...) I experienced something similar -- domain and path both were set to what i specified for path I tried a workaround for domain, and ended up having the path set to the expiration argument

can someone confirm or deny my interpretation of global mutices?

2003-11-04 Thread Jonathan Gold
when i first started using 2.0.47, i was concerned that mod_rewrite no longer wrote a visible lockfile when using RewriteLock with an external map program. i realize there was some type of bug related to this in 2.0.39 ( 9534 -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9534 ), which is

Re: can someone confirm or deny my interpretation of global mutices?

2003-11-04 Thread Jonathan Gold
indeed it does use APR_USE_SYSVSEM_SERIALIZE. thanks for looking. jon On Tue, 4 Nov 2003, Jeff Trawick wrote: Jonathan Gold wrote: i'm not a great C programmer, but i think i understand, from the comments on the method which creates the mutex, that an actual file is used only

Re: config.nice should be installed

2003-07-24 Thread jonathan soong
i agree with this! (being one of the non smart ppl :) ) Joshua Slive wrote: It would be a big help to our users if config.nice was installed by a make install. This would make upgrades between minor versions much easier and would be a good answer to the frequent question How can I figure out

[suggestion] FHS config.layout entry for httpd2

2002-06-07 Thread Smiley Jonathan
, Jonathan Knispel http://www.sold.com.au - The Sold.com.au Big Brand Sale - New PCs, notebooks, digital cameras, phones and more ... Sale ends June 12

Re: [suggestion] FHS config.layout entry for httpd2

2002-06-07 Thread Smiley Jonathan
Smiley Jonathan ([EMAIL PROTECTED]) wrote : I sometimes need to run multiple httpd instances and/or versions on the same machine for testing/migration. I've got an FHS-compatible config.layout entry which I use to simplify this. Feel free to add this to the config.layout file