List virtual directories for current host?

2015-03-25 Thread Jordan Michaels
for any help. I greatly appreciate it. -- Warm Regards, Jordan Michaels

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: Windows, Apache, mod_perl, and the uwinnipeg.ca repo

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

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

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

Re: Adding Post Data to a SubRequest

2011-12-15 Thread Jordan Michaels
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 area. Warm Regards, Jordan Michaels On 12/15

Re: Adding Post Data to a SubRequest

2011-12-15 Thread Jordan Michaels
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 wrote: The module I'm working

Adding Post Data to a SubRequest

2011-12-14 Thread Jordan Michaels
* for your help and patience with this. I truly appreciate your time. -- Warm Regards, Jordan Michaels

Access to Apache 2 POST data?

2011-12-09 Thread Jordan Michaels
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: Access to Apache 2 POST data?

2011-12-09 Thread Jordan Michaels
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, Jordan Michaels On 12/09/2011 11:58 AM, Lloyd Richardson wrote: while($r-read($buffer

Getting DocRoot of currently requested VirtualHost

2011-10-20 Thread Jordan Michaels
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

Re: Getting DocRoot of currently requested VirtualHost

2011-10-20 Thread Jordan Michaels
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 Root of the Currently requested