Re: Testing mod_perl

2014-05-16 Thread John Dunlap
If I may ask a potentially stupid question, what are you attempting to do which necessitates the use of Apache2::Directive? On Wed, May 14, 2014 at 5:01 PM, Worik Stanton wrote: > On another matter... > > On 15/05/14 05:16, Perrin Harkins wrote: > > simpler things like PerlSetVar. There is an a

Re: Testing mod_perl

2014-05-16 Thread Worik Stanton
On 16/05/14 08:24, John Dunlap wrote: > If I may ask a potentially stupid question, what are you attempting to do > which necessitates the use of Apache2::Directive? I am randomly thrashing around trying to get started with the mod_perl API. More accurately I was. I have my bearings now and am m

Re: Testing mod_perl

2014-05-16 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
> I looked up http://perl.apache.org/docs/general/testing/testing.html This is for testing applications written on top of mod_perl2. > Where is the > documentation that shows how to arrange the files and run these tests? In . Generate the test files as describe

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 than watch t

Re: probem testing mod_perl post-install: mod_perl API works perfect, but CGI script renders no output

2006-08-04 Thread Christine Jamison
Hello, all! I still haven't solved this issue. Does anyone have any ideas? I posted my responses to the last query from the list on 7/20/2006 10:57 PM. Thanks in advance for any assistance anyone can provide. Sincerely, Christine. Philip M. Gollucci wrote: and mod_perl CGI:

Re: probem testing mod_perl post-install: mod_perl API works perfect, but CGI script renders no output

2006-07-20 Thread Christine Jamison
Sorry for the delay in replying - been a BITCH of a week!  Let's try responses in green: Philip M. Gollucci wrote: and mod_perl CGI: #!/usr/bin/perl print "Content-type: text/plain\r\n\r\n"; print "mod_perl (1) rules!\n"; Is that the path to the SAME pe

Re: probem testing mod_perl post-install: mod_perl API works perfect, but CGI script renders no output

2006-07-15 Thread Philip M. Gollucci
> and mod_perl CGI: >> #!/usr/bin/perl >> print "Content-type: text/plain\r\n\r\n"; >> print "mod_perl (1) rules!\n"; Is that the path to the SAME perl you compiled mod_perl with. Also, I didn't notice it earlier, but you probably want mod_perl-1.29 instead of 1.25. (Perl Environment from Apache:

Re: probem testing mod_perl post-install: mod_perl API works perfect, but CGI script renders no output

2006-07-15 Thread Christine Jamison
Responses in blue (looked pretty blue in the color palette, but looks violet here): Philip M. Gollucci wrote: Embedded Perl version *v5.8.4* for *Apache/1.3.17 (Unix) mod_ssl/2.8.0 OpenSSL/0.9.6m PHP/4.3.10 mod_perl/1.25* process *27940*, running since Fri Jul 14 11:02:13 2006

Re: probem testing mod_perl post-install: mod_perl API works perfect, but CGI script renders no output

2006-07-14 Thread Philip M. Gollucci
Embedded Perl version *v5.8.4* for *Apache/1.3.17 (Unix) mod_ssl/2.8.0 OpenSSL/0.9.6m PHP/4.3.10 mod_perl/1.25* process *27940*, running since Fri Jul 14 11:02:13 2006 You really should upgrade your httpd to 1.3.36 if you've just rebuilt it anyway. my $r = shift; $r->send_http_header('text/pl

probem testing mod_perl post-install: mod_perl API works perfect, but CGI script renders no output

2006-07-14 Thread Christine Jamison
Hello all! I have spent HOURS trying to fgure this one out! I have just rebuilt my Apache server, and I made a number of changes (remove FrontPage support, add mod_ssl, get mod_perl working, etc) I have clean compile and builds for everything. To test the mod_perl aspect of my server, I have 2

Re: Testing mod_perl

2004-02-11 Thread Stas Bekman
Ged Haywood wrote: 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#Regist

Re: Trouble with Apache::Test while testing mod_perl 1.99_12

2004-02-11 Thread Stas Bekman
Ged Haywood wrote: Hi there, On Mon, 2 Feb 2004, Andrew Wyllie wrote: I'm running into a problem trying to test mod_perl. When I run make test, it looks like all the servers are starting up properly, but the test script says it's still waiting for the server to start up. I'm running FreeBSD 5

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

Testing mod_perl

2004-02-03 Thread Hemond, Steve
Hi people, I just installed Apache2/mod_perl2 and wants to test it. I don't plan to use any templating system so I will do plain CGI. I, however, would like to take profit of the apache::registry for performance. Here is my conf for my site : SetHandler modperl PerlSendHeader On PerlHand

Re: Trouble with Apache::Test while testing mod_perl 1.99_12

2004-02-03 Thread Ged Haywood
Hi there, On Mon, 2 Feb 2004, Andrew Wyllie wrote: > I'm running into a problem trying to test mod_perl. When I run make > test, it looks like all the servers are starting up properly, but > the test script says it's still waiting for the server to start up. > I'm running FreeBSD 5.2 (ok, that

Trouble with Apache::Test while testing mod_perl 1.99_12

2004-02-02 Thread Andrew Wyllie
I'm running into a problem trying to test mod_perl. When I run make test, it looks like all the servers are starting up properly, but the test script says it's still waiting for the server to start up. If I suspend the make test process and just telnet to localhost 8529, the server responds