Hello funky mod_perl people,
I've had a few people report the following problem when using mod_perl
2.x and Maypole.
As far as I can see Maypole isn't doing anything wrong yet we get the
following error:
Can't locate object method "FIRSTKEY" via package "APR::Table" at
/usr/src/maypole/lib/Apac
On 9/11/06, Jonathan Vanasco <
[EMAIL PROTECTED]
> wrote:
On Sep 11, 2006, at 2:08 PM, Matias Alejo Garcia wrote:> I will check ubuntu, I thought it was desktop oriented.There is 'ubuntu server' now. its like half the size of the desktop.
just to note, getting mp running under ubuntu can be a tiny
On 9/12/06, Vladimir S. Tikhonjuk <[EMAIL PROTECTED]> wrote:
Hi all!I have _javascript_ function, which constructs html query like this:var url ="">'http://192.168.101.199/personal_account_search_ajax?key='+escape(key)+'&type='+type
;where variable 'key' is a value of form's line edit. When I enter
Hello!
I try to compile and build latest apache 2.2, mod_perl2 and Embperl
without success.
I build Perl 5.8.8 with: ./Configure -des -Dprefix=/opt/perl -Uusethreads.
I unpacked the Apache 2.2.3 tar-ball: tar xvjf httpd-2.2.3.tar.bz2
I unpack and build mod_perl with the above apache statical
Sumit Shah wrote:
>#Open a file for writing
>open(FH, "> test.txt") or die $!;
>print FH "Hello World !!!\n";
print can fail. You should check that it's succeeding:
print FH "Hello World !!!\n" or die $!;
--
Michael Peters
Developer
Plus Three, LP
Sumit Shah schrieb:
> Hello,
>
> I have created a very simple perl module (MyApache2::NewMod) using h2xs
> and installed it inside /usr/lib/Perl5.
>
> Following is the source:
>
> #file MyApache2/NewMod
> package MyApache2::NewMod;
>
> use strict;
> use warnings;
>
> sub handler {
>
>
Seems like a common problem, but I still haven't been able to find solutions
from the web...
I have a W2K Server box running Apache2.2.3, also installed the latest Perl,
Mod_Perl (testenv.pl working ok) and Apache:ASP. The ASP install (cpan) went
through fine, but ASP files open up as plain te
Gerald Richter wrote:
Hi all!
I have:
apache httpd-2.2.3
mod_perl-2.0.2
Embperl-2.2.0
where mod_perl is statically linked to httpd.
Now I try to load Embperl from httpd.conf with this directive:
PerlModule Embperl
You also need a
LoadModule embperl_module /path/to/Embperl.so
Before th
On Sep 12, 2006, at 5:04 AM, Aaron Trevena wrote:
Can't locate object method "FIRSTKEY" via package "APR::Table" at
/usr/src/maypole/lib/Apache/MVC.pm line 114, line 1.\n
looks like its a tied variable error.
apreq people -- is APR::Table even tied ? or is this some sort of
class inherita
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
On Thu, 7 Sep 2006, Philip M. Gollucci wrote:
A release candidate for mod_perl 2.0.3 is now available for testing.
Please grab the candidate from
http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz
+1. Tested on
- Win32: Apache/2.2.3 (winnt), perl-5.8.8 (ActivePerl 819)
- linu
On Tue, 12 Sep 2006, Jonathan Vanasco wrote:
On Sep 12, 2006, at 5:04 AM, Aaron Trevena wrote:
Can't locate object method "FIRSTKEY" via package "APR::Table" at
/usr/src/maypole/lib/Apache/MVC.pm line 114, line 1.\n
looks like its a tied variable error.
apreq people -- is APR::Table even t
Hello all,
I am trying to put together a server setup for mod_perl, ssl and
static images. Here is my scenario:
The application I have written has taken off, so I am converting it to
mod_perl (not a problem, I have most of the code ported to modules on
a test machine and find mod_perl to be not
I'm having some frustration with managing Perl handler registrations.
It seems that, if I register a handler from within my code, either using
push_handlers or by grabbing the list with get_handlers, modifying it,
and then doing set_handlers -- any other handlers for that phase that
were registere
Jeremy Nixon wrote:
> I'm having some frustration with managing Perl handler registrations.
>
> It seems that, if I register a handler from within my code, either using
> push_handlers or by grabbing the list with get_handlers, modifying it,
> and then doing set_handlers -- any other handlers for
On Thu, 7 Sep 2006, Philip M. Gollucci wrote:
Please download, test, and report back on the following
candidate tarball:
http://people.apache.org/~pgollucci/apreq2/libapreq2-2.09-rc1.tar.gz
+1. Tested on
- Win32: Apache/2.2.3 (winnt), perl-5.8.8 (ActivePerl 819),
with mod_perl-2.0.3-rc1 in
16 matches
Mail list logo