mod_perl

2003-11-12 Thread peter
I am using Apache and mod_perl that comes out of the box with Red Hat 9. httpd -v Server version: Apache/2.0.40 Server built: Feb 25 2003 05:01:56 I have set up three separate Virtual Hosts which I use for my site. One of the hosts is for my personal testing, one is for QA and one is the live

mod_perl

2005-04-18 Thread Octavian Rasnita
Hi, I have read the following in mod_perl rc5 announce: move all Apache:: constants to Apache2::Const and all APR:: constants to APR::Const. for example, Apache:OK is now Apache2::Const::OK and APR::SUCCESS is now APR::Const::SUCCESS. [Geoffrey Young] Then, after installing mod_perl rc5 under

Mod_Perl

2005-04-25 Thread Cure
I wanted to use Apache2 + Mod_Perl2 for our production server but not sure if mod_perl2(mod_perl2-2.0.0r3,1 ) is consider stable . Cure

Mod_Perl

2006-04-14 Thread Paul Harrison
Hi, I’m currently using apache-2.0.55_4(Version 2 of Apache web server with prefork MPM.) & mod_perl2-2.0.2,3(Embeds a Perl interpreter in the Apache2 server)   Should I be using the module ModPerl::RegistryLoader or ModPerl::RegistryLoaderPreFork ? & Should I be using the module ModPer

mod_perl

2008-02-20 Thread Kaushal Shriyan
2.0.2-2.3ubuntu1 Integration of perl with the Apache2 web server How can i verify whether my apache2 has mod_perl support into it Thanks and Regards Kaushal

Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-23 Thread Ixkorr Oxkarr
Hello, I am trying to upgrade from mod_perl 1.29 to mod_perl 1.99 on Apache 2.0 (the OS is RHL9). I have installed the mod_perl 1.99 binary RPM, but when I check the version through perl (with the command perl -Mmod_perl -e 'print $mod_perl::VERSION'), I still get 1.29. I tried upg

[MP2] mod_perl 1.0 -> mod_perl 2.0 conversion woes.

2005-08-09 Thread Justin Wheeler
I realise there's a good chance my issue is my own stupidity, but I'm hoping someone else can help out -- I've searched this mailing list and google, all to no avail. I am in the midst of trying to convert my software from mod_perl 1 to mod_perl 2 without the use of Apache2::

installed mod_perl, but no MOD_PERL in ENV

2008-08-05 Thread Jayson Hill
I just compiled and installed mod_perl 2.0.3 for apache Apache/2.2.8 Did a LoadModule perl_module modules/mod_perl.so in httpd.conf No errors and get the following in logs when bounce httpd service: [Tue Aug 05 22:44:03 2008] [notice] caught SIGTERM, shutting down [Tue Aug 05 22:44:04 2008

Debugging mod_perl ???

2003-12-19 Thread Michael D Schleif
Ref: Several places mention perldb command `w' (window). Is that com

Testing mod_perl

2004-02-03 Thread Hemond, Steve
er On PerlHandler Apache::Registry Options ExecCGI I restart Apache and there I go : [Tue Feb 03 11:23:46 2004] [error] failed to resolve handler `Apache::Registry' [Tue Feb 03 11:23:46 2004] [error] [client 172.17.2.156] Can't locate object method "boot" via package "mod

mod_perl 1.99_13

2004-03-11 Thread Swen Schillig
I figured a few strange outputs while running make test after a successful compilation of mod_perl-1.99-13 saying that         the server couldn't be started (syntax error at line 27 of httpd.conf -> Listen localhost:8xxx) (Linux on i386) or         dubios output for most of the tests (

mod_perl IDE

2004-05-18 Thread Waldo_Tumanut/MO/americancentury
What would you recommend for Windows-based integrated development environment for non-heavy-programmers such as DBAs and data analysts? Target server platforms are Windows and AIX. Waldo Tumanut Database Analyst CONFIDENTIALITY NOTICE: This electronic transmission (including any accompanying

Mod_Perl Authentication

2004-08-21 Thread Levi E. Stanley
Hi, I have written a authentication module, which seems to work fine but after you put in the correct username and password, it seems to have forgotten to load up any of the files in the DocumentIndex. For example when I type this in the browser http://www.twistedme.com/protected/ I get a Not F

got mod_perl?

2004-08-27 Thread Stas Bekman
Geoffrey's baby girl, who was born last night, is the new mod_perl generation :) http://www.modperlcookbook.org/~geoff/images/ava/dscn2537.jpg -- __ Stas BekmanJAm_pH --> Just Another mod_perl Hac

mod_perl hosting

2004-10-25 Thread David Hodgkinson
Hi all, I'm currently hosting a site which is to be hosted elsewhere. It's got a small mod_perl gadget embedded that does a little magic with charsets and the Template Toolkit. The site runs to about 60G of bandwidth per month and has a faar few mailing lists. And thoughts on reaso

mod_perl marketing

2004-11-30 Thread Dominique Quatravaux
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Perrin Harkins wrote : | [...] [W]e have to face the fact that someone who knew enough about | Perl and apache to write an embedded interpreter module still | thought that mod_perl was some kind of limited CGI replacement. | This means we are not

Installing mod_perl

2009-06-19 Thread ARTHUR GOLDBERG
Hi I'm installing mod_perl on Ubuntu 8.04.2 LTS 32-bit. I receive the error make[3]: Entering directory `/home/artg/Downloads/mod_perl-2.0.4/xs/ APR/APR' rm -f ../../../blib/arch/auto/APR/APR.so LD_RUN_PATH="/usr/lib:/lib" cc -shared -L/usr/local/lib APR.o modperl_erro

mod_perl memory

2010-03-15 Thread Pavel Georgiev
Hi, I have a perl script running in mod_perl that needs to write a large amount of data to the client, possibly over a long period. The behavior that I observe is that once I print and flush something, the buffer memory is not reclaimed even though I rflush (I know this cant be reclaimed back

mod_perl memory...

2010-05-28 Thread Nishikant Kapoor
Hello, Following the thread http://www.gossamer-threads.com/lists/modperl/modperl/101225, I came up with the following sub to display the output but the memory usage continues to build up without limit when web pages are rendered. Any suggestion/pointer would be greatly appreciated. Here is

Testing mod_perl

2014-05-15 Thread Worik Stanton
On another matter... On 15/05/14 05:16, Perrin Harkins wrote: > simpler things like PerlSetVar. There is an automated test for this > though: > http://cpansearch.perl.org/src/PHRED/mod_perl-2.0.8/t/response/TestApache/conftree.pm I have not used this testing frame work before (other t

mod_perl 3.0

2015-07-22 Thread 彭勇华
Hello, As a long time user for mod_perl 2.0, I have great interest to know, is there any progress on mod_perl 3.0(*)? Or, will mod_perl 3.0 work more perfectly with PSGI(*)? * He is now thinking about mod_perl 3.0's architecture, hopefully to be implemented solely with AND and OR

mod_perl alternatives

2021-03-17 Thread Jim Albert
Given the recent discussion on the need for mod_perl PMC members and the disclosure that there is no active development on mod_perl this seems like an appropriate time to start a thread on a discussion of mod_perl alternatives inline with the various means of using mod_perl from the low level

mod_perl/mod_cgi

2003-11-06 Thread Dustin Whitney
Hello, Is there a way that I can make apache use mod_cgi to serve scripts in one directory, but mod_perl in all the others? I have some scripts that won't work under mod_perl in their current form, and I'd like to temporarily use them while I rewrite them for mod_perl. Than

Re: mod_perl

2003-11-12 Thread Stas Bekman
peter wrote: I am using Apache and mod_perl that comes out of the box with Red Hat 9. httpd -v Server version: Apache/2.0.40 Server built: Feb 25 2003 05:01:56 I have set up three separate Virtual Hosts which I use for my site. One of the hosts is for my personal testing, one is for QA and one

Re: mod_perl

2003-11-13 Thread peter
teC" and /etc/httpd/conf/startup.pl contains #! /usr/bin/perl $ModPerl::RegistryCooker::NameWithVirtualHost = 1; And I restarted the httpd daemon. Peter Stas Bekman wrote: peter wrote: I am using Apache and mod_perl that comes out of the box with Red Hat 9. httpd -v Server version: Apache/

Re: mod_perl

2003-11-13 Thread Stas Bekman
Alias /perl /path/to/perl/scripts SetHandler perl-script PerlResponseHandler ModPerl::RegistryURI Options +ExecCGI #PerlOptions +ParseHeaders ______ Stas BekmanJAm_pH --> Just Another mod

upgrading mod_perl

2005-03-27 Thread Octavian Rasnita
Hi, Is it possible to upgrade mod_perl from 1.9.9.03 (if I remember well the number) to the latest version? Or do I need to remove the old version and install the newest one? I have a problem with a program (presa.industrialit.ro) because sometimes it works, I can view a page, click a link view

Re: mod_perl

2005-04-18 Thread Geoffrey Young
> E:\usr\site\lib\ModPerl\RegistryCooker.pm > > at line 161, appears: > > return $rc unless $rc == Apache2::OK; > > > Shouldn't this line be: > > return $rc unless $rc == Apache2::Const::OK; yes, and it is in RC5 - that version of RegistryCooker.pm is not from RC5. --Geoff

Re: mod_perl

2005-04-18 Thread Octavian Rasnita
From: "Geoffrey Young" <[EMAIL PROTECTED]> > > E:\usr\site\lib\ModPerl\RegistryCooker.pm > > > > at line 161, appears: > > > > return $rc unless $rc == Apache2::OK; > > > > > > Shouldn't this line be: > > > > return $rc unless $rc == Apache2::Const::OK; > > yes, and it is in RC5 - that version of R

Re: mod_perl

2005-04-18 Thread Randy Kobes
l ModPerl::RegistryCooker.pm? > > Oh, this would be too bad, because I might find many problems of this > kind... That's strange ... Did you get mod_perl from http://theoryx5.uwinnipeg.ca/ppms/ and does it have "RC5" in the version (of the ppd file)? I just checked the associated .tar.gz containing the files to be installed, and ModPerl::Registry* uses Apache2::Const::OK. -- best regards, randy

Re: mod_perl

2005-04-18 Thread Octavian Rasnita
> > That's strange ... Did you get mod_perl from >http://theoryx5.uwinnipeg.ca/ppms/ > and does it have "RC5" in the version (of the ppd file)? > I just checked the associated .tar.gz containing the > files to be installed, and ModPerl::Registry* uses >

mod_perl problem

2005-04-21 Thread Gert Jan Schipper
-8<-- Start Bug Report 8<-- 1. Problem Description:     After make install I get the following error:   /usr/bin/perl -Iblib/lib -I/tmp/mod_perl-2.0.0-RC5/Apache-Test/lib -MModPerl::BuildMM -e ModPerl::BuildMM::glue_pod ModPerl-Regist

Apache mod_perl

2005-04-22 Thread Gert Jan Schipper
Hi All,   After install mod_perl I’ve changed my httpd.conf file to:   Alias /cordys "/opt/Cordys/Web"     PerlAuthenHandler Apache::AuthenNTLM     AuthName "NTLM Test"     AuthType ntlm     PerlAddVar ntdomain "NTDOM"    

Re: Mod_Perl

2005-04-25 Thread Perrin Harkins
On Mon, 2005-04-25 at 18:09 -0500, Cure wrote: > I wanted to use Apache2 + Mod_Perl2 for our production server but not > sure if mod_perl2(mod_perl2-2.0.0r3,1 ) is consider stable . You should use the latest release rc5 if you want to use mod_perl 2. There are significant changes from pr

Mod_Perl install

2005-05-07 Thread henri
Original Message Subject: From:[EMAIL PROTECTED] Date:Sun, May 8, 2005 4:16 am To: [EMAIL PROTECTED] -- Lo, I'm getting a LOT of make test errors, Am i mi

mod_perl success

2005-06-09 Thread Eric
Hi, I just wanted to mention this company I just found out about today. I have not heard of them before and happened to find them doing some googling. http://www.metadot.com The point being they use mod_perl with Registry.pm and they seem to be doing fairly well. I talked to a salesman for

Why mod_perl?

2005-07-22 Thread Shane De Jager
Hi I am trying to speed up my CGI scripts on Apache Server 2. Can you tell me some reasons why u chose mod_perl instead of fastCGI? -- Shane De Jager Technical Developer INTERGAGE High-performance, updateable Web sites Switchboard +44(0)845 456 1022 Direct Dial +44(0)1202 688 219

mod_perl variables

2005-08-10 Thread [EMAIL PROTECTED]
&page=1 Will someone take a look and see if my last question can be answered. The first two posts will provide context for my situation. My handle is perl21 I was following some advice from a fellow named Fish. In my last post in that thread I ask how to make my mod_perl script mess up the

mod_perl advocacy

2005-09-11 Thread Octavian Rasnita
Hi, Wouldn't be a good idea (for someone who also know PHP well) to create a program that can create perl scripts from PHP scripts? Also for the languages which are used in ASP... Also making a benchmark tool easy to use that will be able to compare the speed of the original php file with the spee

Mod_Perl Problem

2005-10-17 Thread Yu, Ming
I am new to mod_perl. I installed mod_perl version 1.29 with apache 1.3.33, and created the following section under apache httpd.conf: SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI PerlSendHeader On Allow from all When I run http://hostnamer/perl/ from

Chroot Mod_Perl

2006-01-27 Thread DoM
Hi, i would like to know if exist a directive for mod_perl like open_basedir for php. I know that best solution will be chroot entire apache that is more secure to use chroot funciont of modules but anyway.. that is waht i am looking for. Thx and Byez DoM

Re: Mod_Perl

2006-04-14 Thread Tom Schindl
As you are running your apache with prefork MPM you can use ModPerl::RegistryPreFork which e.g. automatically changes to your document-root which is not possible with other (threaded) MPMs. The Loaders are not important to you! If you start a new project and the scripts don't have to run as CGIs

mod_perl comforts

2006-08-17 Thread Vladimir S. Tikhonjuk
Hi all! I need some advice on how to make some comfort into mod_perl Response Handler. I used cookies and sessions to authenticate and authorizate user into my app ( Apache2::AuthCookie ). So, every handler ( or most of them ) have to get cookie, take a session id from it, makes

Mod_perl + cronolog

2006-11-08 Thread Tue Topholm
I have this script: use DBI; my ($sth, $dbh, $domain, $domainID, $created, $sql); $dbh = DBI->connect("DBI:mysql:ccc:","ccc","ccc"); $sth = $dbh->prepare("SELECT domainID, domain, created FROM domain ORDER BY domainID ASC"); $sth->execute(); while (($domainID, $domain, $created) = $st

mod_perl installation

2007-01-13 Thread Octavian Rasnita
Hi, How it is recommended to install perl if I also want to use it with mod_perl? With or without threading support? With or without support for multiplicity? It gives an error when installing with Apache 2.24, and I am trying to see if I don't make some mistakes. Thank you. Octavian

Fwd: mod_perl.

2007-04-20 Thread Asim Zfafir
Guys, can you help me with this issue ? I will greatly appreciate -- Forwarded message -- From: Asim Zfafir <[EMAIL PROTECTED]> Date: Apr 20, 2007 4:42 PM Subject: mod_perl. To: [EMAIL PROTECTED] Hi .. I got your email address from the Perl mailing list. IT appears to m

Re: mod_perl.

2007-04-20 Thread Arshavir Grigorian
/ website. You can also find a lot of documentation on how to compile and configure the webserver. Perl is a programming language which you need to learn before you start working in mod_perl. There are a dozen ways to learn Perl. There are a lot of resources available on line. You can also just buy a

Fwd: mod_perl.

2007-04-20 Thread Asim Zfafir
FYI To you all -- Forwarded message -- From: Asim Zfafir <[EMAIL PROTECTED]> Date: Apr 20, 2007 5:24 PM Subject: Re: mod_perl. To: Arshavir Grigorian <[EMAIL PROTECTED]> Arsh, Thanks for the detailed email. I have familiarity with Perl and have coded in perl befo

Re: mod_perl.

2007-04-20 Thread Asim Zfafir
script too, but it appeared as if i didn't had mod-perl properly configured. first i was confused, if apachetcl is reading mod-perl config parameters from /etc/httpd/75_modperl.conf (i just recalled this path, pardon if thats not correct) or i need to define the mod_perl module in httpd.co

installing mod_perl.

2007-07-03 Thread mweiler
I am trying to install mod_perl on my Mac OS 10.3. But things aren't going so well. It all began when I downloaded the source code for mod_perl (1.3) and apache (1.3.37). I began the process of building mod_perl [as per instructions below, 1]. Things appeared to work fine until I ran '

practical mod_perl

2007-08-15 Thread Luke Lu
Hi all Anyone who has the (chm/pdf), please give me a copy. Thanks Good luck. Luke

Re: mod_perl

2008-02-20 Thread Kaushal Shriyan
On Feb 20, 2008 8:54 PM, André Warnier <[EMAIL PROTECTED]> wrote: > > > Kaushal Shriyan wrote: > > hi > > > > I am running apache2 and have installed libapache2-mod-perl2 on Ubuntu 7.04 > > > [...] > > How can i verify whether my apache2 has mod_per

Re: mod_perl

2008-02-20 Thread André Warnier
Kaushal Shriyan wrote: hi I am running apache2 and have installed libapache2-mod-perl2 on Ubuntu 7.04 [...] How can i verify whether my apache2 has mod_perl support into it Restart your Apache server, then look in it's "error.log" file (/var/log/apache2/error.log ?) I

RHEL5 & mod_perl

2008-03-11 Thread Carl Johnstone
Hi, Anybody got any experiences of mod_perl on RHEL5? The rpms in RHN suggest versions of: mod-perl 2.0.2 apache 2.2.3 perl 5.8.8 which are reasonable enough (and it's not the pre-release mp2 problem that RHEL4 had!) However in the past there have been plenty of posts suggesting

mod_perl configuration

2009-04-07 Thread sandhya pawar
operating System: Vista ActivePerl5.10 Apache 2.2.11 mod_perl2.004 Mod_perl has been installed successfully for Perl5.10. C:\>ppm install http://cpan.uwinnipeg.ca/PPMPackages/10xx/mod_perl.ppd Downloading mod_perl-2.04...done Unpacking mod_perl-2.04...done Generating HTML for mod_p

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-23 Thread Randy Kobes
On Sun, 23 Jan 2005, Ixkorr Oxkarr wrote: > Hello, > > I am trying to upgrade from mod_perl 1.29 to mod_perl > 1.99 on Apache 2.0 (the OS is RHL9). > > I have installed the mod_perl 1.99 binary RPM, but > when I check the version through perl (with the > command p

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-24 Thread Ixkorr Oxkarr
Randy, Thanks for your help. perl -MApache2 -Mmod_perl -e 'print $mod_perl::VERSION' still reports mod_perl-1.29, even after I have done a "make uninstall" in the mod_perl-1.29 source directory, and I have installed the mod_perl-1.99 RPM. Is there any way I can force an unl

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-24 Thread INFOQUEST USA INC
mod_perl 1.99 or later requires Apache 2.0 or later - it doesn't work with Apache 1.3x.   Thanks & Regards     Khalid     - Original Message - From: "Ixkorr Oxkarr" <[EMAIL PROTECTED]> To: <modperl@perl.apache.org> Sent: Sunday, January 23, 2005 8:06

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-24 Thread Perrin Harkins
On Mon, 2005-01-24 at 08:04 -0800, Ixkorr Oxkarr wrote: > Is there any way I can force an unload of > mod_perl-1.29? There is no official way of removing perl modules, but you can go in and delete mod_perl.pm and the stuff under Apache/ in your @INC path. - Perrin

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-24 Thread Ixkorr Oxkarr
I am running Apache 2.0.40. The problem is that I am trying to compile some code that checks to see if mod_perl 1.99 is installed with the statement "use mod_perl 1.99;". This fails, even though I have installed the mod_perl 1.99 RPM and I am running a version of Apache 2. Clearly, Per

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-24 Thread INFOQUEST USA INC
It's hard to tell without knowing more details. I think that either you upgraded your Apache from 1.3x to 2.x or installed another Apache Server 2.x. I assume that you had installed mod_perl 1.29 with Apache 1.3x and then upgraded to Apache 2.x & mod_perl 1.99. Because mod_perl 1.29 ca

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-24 Thread Randy Kobes
On Mon, 24 Jan 2005, Ixkorr Oxkarr wrote: > I am running Apache 2.0.40. > > The problem is that I am trying to compile some code > that checks to see if mod_perl 1.99 is installed with > the statement "use mod_perl 1.99;". This fails, even > though I have installed th

Re: [MP2] mod_perl 1.0 -> mod_perl 2.0 conversion woes.

2005-08-09 Thread Justin Wheeler
Yup. As it turns out, it was my own stupidity. It was calling handler again, but handler was returning DECLINED due to a mismatched content_type, and mod_perl had simply remembered the next handler was dbconnect and went about its day. Problem was fixed by having handler() clear out any other

RE: installed mod_perl, but no MOD_PERL in ENV

2008-08-06 Thread Jo bu
Hi Jayson, I've used $ENV{MOD_PERL} to print the version of mod_perl installed. Also, you should be able to see it on your ServerSignature. Hope that helps. Dan > Date: Tue, 5 Aug 2008 21:07:58 -0700 > From: [EMAIL PROTECTED] > Subject: installed mod_perl, but no MOD_PE

Re: installed mod_perl, but no MOD_PERL in ENV

2008-08-06 Thread Michael Peters
Jayson Hill wrote: However, I don't see the MOD_PERL entry in ENV, and when I print $CGI::MOD_PERL value to browser, it is 0. Not sure why I don't see this as it *seems* that mod_perl is integrated. Just because mod_perl is installed doesn't mean that whatever script you are

Re: installed mod_perl, but no MOD_PERL in ENV

2008-08-06 Thread adam . prime
Quoting Jayson Hill <[EMAIL PROTECTED]>: I just compiled and installed mod_perl 2.0.3 for apache Apache/2.2.8 Did a LoadModule perl_module modules/mod_perl.so in httpd.conf No errors and get the following in logs when bounce httpd service: [Tue Aug 05 22:44:03 2008] [notice] caught S

Re: installed mod_perl, but no MOD_PERL in ENV

2008-08-07 Thread Jayson Hill
]" <[EMAIL PROTECTED]> To: modperl@perl.apache.org Sent: Wednesday, August 6, 2008 8:43:10 AM Subject: Re: installed mod_perl, but no MOD_PERL in ENV Quoting Jayson Hill <[EMAIL PROTECTED]>: > I just compiled and installed mod_perl 2.0.3 for apache Apache/2.2.8 > Did

Migrating from mod_perl 1.x to mod_perl 2.x

2007-10-23 Thread Daniel Corbe
Hello, We're trying to upgrade a web application from Apache 1.3.x to Apache 2.2.x(and thus from mod_perl 1.x to mod_perl 2.x) and we're having trouble with the basics at the moment: [Tue Oct 23 17:42:12 2007] [error] [client 207.241.167.7] Can't locate object method "method&q

mod_perl + perl/tk

2003-12-05 Thread Levon Barker
Hello, Can anyone point me to a reference on delivering a GUI to the browser with a mod_perl server. Perhaps with perl/tk. Can this be done? Has anyone done it? How would it work with mod_perl? Cheers, Levon Barker -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http

Problems installing mod_perl

2003-12-09 Thread Adam Gent
Hi, I am trying to install mod_perl but can not get past the makefile stage. I am using perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 MP_USE_DSO=1 and get this output Reading Makefile.PL args from @ARGV MP_AP_PREFIX = /usr/local/apache2 MP_USE_DSO = 1 Configuring Apache/2.0.48

mod_perl caching/delay

2003-12-09 Thread andrew dunn
Hi, I've just moved a shopping cart I've been working on into mod_perl, and fortunately it all seems to have worked straight away without any code changes. There is one problem though related to the what seems like caching of pages. I'm building each page of categories based on

mod_perl non-configurability ???

2003-12-13 Thread Michael D Schleif
_ manually add the LoadModule line, since I have had to do that before on other systems. mod_php install offers to do that automatically; but, mod_perl installation offered no such assistance. What do you think? -- Best Regards, mds mds resource 877.596.8237 - Dare to fix things before

Re: Debugging mod_perl ???

2003-12-19 Thread Stas Bekman
around linen [expr]Next, steps over subs so you are after 'v' in 5.8+, what used to be 'w' in 5.6 I'll update the online docs. __ Stas Bekman JAm_pH --> Just Another mod_per

[ANNOUNCE]: mod_perl 1.99_12

2003-12-22 Thread Stas Bekman
The uploaded file mod_perl-1.99_12.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/mod_perl-1.99_12.tar.gz size: 1113684 bytes md5: 3864841c530cceeace86a6017ce5fffd Changes since v1.99_11: Restore a proper behavior of all Registry handlers, but PerlRun, not to reset %INC

Error.pm under mod_perl

2003-12-29 Thread Stuart Moffatt
Does the Right Thing, but when I run it under mod_perl, the 'throw' handler in Error does a die(), which mod_perl sees as a 500 error and logs it BEFORE I get back to my catch handler to Do the Right Thing. Is Error.pm really a best option for mod_perl? BTW, I tried the My::Exception an

Includes in mod_perl

2004-01-16 Thread Hemond, Steve
Hi ppl, I've started programming with Perl some months ago and I want to switch to mod_perl for my website (my older website is an asp website). I readed the tutorials on perl.apache.org but I am still very confused and don't know how to start my new website with mod_perl. Actually :

mod_perl won't compile

2004-01-27 Thread Mike NoLast
I am trying to build mod_perl-1.99_08 on a RH 9 system. The make errors. Below is my attempt. Can anyone give me an idea of what is wrong and how to fix it? [EMAIL

Re: Testing mod_perl

2004-02-03 Thread Ged Haywood
Hi there, On Tue, 3 Feb 2004, Hemond, Steve wrote: > I just installed Apache2/mod_perl2 and wants to test it. > ... > [Tue Feb 03 11:23:46 2004] [error] failed to resolve handler `Apache::Registry' > ... > What's wrong? http://perl.apache.org/docs/2.0/user/intro/start_fast.html#Registry_Scripts

Re: Testing mod_perl

2004-02-11 Thread Stas Bekman
_fast.html#Registry_Scripts And: http://perl.apache.org/docs/2.0/user/porting/compat.html#C_Apache__Registry___C_Apache__PerlRun__and_Friends __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://stason.org/ m

[ANNOUNCE] mod_perl 1.99_13

2004-03-08 Thread Stas Bekman
The uploaded file mod_perl-1.99_13.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/mod_perl-1.99_13.tar.gz size: 1197628 bytes md5: e8945611cae2fe797ae4bb198c0285b6 and is also available from: http://apache.org/dist/perl/mod_perl-1.99_13.tar.gz http://apache.org

Re: mod_perl 1.99_13

2004-03-11 Thread Stas Bekman
Swen Schillig wrote: I figured a few strange outputs while running make test after a successful compilation of mod_perl-1.99-13 saying that the server couldn't be started (syntax error at line 27 of httpd.conf -> Listen localhost:8xxx) (Linux on i386) or dubios output for

Mod_perl blog recommendations

2004-03-12 Thread Fred Moyer
Hello mod_perl list, I'm looking for simple mod_perl blog which uses the PostgreSQL database. Doesn't have to be fancy, basic requirements are posting news updates without using html tags and ease of use. Any ideas? Thanks, Fred -- Report problems: http://perl.apache.org/bugs/

[mp2] $ENV{MOD_PERL}

2004-03-12 Thread Stas Bekman
s/2.0/user/porting/compat.html#C__ENV_GATEWAY_INTERFACE__ Why is mod_perl not showing up as an ENV{} element when I print out the ENV{} hash? It should be there. If it's not, then we need to be able to reproduce it and you need to help us to do that. Therefore you need to file a proper

mod_perl 1.99 problem

2004-03-14 Thread Dzuy Nguyen
Hi, I'm trying to run mod_perl 2.0 on RH 9.0. Apache and mod_perl are RH's out of the box rpm. I just can't seem to get past the problem with Apache::AuthCookie. This is the error I get: Can't locate object method "ap_auth_type" via package "Apache::Reque

Re: mod_perl 1.99_13

2004-03-15 Thread Stas Bekman
ut ping fails. (Only looks into /etc/inet/ipnodes?) again, strace it - on my machine (linux/ipv4) it also reads from /etc/hosts. A piece of puzzle that needs more time to solve it. ______ Stas BekmanJAm_pH --> Just Anoth

Re: mod_perl 1.99_13

2004-03-19 Thread scott
d. [Stas] __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modper

Re: mod_perl 1.99_13

2004-03-19 Thread Josh Chamas
[EMAIL PROTECTED] wrote: > Does modperl-1.0 also need to have its read functions rewritten in a similar way? I ask because Apache::ASP and CGI.pm no longer work happily together since CGI.pm version 3.01. That is to say, the Apache::ASP example for demonstrating CGI-compatibility: http://www.ap

mod_perl performance question

2004-04-08 Thread Pascal Felber
We have noticed some "strange" behavior when stress-testing one of our perl modules and we haven't managed to find an explanation or workaround in the mod_perl documentation. We have reproduced this problem with a minimal module, installed as a PerlResponseHandler, that simply se

mod_perl and JavaScript

2004-04-08 Thread Kemin Zhou
This is almost certainly caused by a bug in your perl code. You are probably unintentionally creating a closure. If you post some code here, we can help you spot the problem. - Perrin Earlier I posted a problem with HPPTD and mod_perl. Thanks for Perrin's respons. Now I have the pr

Mod_perl - URL rewriting.

2004-04-15 Thread Petr Duchon
x27;s the trailing slash problem. My mod_perl version is 1.99_12. Any ideas how to circumvent this? Thank You, Petr. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Report problems: ht

Re: mod_perl IDE

2004-05-18 Thread Mike Ward
Just my 2 cents, but on windows, I like OptiPerl. Sadly it's only shareware, but it's still very nice. The Regex tester alone is enough to make me like it. http://www.xarka.com/optiperl/ -- Mike Ward [EMAIL PROTECTED] On Tue, 2004-05-18 at 09:46, Waldo_Tumanut/MO/[EMAIL PROTECTED] wrote: > Wha

RE: mod_perl IDE

2004-05-18 Thread
I use Komodo from Activestate. Waldo_Tumanut/MO/[EMAIL PROTECTED] wrote: >What would you recommend for Windows-based integrated development >environment for non-heavy-programmers such as DBAs and data analysts? >Target server platforms are Windows and AIX. > > >Waldo Tumanut >Database Analyst >

Re: mod_perl IDE

2004-05-18 Thread Brent 'Dax' Royal-Gordon
Waldo_Tumanut/MO/[EMAIL PROTECTED] wrote: What would you recommend for Windows-based integrated development environment for non-heavy-programmers such as DBAs and data analysts? Target server platforms are Windows and AIX. If you already have a Visual Studio license, I'm partial to ActiveState's

[ANNOUNCE] mod_perl-1.99_14

2004-05-21 Thread Geoffrey Young
The URL http://perl.apache.org/~geoff/mod_perl-1.99_14.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/mod_perl-1.99_14.tar.gz size: 1264246 bytes md5: 116dce5c909701b3812ae4ad6d91c6bd and is also available from: http://apache.org/dist/perl/mod_perl-1.99_14.tar.gz

migrating to mod_perl

2004-06-21 Thread greger
Hello all, what are the do's and don'ts when porting from perl/CGI to mod_perl? I have a 5000 line mysql application to modify ( port ) to mod_perl. what can mod_perl + apache offer me that no other ( php or pure perl + apache) can? any advice much appreciated /G -- Report prob

mod_perl regex conundrum

2004-07-15 Thread Simon Miner
Hello,   My company has just upgraded our Apache/mod_perl and supporting software versions, and we are now seeing a strange phenomenon.  A piece of code which has always worked speedily up to this point, now occasionally, but predictably, takes 10 times longer to execute.  The code

CGI vs. mod_perl.

2004-08-02 Thread Mike Ward
I'm rather new to mod_perl, so there's my disclaimer. When I learned perl CGI stuff, it was always done with CGI.pm. All the example scripts, etc, in the book were done that way. Sending headers, for example , was done like so: my $query = CGI->new(); print $query->header();

mod_perl advocacy list

2004-08-07 Thread Jeff Bisbee
eff Bisbee <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: mod_perl Public Relations X-Editor: Vim http://www.vim.org/ X-Info: http://www.jbisbee.com/ X-Operating-System: Linux/2.6.0-1-686 (i686) X-Uptime: 21:27:07 up 152 days, 3:28, 2 users, load average: 0.02, 0.03, 0.00 Just spoke to

[ANNOUNCE] mod_perl 1.99_15

2004-08-20 Thread Stas Bekman
mod_perl 1.99_15 is out: http://apache.org/dist/perl/mod_perl-1.99_15.tar.gz http://apache.org/dist/perl/mod_perl-1.99_15.tar.gz.asc (pgp sig) The uploaded file mod_perl-1.99_15.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/mod_perl-1.99_15.tar.gz size: 1350278 bytes

Re: Mod_Perl Authentication

2004-08-21 Thread mpeters
t won't execute the script is also an apache/php configuration problem. Do you have php installed? Either way you need to consult the php docs cause it has nothing to do with mod_perl. SetHandler perl-script PerlAuthenHandler My::Authenticate AuthType Basic Au

  1   2   3   4   5   6   7   8   9   10   >