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

2010-04-14 Thread Randy Kobes
best regards, Randy

IPC::Open3 and MP

2010-01-19 Thread Randy J. Ray
a solution that doesn't require adding a new CPAN module to our dependencies list, but if that's the only way, then I'll do it. This has to run in both MP2 and non-MP environments, so Apache::SubProcess probably isn't going to help me... Thanks in advance for any suggestions! Ran

Re: libapreq2 for Windows, Apache 2.2 and Perl 5.10

2009-09-14 Thread Randy Kobes
ckage available from http://cpan.uwinnipeg.ca/PPMPackages/10xx/ which should work with this combination. -- best regards, Randy

Re: mod_perl on win32

2009-08-26 Thread Randy Kobes
: http://perl.apache.org/docs/2.0/os/win32/install.html#PPM_Packages for mod_perl and libapreq2 would be compatible, but it would probably be worth trying. -- best regards, Randy

Re: apache2 mod_perl2.04 in PA-RISC

2009-06-11 Thread Randy Kobes
2.2.12, but the preceding line indicates Apache 2.2.11 is being used. Do you have multiple Apache installations which are perhaps getting mixed up? -- best regards, Randy

Re: apache2 mod_perl2.04 in PA-RISC

2009-06-10 Thread Randy Kobes
On Wed, Jun 10, 2009 at 11:53 AM, mmm zzz<3mmm...@gmail.com> wrote: > Hi Randy, > > I'm afraid I have not did the test I just did make and make install and no > make test. Is that what you asked for? if yes shall I do it now? > > Thanks It would be useful to run the

Re: apache2 mod_perl2.04 in PA-RISC

2009-06-10 Thread Randy Kobes
erl and mod_perl with CC with +Z option. > > Thanks a lot When you compiled mod_perl, did all of the tests pass? -- best regards, Randy

Re: Using mod_perl on Vista - get Error - Can't load Perl module ModPerl::Registry

2009-06-01 Thread Randy Kobes
10.dll" help? This should go before the LoadModule perl_module modules/mod_perl.so directive which loads mod_perl.so. -- best regards, Randy

Re: Using mod_perl on Vista - get Error - Can't load Perl module ModPerl::Registry

2009-05-31 Thread Randy Kobes
y >     Options +ExecCGI >     Order allow,deny >     Allow from all > > > What could be wrong? That's strange that the Apache2::Hello handler worked, but not the registry script. Does the example at http://perl.apache.org/docs/2.0/os/win32/config.html#Registry_scripts lead to the same error? -- best regards, Randy

Re: cannot LoadModule mod_perl on apache2.2

2009-04-23 Thread Randy Kobes
On Wed, Apr 22, 2009 at 1:08 PM, Jeff Zhuk wrote: > Andre and Randy, > > thank you for your advice. > I re-installed active perl 5.8.9 and this fixed the starting apache > problem: > Apache started OK with mod_perl > > I still face the problem of running perl scripts. >

Re: Load Failure on RequestUtill.dll

2009-04-17 Thread Randy Kobes
l.so), and then reinstalling it? For Apache/2.0, the ppm package in our repository is named mod_perl-2.0, so it should be installable via C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl-2.0.ppd Does that help with this problem? -- best regards, Randy

Re: client denied by server configuration: C:/Apache2

2009-04-14 Thread Randy Kobes
ent denied by server configuration: C:/Apache2 That error indicates that there's a reference to C:\Apache2 somewhere in your httpd.conf that you didn't include in the above snippet. If there is such a reference, and you don't use it, try commenting it out, as in the first line you included above: # Alias /perl/ "/Apache2/perl/" -- best regards, Randy

Re: mod_perl conf test

2009-04-13 Thread Randy Kobes
b\Apache2\Hello.pm, if your top-level Perl directory is C:\Perl). -- best regards, Randy

Re: mod_perl conf test

2009-04-10 Thread Randy Kobes
wser to >> hellp, not hello?  Or is that just a typo in your email? > > It is the typo in my email.. One other small thing to check - does clearing the browser's cache help? Also, do other static pages work OK? -- best regards, Randy

Re: ModPerl::Registry under Windows

2009-04-07 Thread Randy Kobes
n the Catalyst mailing list, as someone there may be more familiar with running Catalyst and mod_perl. I did notice that http://search.cpan.org/~agrundma/Catalyst-Engine-Apache-1.07/lib/Catalyst/Engine/Apache2/MP20.pm recommends against running Catalyst applications under ModPerl::Registry, but no reasons are given. -- best regards, Randy

Re: OT (slightly): build an up-to-date mod_perl development environment on Windows

2009-04-07 Thread Randy Kobes
having problems compiling the Apache server, the mailing lists for either httpd (http://httpd.apache.org/lists.html) or apr (http://apr.apache.org/mailing-lists.html) would be a good place to report problems. -- best regards, Randy

Re: Apache 2.2, perl 5.10, Windows XP, Apache-DBI-cache

2009-03-23 Thread Randy Kobes
lation via ppm on Windows XP. > > Thanks for your help. > Andynic. At the bottom of http://cpan.uwinnipeg.ca/~opi/Apache-DBI-Cache there's links to Win32 repositories which contain this package; from this, the http://trouchelle.com/perl/ppmrepview.pl repository looks like it has it. -- best regards, Randy

Re: [RELEASE CANDIDATE] mod_perl-2.0.4 RC1

2008-04-03 Thread Randy Kobes
On Thu, 3 Apr 2008, Issac Goldstand wrote: 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: - linux: perl-5.8.7, Apache/2.0.55 preform - all tests pass - Win32: p

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC4

2008-04-02 Thread Randy Kobes
ettings used by ActivePerl - this looks like it may take some time to track down I again don't want to hold this up, unless there's a strong objection, so take this as a +1; we could put a note in the README saying that it doesn't work yet on perl-5.10 ActivePerl. -- best regards, Randy

Re: [RELEASE CANDIDATE] mod_perl-2.0.4 RC1

2008-04-02 Thread Randy Kobes
, I won't be able to get to this for a week or so, and don't want to hold this release up, so +1. -- best regards, Randy

Re: [RELEASE CANDIDATE] mod_perl-2.0.4 RC1

2008-04-02 Thread Randy Kobes
to try it yourself... At least on Win32, libapreq compiles fine and passes all tests with perl-5.10 - a libapreq2 ppm package is available at http://cpan.uwinnipeg.ca/PPMPackages/10xx/ -- best regards, Randy Kobes

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-28 Thread Randy Kobes
he same compile-time flags as ActivePerl? -- best regards, Randy Kobes

Re: mod_perl / Perl5.10 / Win32 ?

2008-02-20 Thread Randy Kobes
ms installing these - thanks. Both these packages are based on Apache/2.2, and hence are incompatible with Apache/2.0. If you're using Apache/2.0 and would like a ppm package, let me know and I'll make one up. -- best regards, Randy Kobes

Re: MP1 -> MP2 migration Problems.

2008-02-14 Thread Randy Kobes
t. -- best regards, Randy KobesIndex: lib/Apache2/compat.pm === --- lib/Apache2/compat.pm (revision 627863) +++ lib/Apache2/compat.pm (working copy) @@ -279,20 +279,6 @@ } } -sub request { -my $what = shift; - -

Re: MP1 -> MP2 migration Problems.

2008-02-13 Thread Randy Kobes
http://perl.apache.org/docs/2.0/user/porting/compat.html that may help in this regard. -- best regards, Randy Kobes

Re: Apache 2.2.6, mod_perl 2.0.3 msvcrt.dll start problem

2008-02-10 Thread Randy Kobes
ASF 2.2.8 sources, which isn't apparent from the title "Apache 2.2.8 available" on http://www.apachelounge.com/ I think it's fair to say the mod_perl developers will only provide support for official ASF versions of Apache. -- best regards, Randy Kobes

Re: Apache 2.2.6, mod_perl 2.0.3 msvcrt.dll start problem

2008-02-09 Thread Randy Kobes
against the 2.2.8 Apache sources, then using it as a service is OK (at least, most of the time; I still get very occasional crashes). -- best regards, Randy

Re: resend: [mp2] bug report - heap management error in mod_perl on Windows

2008-01-04 Thread Randy Kobes
On Sun, 30 Dec 2007, Randy Kobes wrote: On Sat, 29 Dec 2007, Tom Donovan wrote: mod_perl re-defines "perl_free" as "free" in modperl_perl_includes.h:69. This causes an attempt to use the native Windows free() function to release memory which should be released by the

Re: resend: [mp2] bug report - heap management error in mod_perl on Windows

2007-12-29 Thread Randy Kobes
'd be better to wait for an http release candidate that demonstrates the problem. -- best regards, Randy Kobes

RE: Visual Studio 2008 and ActiveState Perl 5.10 updates

2007-12-28 Thread Randy Kobes
l only work with ActivePerl when they're compiled with VC6. -- best regards, Randy

Re: Can't use Crypt::RSA

2007-12-28 Thread Randy Kobes
uot; to see the release notes), together with the adjustment of @INC to set C:\Perl\site\lib before C:\Perl\lib. See also the note at the top of http://ppm.activestate.com/BuildStatus/5.10-A.html for known issues regarding the state of ActiveState's 10xx ppm repository. -- best regards, Randy Kobes

Re: mod-perl 2.0.3 compile error undefined symbol: my_perl

2007-12-26 Thread Randy Kobes
USE_LARGE_FILES USE_PERLIO USE_SITECUSTOMIZE What I'm wondering is why your perl -V:ccflags doesn't include -DPERL_IMPLICIT_CONTEXT, etc.? Assuming the same compile time options were used, is it possible to compare perl -V:ccflags with that of the binary perl that you used successfully to build mod_perl? -- best regards, Randy Kobes

Re: Client denied/Invalid Argument

2007-12-05 Thread Randy Kobes
with the changes introduced to solve piped logging and overall consistencey to the Unix port. If you encouter such issues, 2.2.4 would be the version to fall back on until the next release. Try reverting to 2.2.4 to see if that helps. -- best regards, Randy Kobes

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

2007-11-17 Thread Randy Kobes
on - linux, with Apache/2.0.55 - win32, with Apache/2.2.4 -- best regards, Randy

Re: SCRIPT_NAME & PATH_INFO %ENV variables

2007-10-24 Thread Randy Kobes
On Wed, 24 Oct 2007, Lev Lvovsky wrote: On Oct 24, 2007, at 4:31 PM, Randy Kobes wrote: The code in CGI::Apache2::Wrapper: http://cpan.uwinnipeg.ca/htdocs/CGI-Apache2-Wrapper/CGI/Apache2/Wrapper.pm.html#Apache2_URI provides a CGI-compatible url() method based on Apache2::URI: http

Re: SCRIPT_NAME & PATH_INFO %ENV variables

2007-10-24 Thread Randy Kobes
ed on Apache2::URI: http://cpan.uwinnipeg.ca/htdocs/mod_perl/Apache2/URI.html -- best regards, Randy Kobes

Re: Migrating from mod_perl 1.x to mod_perl 2.x

2007-10-23 Thread Randy Kobes
ite useful: $ perl -MModPerl::MethodLookup -e print_method method To use method 'method' add: use Apache2::RequestRec (); which indicates which module to use() in your script. -- best regards, Randy Kobes

Re: Apache config and mod_perl location?

2007-10-20 Thread Randy Kobes
user/intro/start_fast.html#Registry_Scripts for an example. -- best regards, Randy Kobes

Re: Changing text fonts and creating hyperlinks

2007-10-17 Thread Randy Kobes
relevance to mod_perl. I'd suggest searching, and perhaps asking, on http://www.perlmonks.org/, or alternatively on one of the users lists found at http://lists.perl.org/ or http://www.activestate.com/. -- best regards, Randy Kobes

Re: Best version of Apache for Win32 deployment

2007-10-05 Thread Randy Kobes
both ActivePerl 820 and 822 (outside of the core ones)? Could you post a minimal version of the problem? -- best regards, Randy

Re: Apache crashing

2007-10-04 Thread Randy Kobes
ing some of the debugging tips suggested in the thread http://marc.info/?t=11913767701&r=1&w=2 may help, along with installing http://www.apache.org/dist/httpd/binaries/win32/#source to help in the crash analysis. -- best regards, Randy

Re: Apache 2.2.6 and mod_perl 2.0.3

2007-10-03 Thread Randy Kobes
s not an official ASF release, and the 2.2.6 from the same location contains hacks that won't be in the next official ASF release that addresses certain Win32 problems. See http://marc.info/?t=11913767701&r=1&w=2 for a discussion of this and related issues. -- best regards, Randy Kobes

Re: Best version of Apache for Win32 deployment

2007-10-03 Thread Randy Kobes
he dangers of mixing components compiled with VC6 and VC8. -- best regards, Randy

Re: Solution to apr stdio/msvc crt/service handles and logging

2007-09-29 Thread Randy Kobes
On Thu, 27 Sep 2007, William A. Rowe, Jr. wrote: Randy Kobes wrote: I'm currently rebuilding everything with VC 8 (the free version), and will report on that later. Yea - I discovered it's quite impossible to get msvcrt-linked activestate to cooperate with openssl compiled again

Re: Solution to apr stdio/msvc crt/service handles and logging

2007-09-27 Thread Randy Kobes
. -- best regards, Randy

Re: Using Apache 2.2 from ApacheLounge for Win32 modperl

2007-08-20 Thread Randy Kobes
are intended for testing only. -- best regards, Randy

Re: Using Apache 2.2 from ApacheLounge for Win32 modperl

2007-08-18 Thread Randy Kobes
een released by the ASF: http://marc.info/?l=apache-httpd-dev&m=118747498301087&w=2 -- best regards, Randy

Re: SV: [mp2+Win32] Frustration over Apache 2.0/ 2.2 restart failure

2007-08-13 Thread Randy Kobes
(VC 8), and as such, there may be problems running it with ActivePerl and/or perl modules compiled for ActivePerl (eg, installed through ppm), which use VC++ 6 to build. -- best regards, Randy Kobes

Re: [mp2+Win32] Frustration over Apache 2.0/ 2.2 restart failure

2007-08-10 Thread Randy Kobes
while it's better, it's still not good enough. Apache must still be able to perform a restart on its own. Any suggestions? Someone told me privately that using Apache/2.2.4 (the latest version) helps with this problem. -- best regards, Randy Kobes

Re: Where is Perl compilation output when using modperl ?

2007-06-28 Thread Randy Kobes
first fix any errors from "perl -c mymodule.pm". -- best regards, Randy Kobes

Re: Unable to install libapreq2-2.0 from theoryx5

2007-06-18 Thread Randy Kobes
ng the theoryx5 repository to your list of repositories within the ppm shell; ppm will search these to resolve dependencies. There was an error in the libapreq2-2.0 dependency - it should have specified mod_perl-2.0, rather than mod_perl (which is for Apache/2.2) - this has now been fixed. Thanks. -- best

RE: mod_perl not loading into apache error.

2007-05-23 Thread Randy Kobes
ache.org/docs/2.0/os/win32/install.html -- best regards, Randy Kobes

Re: mod_perl failure under Vista

2007-05-01 Thread Randy Kobes
On Tue, 1 May 2007, RA Jones wrote: Randy Kobes wrote: I haven't heard of anyone having problems like this, but that doesn't mean there isn't one (I don't have Vista). One thing to check - if you're running Apache/2.2, you should install the mod_perl.ppd file (not m

Re: mod_perl failure under Vista

2007-04-30 Thread Randy Kobes
all the mod_perl.ppd file (not mod_perl-2.0, which is for Apache/2.0). If you installed mod_perl-2.0, try uninstalling it (including mod_perl.so) and installing the mod_perl ppm package. -- best regards, Randy

Re: [RFC] two ajax-related packages

2007-04-08 Thread Randy Kobes
, and upload(). This also drops support for using the mp2/libapreq2 methods in a cgi environment. Thanks for the comments - let me know if there's something useful missing, or if something's not working as it should. -- best regards, Randy

Re: Apache2::Request for ActivePerl Win32

2007-03-29 Thread Randy Kobes
On Thu, 29 Mar 2007, Issac Goldstand wrote: Kelvin Wu wrote: Is there a Apache2::Request module for ActivePerl Win32 (v5.8.8 built for MSWin32-x86-multi-thread) and mod_perl 2? Absolutely. Set up Randy Kobes's PPM repository (http://theoryx5.uwinnipeg.ca/ppms/ for latest ActivePerl

Re: mod_perl installation problem

2007-03-03 Thread Randy Kobes
to keep cmd prompt window open just for this thing... The only thing I can suggest checking is that you have a LoadFile "C:/Path/to/Perl/bin/perl58.dll" before loading mod_perl.so, in case Perl isn't in your PATH environment variable. -- best regards, Randy

Re: mod_perl installation problem

2007-03-02 Thread Randy Kobes
the proper permissions - for example, if things are set up to start Apache as a service, you (as the user you're logged in as) may not have permission to start Apache. If you can, log in as the Administrator to see if that works. -- best regards, Randy

Re: mod_perl installation problem

2007-03-01 Thread Randy Kobes
pd which is the ppm package appropriate for Apache/2.0.x - the mod_perl.ppd package is for Apache/2.2.x. -- best regards, Randy Kobes

Re: [RFC] two ajax-related packages

2007-02-19 Thread Randy Kobes
start with "CGI", so this sounds like a good name. I've adjusted Apache2-Ajax and Apache2-Autocomplete to use this if available; all three packages are now making their way around CPAN. Thanks! -- best regards, Randy

Re: Strange characters in output when filtered through mod_perl

2007-02-08 Thread Randy Kobes
ng under ModPerl::Registry, the same as the cgi script? -- best regards, Randy Kobes

Re: [RFC] two ajax-related packages

2007-02-06 Thread Randy Kobes
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 provides CGI.pm-compatible methods that the above two Ajax-related applica

[RFC] two ajax-related packages

2007-02-05 Thread Randy Kobes
nt. Thanks. -- best regards, Randy Kobes

Re:Re: Modperl crashes on win32

2007-01-27 Thread Randy Kobes
are you using? Also, did you compile Perl, mod_perl, and Apache with the same compiler? If you compiled mod_perl yourself, did it pass all its tests? -- best regards, Randy Kobes

Re: Apache2::RequestUtil error

2007-01-16 Thread Randy Kobes
:compat; --- in the startup.pl file but Apache can't find Apache2.pm and hence wouldn't start. If I just add in the Apache2::compat, it still shows the same above errors. Apache2.pm is no longer present in mod_perl; see http://perl.apache.org/docs/2.0/rename.html -- best regards, Randy Kobes

Re: How to extract a parameter

2007-01-16 Thread Randy Kobes
f the mod_perl APR::* modules can be used outside of a mod_perl environment so at to make it possible to use libapreq2 in, eg, a CGI environment. See the cgi.t test under glue/perl/t/apreq/ in the libapreq2 sources for an example. -- best regards, Randy Kobes

Re: Anyone using CGI::Simple?

2007-01-10 Thread Randy Kobes
be still problems in this area. -- best regards, Randy Kobes

Re: mod_perl-2.0.2 causing segfaults

2006-12-10 Thread Randy Kobes
from. -- best regards, Randy Kobes

Re: ModPerl 2.03 for Windows

2006-12-09 Thread Randy Kobes
mod_perl-2.0 Embed a Perl interpreter in the Apache/2.0 HTTP server Version: 2.0.3 4: mod_perl-eapi-1 Embed a Perl interpreter in the Apache/1.3.27 HTTP server (with EAPI support) Version: 1.29_01-dev -- best regards, Randy

Re: ModPerl 2.03 for Windows

2006-12-08 Thread Randy Kobes
On Sat, 9 Dec 2006, Octavian Rasnita wrote: Hi Randy, I have searched a lot, but I still cannot find a .ppd with mod_perl 2.03 on that site. One can use ppm directly to install this: C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd for Apache/2.2, or C:\> ppm i

Re: ModPerl 2.03 for Windows

2006-12-08 Thread Randy Kobes
this version up at http://theoryx5.uwinnipeg.ca/ppms/ The mod_perl.ppd is for Apache/2.2, while the mod_perl-2.0.ppd is for Apache/2.0. -- best regards, Randy Kobes

Re: Fedora Core 6, SOAP::Lite and mod_perl -- does this work?

2006-12-06 Thread Randy Kobes
-Lite (0.69), which should have mod_perl-2 support, but it might be worth trying this, as if it works, perhaps comparing this to SOAP-Lite might reveal the source of the problem. Note that Apache2-SOAP and SOAP-Lite can coexist. -- best regards, Randy Kobes

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC3

2006-11-21 Thread Randy Kobes
: Apache/2.2.3 (winnt), perl-5.8.8 (ActivePerl build 819) -- best regards, Randy Kobes

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

2006-11-21 Thread Randy Kobes
On Sat, 18 Nov 2006, 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 +1 - tested on linux: Apache/2.0.55 (prefork) Win32: Apache/2.2.3 (winnt) -- best regards, Randy Kobes

Re: Windows + MP2 in a production environment

2006-11-19 Thread Randy Kobes
setups; it would be interesting to see if it's also a problem there. -- best regards, Randy

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

2006-11-19 Thread Randy Kobes
. If anyone thinks that they are capable of identifying and fixing the problem, please email me. What version of perl are you using? There were some threads-related fixes introduced in perl-5.8.8 that solved some problems with earlier versions. -- best regards, Randy Kobes

Re: [RELEASE CANDIDATE] libapreq2 2.09-RC2

2006-11-12 Thread Randy Kobes
-- best regards, Randy Kobes

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC2

2006-11-12 Thread Randy Kobes
On Wed, 8 Nov 2006, Philip M. Gollucci wrote: A release candidate for mod_perl 2.0.3 is now available for testing. +1 - all tests pass on - Win32: Apache/2.2.3 (winnt), perl-5.8.8 (ActivePerl 817) - linux: Apache/2.0.55 (prefork), perl-5.8.7 -- best regards, Randy

Win32 all-in-one binary package

2006-10-30 Thread Randy Kobes
be updated more frequently. What I'm wondering is, is there something significant missing from such a mega ppm package that would be useful to include? Any thoughts on this, or other ideas on any other aspect, would be appreciated - thanks! -- best regards, Randy Kobes

Win32 ppm packages

2006-10-30 Thread Randy Kobes
libapreq2, respectively, while those for Apache/2.2 are mod_perl-2.2 and libapreq2-2.2, respectively. What I'm wondering is, if Apache/2.2 is by now mostly used, should I switch the names: mod_perl and libapreq2 for Apache/2.2, and mod_perl-2.0 and libapreq-2.0 for Apache/2.0? Thoughts? -- best regards, Randy Kobes

Re: perl.apache.org is down

2006-10-23 Thread Randy Kobes
move is complete. We have a mirror of the mod_perl docs at http://theoryx5.uwinnipeg.ca/modperl/ -- best regards, Randy

Re: mod_perl install under Win32

2006-10-16 Thread Randy Kobes
any ideas? There's more than likely some assumptions made about using nmake on Win32. I'm not that familiar with dmake - where did the error occur? Were you successful in building Apache with your set-up? -- best regards, Randy Kobes

Re: Can't locate "FIRSTKEY" error

2006-09-13 Thread Randy Kobes
On Wed, 13 Sep 2006, Aaron Trevena wrote: On 13/09/06, Randy Kobes <[EMAIL PROTECTED]> wrote: Within Apache::MVC, at the start where it requires a bunch of mp2 modules, does adding require APR::Table; help? I'll try it. ..Which means installimg mod_perl 2.x in various ways an

Re: Can't locate "FIRSTKEY" error

2006-09-12 Thread Randy Kobes
elf->ar->headers_in}; } Where $self->ar provides the apache request. Within Apache::MVC, at the start where it requires a bunch of mp2 modules, does adding require APR::Table; help? -- best regards, Randy Kobes

Re: [RELEASE CANDIDATE]: libapreq2 2.09-RC1

2006-09-12 Thread Randy Kobes
installed - linux: Apache/2.0.55 (prefork), perl-5.8.7, with mod_perl 2.0.2 -- best regards, Randy

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

2006-09-12 Thread Randy Kobes
) - linux: Apache/2.0.55 (prefork), perl-5.8.7 -- best regards, Randy

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

2006-09-12 Thread Randy Kobes
On Thu, 7 Sep 2006, Philip M. Gollucci wrote: A release candidate for Apache-Test 1.29-RC1 is now available. http://people.apache.org/~pgollucci/at/Apache-Test-1.29-rc1.tar.gz +1. Tested on - Win32: Apache/2.2.3 (winnt) - linux: Apache/2.0.55 (prefork) -- best regards, Randy

Re: Getting internal server error when I run a simple CGI script

2006-08-21 Thread Randy Kobes
howto/cgi.html For Windows, make sure that #!C:/Path/to/your/Perl/bin/perl.exe appears on the first line of your script. -- best regards, Randy

Re: Installation of mod_perl and apache on windows

2006-08-21 Thread Randy Kobes
eState's ppm utility to install it. -- best regards, Randy

Re: strange problem,please help

2006-08-19 Thread Randy Kobes
? = os:linux apache v2.2.3 mod_perl v2.02 Might it be that your browser is caching the old results? Try clearing the cache to see if that helps. -- best regards, Randy Kobes

Re: Not able to install mod_perl - Need Help

2006-08-18 Thread Randy Kobes
mod_perl as a ppm package is available at http://perl.apache.org/docs/2.0/os/win32/ -- best regards, Randy Kobes

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC5

2006-08-06 Thread Randy Kobes
;d be interesting to see if Steve has problems. However, I don't want this problem to hold up a release any longer, so I'm +1 for this. -- best regards, Randy

Re: X-Forwarded-For

2006-08-03 Thread Randy Kobes
Apache/2 X-Forwarded-For is added within mod_proxy_http: http://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/proxy/mod_proxy_http.c which thus must be enabled. -- best regards, Randy Kobes

Re: Problem with Apache 2.2.2 / modperl 2.0.2 and Apache2::SOAP

2006-08-02 Thread Randy Kobes
require Apache; // ... } I'd advice the Apache2::SOAP maintainer that he will get into trouble when mp1 and mp2 are installed in the same tree. Thanks, Tom! I'll incorporate that change and upload a new Apache2-SOAP version in the next couple of days. -- best regards, Randy

Re: Fwd: Install and error Can't locate loadable object for module Apache::Constants

2006-08-01 Thread Randy Kobes
nd to the correct prefix for your server? Does it make any difference if you unpack, build, and test the package as an ordinary user (ie, not root)? What's the result of testing mod_perl itself on your system? -- best regards, Randy

Re: Fwd: Install and error Can't locate loadable object for module Apache::Constants

2006-08-01 Thread Randy Kobes
all into a segmentation fault: [Tue Aug 01 14:54:24 2006] [notice] child pid 13674 exit signal Segmentation fault (11) When you installed Apache2-SOAP, did all the tests pass? -- best regards, Randy

Re: Fwd: Install and error Can't locate loadable object for module Apache::Constants

2006-07-31 Thread Randy Kobes
o use mod_perl-1 with Apache2 - the resolution is to install mod_perl-2. And then, as others have pointed out, use Apache2-SOAP. -- best regards, Randy

Re: Fwd: Install and error Can't locate loadable object for module Apache::Constants

2006-07-31 Thread Randy Kobes
search.cpan.org/dist/Apache2-SOAP -- best regards, Randy Kobes

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC3

2006-07-08 Thread Randy Kobes
next week on holiday - if someone could test this out on Win32, that'd be great. -- best regards, Randy

Re: More noob problems

2006-06-19 Thread Randy Kobes
.so Apache module - this should go in, eg, C:\Apache2\modules. You can then test out the installation as described at http://perl.apache.org/docs/2.0/os/win32/config.html -- best regards, Randy Kobes

  1   2   3   4   >