List virtual directories for current host?

2015-03-25 Thread Jordan Michaels
earn best. Thanks in advance for any help. I greatly appreciate it. -- Warm Regards, Jordan Michaels

Re: Windows, Apache, mod_perl, and the uwinnipeg.ca repo

2014-06-18 Thread Jordan Michaels
aware of those precompiled binaries. Jordan, ignore my previous posts and use these binaries. Awesome. Thanks guys. =) Warm Regards, Jordan Michaels

Re: Windows, Apache, mod_perl, and the uwinnipeg.ca repo

2014-06-18 Thread Jordan Michaels
for that I would be most grateful. Thank you in advance! Warm Regards, Jordan Michaels On 06/18/2014 01:44 PM, Marius Gavrilescu wrote: Jordan Michaels writes: Does anyone know if any alternatives exist or is mod_perl simply no longer available to Windows users of Apache? Are you using A

Windows, Apache, mod_perl, and the uwinnipeg.ca repo

2014-06-18 Thread Jordan Michaels
://bugzilla.mozilla.org/show_bug.cgi?id=854074 Sad. =( Does anyone know if any alternatives exist or is mod_perl simply no longer available to Windows users of Apache? -- Warm Regards, Jordan Michaels

Re: Mod_Perl2 getting started

2012-08-21 Thread Jordan Michaels
I'd recommend the book: http://www.amazon.com/Writing-Apache-Modules-Perl-C/dp/156592567X It's a bit old but many of the topics in it are still relevant and useful. Plus, with it being so old, you can get used copies of it very affordably. Hope this helps! Warm Regards, Jordan Mi

Re: Adding Post Data to a SubRequest

2011-12-16 Thread Jordan Michaels
ryone can replace their filters with while loops, but that's what worked for me! Thanks again, Torsten and Andre, for your wisdom and experience. I deeply appreciate it! =) Warm Regards, Jordan Michaels On 12/15/2011 11:40 PM, André Warnier wrote: Hi. If it may contribute something to th

Re: Adding Post Data to a SubRequest

2011-12-15 Thread Jordan Michaels
far, but I admit I haven't tested it thoroughly so far. I'm still trying to get POST data passed. Thank you again, very much, for your help! Warm Regards, Jordan Michaels On 12/15/2011 12:17 PM, Torsten Förtsch wrote: On Thursday, 15 December 2011 12:09:05 Jordan Michaels wro

Re: Adding Post Data to a SubRequest

2011-12-15 Thread Jordan Michaels
proxy_http and mod_proxy_ajp are already doing. I wonder if I can set the hander for the LWP::UserAgent request to be the proxy_handler like we're doing with the subrequests now... hmmm... Thank you very much for your help Torsten. I really appreciate your wisdom and experience in this ar

Adding Post Data to a SubRequest

2011-12-14 Thread Jordan Michaels
equest that I'm missing here? 2) Is it possible to log data from a filter so I can debug it? Thank you *so much* for your help and patience with this. I truly appreciate your time. -- Warm Regards, Jordan Michaels

Re: Access to Apache 2 POST data?

2011-12-09 Thread Jordan Michaels
- With this, I got the following in my Apache error_log: [Fri Dec 09 14:25:54 2011] [notice] [client 127.0.0.1] [mod_cfml] Post Data 'stuff=' Which is exactly what I wanted, as I was submitting a blank form field called "stuff" as a test. Thanks Lloyd! =) Warm Regards,

Access to Apache 2 POST data?

2011-12-09 Thread Jordan Michaels
anyone point me to the replacement? I'm sure I'm just missing it. If there's not a $r->content equivalent, maybe there's a bucket brigade workaround or something along those lines? I just need to be pointed in the right direction. Thank you in advance for your help! -- Warm Regards, Jordan Michaels

Re: Getting DocRoot of currently requested VirtualHost

2011-10-20 Thread Jordan Michaels
ort is deeply appreciated. =) Warm regards, Jordan Michaels On 10/20/2011 03:04 PM, Jordan Michaels wrote: Hey Folks, I'm pretty new to mod_perl but not new to programming in general. I'm working on a mod_perl Apache module and I'm trying to find the way to get the Document Roo

Getting DocRoot of currently requested VirtualHost

2011-10-20 Thread Jordan Michaels
root of the domain that's being requested. I'm pretty sure I'm just missing something noobish here, but any pointers on how to go about getting the document root of the current requested VirtualHost would be *deeply* appreciated. Thank you in advance! -- Warm regards, Jordan Michaels