Re: [OT] mod_proxy, mod_perl, php

2002-12-19 Thread Scott Alexander
On Wed, 18 Dec 2002, Perrin Harkins wrote: Scott Alexander wrote: At the moment I have a front_end server with no php support. Backend is mod_perl. I'm planning to extend our document management system to serve www pages. The html documents are on the mod_perl machine. What happens

Can't get nested files to work in Perl section

2002-12-19 Thread Bill Moseley
mod_perl 1.27 / httpd 1.3.27 In the perl httpd.conf below test.cgi is returned as the default type, text/plain, where test2.cgi is run as a CGI script. Do I have this setup incorrectly? In a standard httpd.conf file it's allowable to have files nested within directory, of course. Perl #!perl

Re: [OT] mod_proxy, mod_perl, php

2002-12-19 Thread Perrin Harkins
Scott Alexander wrote: No mod_perl doesn't serve the documents. I'm just using a PerlTranshandler to change the uri. Okay, that should work then. So if I add php support to the mod_perl server. How much extra load/memory usage strain will it add to the mod_perl server. I don't know; that's

Re: mod_perl troubles with RedHat 8.0 and Perl 5.8.0

2002-12-19 Thread Adam Batkin
When I do an: rpm -ql perl | grep 'perldoc' I only get: /usr/share/man/man1/perldoc.1.bz2 I get [root@www2 root]# rpm -ql perl | grep 'perldoc' /usr/bin/perldoc /usr/share/man/man1/perldoc.1.gz On Mandrake: urpmi perl-doc Which will install the package named perl-doc-5.8.0-13mdk which

Re: mod_perl fails tests

2002-12-19 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Yes, I was able to find CGI.pm. Do you know how I can fix my problem and get mod_perl installed and configured. I want to see the output of: find /usr/lib/perl5 -name CGI.pm Does it match one of the paths in @INC, as reported by the error message? Thanks- Rodney

Re: mod_perl troubles with RedHat 8.0 and Perl 5.8.0

2002-12-19 Thread Stas Bekman
iansmith wrote: On Thu, 19 Dec 2002, Stas Bekman wrote: Before you rebuild it, if you can get the segfault backtrace, that would be great. If you don't know how, check: http://perl.apache.org/docs/1.0/guide/help.html#How_to_Report_Problems Tried to do a make test in the mod_perl directory

modperl 2.0 problems with Apache::Cookie and related modules.

2002-12-19 Thread b. ash
Hi, I am trying to configure a working apache2/modperl2 setup, unfortunately I can not seemt to get a critical module Apache::Cookie to install, I keep getting this error. Can't locate Apache/MyConfig.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.0/i686-linux-thread-multi

Re: modperl 2.0 problems with Apache::Cookie and related modules.

2002-12-19 Thread Randy Kobes
On Thu, 19 Dec 2002, b. ash wrote: Hi, I am trying to configure a working apache2/modperl2 setup, unfortunately I can not seemt to get a critical module Apache::Cookie to install, I keep getting this error. Can't locate Apache/MyConfig.pm in @INC (@INC contains:

Re: When perl is not quite fast enough

2002-12-19 Thread Stas Bekman
[apache.org keeps on timing out :( reposting 3rd time :(] Jeff AA wrote: -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: 16 December 2002 13:22 To: [EMAIL PROTECTED] Subject: When perl is not quite fast enough While reading Mark Fowler excelent Perl Advent

RE: modperl 2.0 problems with Apache::Cookie and related modules.

2002-12-19 Thread Beau E. Cox
Hi - You may want to check out my experiences w/ap2-mp2 shown in: http://beaucox.com/mason/mason-with-apmp2-mini-HOWTO.htm It shows how I intalled these packages. Aloha = Beau. -Original Message- From: b. ash [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 10:40 AM To:

mod_perl-2 configuration problem

2002-12-19 Thread Carl Holm
Hello, After adding 'LoadModule perl_module modules/mod_perl.so' and / or 'PerlRequire C:/Apache2/conf/extra.pl' to httpd.conf , my Apache (2.0.43) HTTP server fails. I am using mod_perl 1.99_08-dev. Any thought s would be greatly appreciated. Thanks, Carl Holm

RE: mod_perl-2 configuration problem

2002-12-19 Thread Beau E. Cox
Hi - Some thoughts from a relative newbie who just recently got ap2/mp2 up and running... 1) How does is fail? Seg fault? 2) Did you add modules to Apache2 during the ap2 ./configure setp? If so, you may want to re-install it 'naked': ./configure --with-mpm=worker (-or- prefork) After you

Re: modperl 2.0 problems with Apache::Cookie and related modules.

2002-12-19 Thread Stas Bekman
b. ash wrote: Hi, I am trying to configure a working apache2/modperl2 setup, unfortunately I can not seemt to get a critical module Apache::Cookie to install, I keep getting this error. Can't locate Apache/MyConfig.pm in @INC (@INC contains:

Re: mod_perl-2 configuration problem

2002-12-19 Thread Randy Kobes
On Thu, 19 Dec 2002, Carl Holm wrote: Hello, After adding 'LoadModule perl_module modules/mod_perl.so' and / or 'PerlRequire C:/Apache2/conf/extra.pl' to httpd.conf , my Apache (2.0.43) HTTP server fails. I am using mod_perl 1.99_08-dev. Any thought s would be greatly

Re: We need help from mod_perl users with technical expertise in non-mainstream OSs

2002-12-19 Thread Eric Frazier
Hi, I have to say that was the nicest rant I have read in some time. I wish I knew something about those other OS's :( Eric At 10:35 AM 12/17/02 +0800, Stas Bekman wrote: Here at the list we have a rather sucky trend in the last year or so. Those folks who report problems that they have

cvs commit: modperl-2.0 Changes

2002-12-19 Thread stas
stas2002/12/19 23:23:00 Modified:src/modules/perl modperl_cmd.c .Changes Log: when reporting too late for something, print the config file and the line number Revision ChangesPath 1.35 +5 -2