Re: Trouble w/ LWP during mod_perl install

2002-03-17 Thread John Kolvereid
an existing Apache which I created w/ mod_ssl. It has been working fine. My goal is to add mod_perl. Any suggestions. Please advise. Thanks. John Kolvereid --- Ade Olonoh [EMAIL PROTECTED] wrote: Then I try running /usr/local/apache/bin/apachectl startssl Unfortunately I get

Re: Trouble w/ LWP during mod_perl install

2002-03-17 Thread John Kolvereid
Hi Ade, I am sending the errs as an attachment. Thanks. John Kolvereid --- Ade Olonoh [EMAIL PROTECTED] wrote: Most of their steps I had followed before. Now I tried to config mod_perl w/ the following config file as they had suggested: perl Makefile.PL

RE: Trouble w/ LWP during mod_perl install

2002-03-17 Thread John Kolvereid
. This should work for you. Let us know. RB -Original Message- From: John Kolvereid [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 17, 2002 6:09 PM To: Ade Olonoh Cc: mod_perl Mailing List Subject: Re: Trouble w/ LWP during mod_perl install Hi Ade, I followed your suggestion

Re: Trouble w/ LWP during mod_perl install

2002-03-18 Thread John Kolvereid
Hi Stas, I am currently running w/ openssl-0.9.6b. ALso, I tried your suggestion: perl -MCPAN -eshell cpan install URI HTML::HeadParser LWP make test still could not find LWP... But thanks anyways. John Kolvereid --- Stas Bekman [EMAIL PROTECTED] wrote: John Kolvereid wrote: Hi

RE: Trouble w/ LWP during mod_perl install

2002-03-18 Thread John Kolvereid
Hey, That may have worked. No descernable errors. What's the best way to test it. Meanwhile I will be looking in 'Apache Modules w/ Perl C'. Please advise. Thanks. John Kolvereid --- OCNS Consulting [EMAIL PROTECTED] wrote: John: Consider installing the latest version

AddModule mod_perl.c

2002-03-23 Thread John Kolvereid
into my browser I get the msg: The document contained no data Try again later, or contact the server's administrator If I comment out the line then all is well again. Any ideas. Please advise. Thanks. John Kolvereid __ Do You Yahoo

Re: AddModule mod_perl.c

2002-03-23 Thread John Kolvereid
Hi Ged, Which Guide? Please advise. Thanks. John Kolvereid --- Ged Haywood [EMAIL PROTECTED] wrote: Hi there, On Sat, 23 Mar 2002, John Kolvereid wrote: I am trying to install/configure mod_perl. I think it is installed but not quite sure. It's in the Guide. (How

Re: AddModule mod_perl.c

2002-03-24 Thread John Kolvereid
the climb. John Kolvereid --- Ged Haywood [EMAIL PROTECTED] wrote: Hi there, On Sat, 23 Mar 2002, John Kolvereid wrote: Which Guide? Please advise. http://perl.apache.org/guide Did you read any of the other documentation? Please let me know why you did not know about

Re: AddModule mod_perl.c

2002-03-24 Thread John Kolvereid
Hi Stas, I know the guide is posted on line. I would like to get a copy on my server to save on traffic. Moreover, I don't want a PDF copy - not as friendly (to me). Exactly what is Pod::HtmlPsPdf and how (and why) do I install it. Thanks. John Kolvereid --- Stas Bekman [EMAIL

the Guide

2002-03-24 Thread John Kolvereid
the already created html pages which appear online. Naturally they would be compressed. Then one would only have to uncompress them instead of building them. It's hard enough to install mod_perl itself. Why add an extra burden for the manual also. Thanks. John Kolvereid

Re: AddModule mod_perl.c

2002-03-24 Thread John Kolvereid
Hi Richard, It worked. Thanks. John Kolvereid --- Richard Dice [EMAIL PROTECTED] wrote: I know the guide is posted on line. I would like to get a copy on my server to save on traffic. Moreover, I don't want a PDF copy - not as friendly (to me). Exactly what

Re: AddModule mod_perl.c

2002-03-24 Thread John Kolvereid
the page /odin/perl/hello.pl (/odin is my server) the page displays as text only, not as an html page. Any advice would be greatly appreciated. Thanks. John Kolvereid --- Per Einar Ellefsen [EMAIL PROTECTED] wrote: At 23:31 24.03.2002, John Kolvereid wrote: Hi Dan, You are correct

Re: AddModule mod_perl.c

2002-03-25 Thread John Kolvereid
Hi Per, --- Per Einar Ellefsen [EMAIL PROTECTED] wrote: At 00:47 25.03.2002, John Kolvereid wrote: Hi Per, I get the msg: 'The document contained no data' when I try to load my home.html from my server using my browser. When I comment out the AddModule mod_perl.c then my home

Re: AddModule mod_perl.c

2002-03-27 Thread John Kolvereid
always worked for me. As always, I would appreciate any more help I can get. Thanks. --- Stas Bekman [EMAIL PROTECTED] wrote: John Kolvereid wrote: Hi Per, --- Per Einar Ellefsen [EMAIL PROTECTED] wrote: At 00:47 25.03.2002, John Kolvereid wrote: Hi Per, I get the msg

Re: AddModule mod_perl.c

2002-03-27 Thread John Kolvereid
work. Quite frankly, I have been reading so much stuff on the configuration of mod_perl my head is beginning to spin out of control. Thanks again. John Kolvereid --- Perrin Harkins [EMAIL PROTECTED] wrote: Stas Bekman wrote: Arh, I mean to use the hints how to get the core dump

Re: AddModule mod_perl.c

2002-03-30 Thread John Kolvereid
Hi Perrin, When I get rid of the LoadModule line I can't load Apache - it complains of Perl. Also the hello.pl does work w/ plain CGI-Perl I tried that right away. It just doesn't work w/ mod_perl. I am stumped and am probably going to give up shortly - thank anyways. John Kolvereid

Install success - finally

2002-03-30 Thread John Kolvereid
Jakarta Tomcat 4.0 My most sincere thanks go to all of you on the mod_perl mailing list, esp. RB - OCNS Consulting Ged Haywood Stas Bekman Per Einar Ellefsen Perrin Harkins jon schatz Now I can continue reading the book Apache Modules w/ Perl C. Thanks again. John

Install NOT quite successful

2002-03-30 Thread John Kolvereid
Hi again, I was so excited when I thought mod_perl was installed that I forgot to try the web site. I WAS able to load the page odin/perl/hello.pl which is located in my Apache::Registry. Then I tried to load my home page. I got the all-too-familiar 'The document contained no data' and

Re: Install NOT quite successful

2002-03-30 Thread John Kolvereid
- resuming normal operations Does this help explain why I only get the msg: 'The document contained no data' I have no idea what document it is referring to. John Kolvereid --- John Kolvereid [EMAIL PROTECTED] wrote: Hi again, I was so excited when I thought mod_perl

Closer to installation

2002-03-30 Thread John Kolvereid
/world SetHandler perl-script PerlHandler Apache::Hello /Location Alias /perl/ /home/httpd/perl/ Location /perl SetHandler perl-script PerlHandler Apache::Registry PerlSendHeader On Options ExecCGI Allow from all /Location Any thoughts. Thanks John

Re: AddModule mod_perl.c

2002-03-30 Thread John Kolvereid
, PHP, JSP, webapps additionally. Any advice. Thanks. John Kolvereid --- Per Einar Ellefsen [EMAIL PROTECTED] wrote: At 12:32 30.03.2002, John Kolvereid wrote: Hi Perrin, When I get rid of the LoadModule line I can't load Apache - it complains of Perl. Also the hello.pl does

Re: AddModule mod_perl.c

2002-03-31 Thread John Kolvereid
for proxy servers, or conceptionally what it means in regards to multiple servers. Please advise. Thanks. John Kolvereid --- Per Einar Ellefsen [EMAIL PROTECTED] wrote: At 22:46 30.03.2002, John Kolvereid wrote: Hi Per, I did get my Apache to work w/ mod_perl only by using the following

Re: Proxy servers (was Re: AddModule mod_perl.c)

2002-03-31 Thread John Kolvereid
in my browser I get the msg: 'The document contained no data' This could possibly be as simple as a configuration problem within httpd.conf. I have no idea. I will certainly try your suggestion about the multiple servers. Thanks again. John Kolvereid --- Per Einar Ellefsen [EMAIL

Re: Closer to installation

2002-04-02 Thread John Kolvereid
17034 exit signal Segmentation fault (11) Hope this helps. Thanks. John Kolvereid --- Stas Bekman [EMAIL PROTECTED] wrote: John, when debugging problems one should closely watch the error_log file (usually open with tail -f). It always tells you what

RE: AddModule mod_perl.c

2002-04-03 Thread John Kolvereid
am going to try again. Thanks. John Kolvereid --- Ian [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 15:08 31.03.2002, John Kolvereid wrote: Hi Per, I realized right after I sent the note

RE: AddModule mod_perl.c

2002-04-03 Thread John Kolvereid
Hi Ian, As w/ everything else mod_perl related the Apachetoolbox didn't work either. I got an error w/ the installwatch.sh and it stopped me dead in my tracks. Couldn't even download it from the net. Any advice. Thanks. John Kolvereid --- Ian [EMAIL PROTECTED] wrote: -BEGIN PGP

Thanks and GoodBye

2002-04-05 Thread John Kolvereid
that there is no way for me to figure out what is wrong. It's not so bad, I am still able to do CGI programming w/ no problems. Enjoy, and thanks again for all your support. John Kolvereid __ Do You Yahoo!? Yahoo! Tax Center - online

RE: Thanks and GoodBye

2002-04-06 Thread John Kolvereid
Hi Jonathan, Yes, I even tried that. It got hung up on a missing install.sh file. Thanks John Kolvereid --- Jonathan M. Hollin [EMAIL PROTECTED] wrote: Thanks for all your help, but I am NOT able to install mod_perl. John, I don't know if anyone has mentioned this before

Re: Thanks and GoodBye

2002-04-06 Thread John Kolvereid
Hi Perrin, I might try it later. Actually, I am a programmer and I would very much like to take advantage of the features that mod_perl offer. If all fails I'll drop back to CGI, JSP and PHP. Thanks. John Kolvereid --- Perrin Harkins [EMAIL PROTECTED] wrote: John Kolvereid wrote

Leak error

2002-04-06 Thread John Kolvereid
Hello again, I have noticed that when I try to build mod_perl I get a bunch of parse errors when the 'make' is in the ./Leak directory. Could this be the reason that I am unable to build mod_perl and ssl and php simultaneously. Please advise. Thanks. John Kolvereid

Re: Leak error

2002-04-07 Thread John Kolvereid
ful... Start with basics... then slowly move on... you have to crawl before you walk - and so on ;) Best of luck again // Nicolai - Original Message - From: John Kolvereid [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 06, 2002 7:08 PM Subject: Leak error

Hello again

2002-04-09 Thread John Kolvereid
remained in memory. Or is DSO mod_perl the best of both worlds, loading dynamically when needed and remaining in memory thereafter. Please advise, and thank you all for your support. John Kolvereid __ Do You Yahoo!? Yahoo! Tax Center

Re: Hello again

2002-04-09 Thread John Kolvereid
. John Kolvereid --- David Wheeler [EMAIL PROTECTED] wrote: On 4/9/02 8:24 AM, John Kolvereid [EMAIL PROTECTED] claimed: These are GREAT URLs for installing mod_perl. I wish I would have known about them sooner. Whatever. After reading the DSO section I'm not sure I have