Re: $r->path_info unreliable?

2014-06-18 Thread Worik Stanton
On 19/06/14 14:11, Jie Gao wrote: > * Worik Stanton wrote: > >> Date: Thu, 19 Jun 2014 12:13:10 +1200 >> From: Worik Stanton >> To: mod_perl list >> Subject: $r->path_info unreliable? >> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 >> Thunderbird/24.5.0 >> >> In my handl

Re: $r->path_info unreliable?

2014-06-18 Thread Jie Gao
* Worik Stanton wrote: > Date: Thu, 19 Jun 2014 12:13:10 +1200 > From: Worik Stanton > To: mod_perl list > Subject: $r->path_info unreliable? > User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 > Thunderbird/24.5.0 > > In my handler I call $r->path_info to determine the path

Re: $r->path_info unreliable?

2014-06-18 Thread Worik Stanton
On 19/06/14 13:12, Jie Gao wrote: > Could it be that after the URI --> filename translation, there is > indeed nothing left there? > > A resource referred to by the "Location" directive does not > necessarily correspond to a local file. I am not sure. I do not do any translation deliberately.

Re: $r->path_info unreliable?

2014-06-18 Thread Jie Gao
Could it be that after the URI --> filename translation, there is indeed nothing left there? A resource referred to by the "Location" directive does not necessarily correspond to a local file. Regards, Jie * Worik Stanton wrote: > Date: Thu, 19 Jun 2014 12:13:10 +1200 > From: Worik Stant

$r->path_info unreliable?

2014-06-18 Thread Worik Stanton
In my handler I call $r->path_info to determine the path used to call my script. I am trying to have a test version of my code using the same module but which reads different data based on the path. So I have: SetHandler perl-script PerlResponseHandler Apache::MyPackage::FrontEnd2

Why is RecuestRec::path_info sometimes empty?

2014-06-18 Thread Worik Stanton
In my handler I call $r->path_info to determine the path used to call my script. I am trying to have a test version of my code using the same module but which reads different data based on the path. So I have: SetHandler perl-script PerlResponseHandler Apache::MyPackage::FrontEnd2

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

2014-06-18 Thread Jordan Michaels
On 06/18/2014 02:13 PM, Marius Gavrilescu wrote: Michiel Beijen writes: The best way to go on Win32 is to download Steve Hay's precompiled binaries for Strawberry Perl which are available here; instructions are inside the archives: http://people.apache.org/~stevehay/ Right, I was not aware o

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

2014-06-18 Thread Marius Gavrilescu
Michiel Beijen writes: > The best way to go on Win32 is to download Steve Hay's precompiled > binaries for Strawberry Perl which are available here; instructions > are inside the archives: > http://people.apache.org/~stevehay/ Right, I was not aware of those precompiled binaries. Jordan, ignore

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

2014-06-18 Thread Marius Gavrilescu
Jordan Michaels writes: > I'm using ActivePerl but that doesn't really matter to me. mod_perl is > what is important for this project, so if I have to switch to > "Strawberry Perl" (never heard that term before, lol), then that > should be fine. > > If any installation instructions exist for that

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

2014-06-18 Thread Michiel Beijen
On Wed, Jun 18, 2014 at 10:44 PM, Marius Gavrilescu wrote: > Are you using ActiveState Perl or a normal Perl, e.g. Strawberry Perl? > If the latter, then you should be able to install mod_perl normally, > with the cpan program. ActiveState perl does not differ all that much anymore from Strawber

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

2014-06-18 Thread Jordan Michaels
Thanks Marius. I'm using ActivePerl but that doesn't really matter to me. mod_perl is what is important for this project, so if I have to switch to "Strawberry Perl" (never heard that term before, lol), then that should be fine. If any installation instructions exist for that I would be most

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

2014-06-18 Thread Marius Gavrilescu
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 ActiveState Perl or a normal Perl, e.g. Strawberry Perl? If the latter, then you should be able to install mod_perl normally, with the cpan p

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

2014-06-18 Thread Jordan Michaels
Hey folks, The following URL talks about installing mod_perl on Win32 systems: http://perl.apache.org/docs/2.0/os/win32/install.html ...but the uwinnipeg.ca repo appears to no longer function. Looking for alternatives, I found the following that talks about what happened to it: https://bugzil