best regards,
Randy
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
ckage available from
http://cpan.uwinnipeg.ca/PPMPackages/10xx/
which should work with this combination.
--
best regards,
Randy
:
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
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
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
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
10.dll"
help? This should go before the
LoadModule perl_module modules/mod_perl.so
directive which loads mod_perl.so.
--
best regards,
Randy
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
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.
>
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
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
b\Apache2\Hello.pm, if your top-level
Perl directory is C:\Perl).
--
best regards,
Randy
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
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
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
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
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
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
, 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
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
he same compile-time flags as ActivePerl?
--
best regards,
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
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;
-
-
http://perl.apache.org/docs/2.0/user/porting/compat.html
that may help in this regard.
--
best regards,
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
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
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
'd be better to wait for an http release
candidate that demonstrates the problem.
--
best regards,
Randy Kobes
l only work with ActivePerl when they're compiled with
VC6.
--
best regards,
Randy
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
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
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
on
- linux, with Apache/2.0.55
- win32, with Apache/2.2.4
--
best regards,
Randy
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
ed on
Apache2::URI:
http://cpan.uwinnipeg.ca/htdocs/mod_perl/Apache2/URI.html
--
best regards,
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
user/intro/start_fast.html#Registry_Scripts
for an example.
--
best regards,
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
both
ActivePerl 820 and 822 (outside of the core ones)?
Could you post a minimal version of the problem?
--
best regards,
Randy
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
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
he dangers
of mixing components compiled with VC6 and VC8.
--
best regards,
Randy
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
.
--
best regards,
Randy
are
intended for testing only.
--
best regards,
Randy
een released by the ASF:
http://marc.info/?l=apache-httpd-dev&m=118747498301087&w=2
--
best regards,
Randy
(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
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
first fix any errors from
"perl -c mymodule.pm".
--
best regards,
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
ache.org/docs/2.0/os/win32/install.html
--
best regards,
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
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
, 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
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
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
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
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
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
ng
under ModPerl::Registry, the same as the cgi script?
--
best regards,
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
nt. Thanks.
--
best regards,
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
: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
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
be still problems in this area.
--
best regards,
Randy Kobes
from.
--
best regards,
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
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
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
-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
: Apache/2.2.3 (winnt), perl-5.8.8 (ActivePerl
build 819)
--
best regards,
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
setups; it would be interesting to
see if it's also a problem there.
--
best regards,
Randy
. 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
--
best regards,
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
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
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
move is complete.
We have a mirror of the mod_perl docs at
http://theoryx5.uwinnipeg.ca/modperl/
--
best regards,
Randy
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
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
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
installed
- linux: Apache/2.0.55 (prefork), perl-5.8.7,
with mod_perl 2.0.2
--
best regards,
Randy
)
- linux: Apache/2.0.55 (prefork), perl-5.8.7
--
best regards,
Randy
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
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
eState's ppm utility to install it.
--
best regards,
Randy
?
=
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
mod_perl as a ppm package is available at
http://perl.apache.org/docs/2.0/os/win32/
--
best regards,
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
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
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
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
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
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
search.cpan.org/dist/Apache2-SOAP
--
best regards,
Randy Kobes
next week on holiday - if someone could test this
out on Win32, that'd be great.
--
best regards,
Randy
.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 - 100 of 351 matches
Mail list logo