RE: AddModule mod_perl.c

2002-04-03 Thread Ian
-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 that mod_perl, as CGI, won't handle ordinary HTML. But I did learn later that mod_perl and PHP cannot

RE: AddModule mod_perl.c

2002-04-03 Thread John Kolvereid
Hi Ian, Thanks for the encouragement. I wasn't sure if it was worth the pursuit. Now that I know it is possible I'll certainly trudge forth. I had looked at the site you mentioned, ApacheToolbox, and tried to follow their setup suggestions. They didn't work but maybe I missed something. I

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

Re: AddModule mod_perl.c

2002-03-31 Thread Per Einar Ellefsen
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 configurations: Great! My home page loads into the browser and when I try to link to a .pl page in /perl/ where SetHandler perl-script PerlHandle

Re: AddModule mod_perl.c

2002-03-31 Thread John Kolvereid
Hi Per, I realized right after I sent the note that mod_perl, as CGI, won't handle ordinary HTML. But I did learn later that mod_perl and PHP cannot co-exist at present. I'm not sure but I think there is a small glitch which can easily be overcome by someone responsible for the PHP OR

Proxy servers (was Re: AddModule mod_perl.c)

2002-03-31 Thread Per Einar Ellefsen
At 15:08 31.03.2002, John Kolvereid wrote: Hi Per, I realized right after I sent the note that mod_perl, as CGI, won't handle ordinary HTML. But I did learn later that mod_perl and PHP cannot co-exist at present. I'm not sure but I think there is a small glitch which can easily be overcome

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

2002-03-31 Thread John Kolvereid
Hi Per (and Happy Easter), I have no idea where the bug is, I just know that when I load both services (mod_perl and PHP) everything installs properly according to the error_log w/ the single exception of: [notice]Accept mutex: sysvsem (Default: sysvsem) Then whenever I try to load any page in

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

Re: AddModule mod_perl.c

2002-03-30 Thread Per Einar Ellefsen
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 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

Re: AddModule mod_perl.c

2002-03-30 Thread Ged Haywood
Hi all, On Sat, 30 Mar 2002, Per Einar Ellefsen wrote: It just doesn't work w/ mod_perl. I am stumped and am probably going to give up shortly - thank anyways. That's because you haven't compiled it statically. Try starting with a clean build: only mod_perl, build it statically, add

Re: AddModule mod_perl.c

2002-03-30 Thread John Kolvereid
Hi Per, I did get my Apache to work w/ mod_perl only by using the following configurations: mod_perl-1.26 perl Makefile.PL \ USE_APXS=1 \ WITH_APXS=/usr/local/apache/bin/apxs \ EVERYTHING=1 apache_1.3.23 configure \ --enable-module=info \

Re: AddModule mod_perl.c

2002-03-27 Thread John Kolvereid
Hi Stas, I did peruse the SUPPORT file. As far as I can tell I have tried everything there. Honestly, I have no idea what to try next. The configuration problem seems to have stopped me dead in my tracks for using mod_perl. Meanwhile, I am resorting to plain CGI-perl. At least that has

Re: AddModule mod_perl.c

2002-03-27 Thread Stas Bekman
John Kolvereid wrote: Hi Stas, I did peruse the SUPPORT file. As far as I can tell I have tried everything there. Honestly, I have no idea what to try next. The configuration problem seems to have stopped me dead in my tracks for using mod_perl. Meanwhile, I am resorting to plain

Re: AddModule mod_perl.c

2002-03-27 Thread Perrin Harkins
Stas Bekman wrote: Arh, I mean to use the hints how to get the core dump backtrace. Hang on, this guy is just trying to do an install. He shouldn't need to troubleshoot at that low a level. John, who built this server and why is it DSO? If you have control of this system, I would recommend

Re: AddModule mod_perl.c

2002-03-27 Thread Ged Haywood
Hi Perrin, On Wed, 27 Mar 2002, Perrin Harkins wrote: Stas Bekman wrote: Arh, I mean to use the hints how to get the core dump backtrace. Hang on, this guy is just trying to do an install. He shouldn't need to troubleshoot at that low a level. Quite right Perrin, but I'm afraid we're

Re: AddModule mod_perl.c

2002-03-27 Thread John Kolvereid
Hi Perrin, Ged and Stas, Thanks for responding to my problem. Fact is I am the administrator of our server which has an Apache web server w/ ssl and php. I am also the programmer writing CGI perl scripts which interact w/ Oracle and mySQL on our web site. I thought it would reduce the

Re: AddModule mod_perl.c

2002-03-27 Thread Perrin Harkins
Sorry you're having so much trouble with the install. It goes pretty smoothly for most people, but you are complicating things a bit by putting PHP and SSL in the mix on your first try. Perrin, I have no idea if DSO is still involved Apache will not build DSO unless you tell it to. Your

Re: AddModule mod_perl.c

2002-03-27 Thread jon schatz
On Thu, 2002-03-28 at 00:00, Perrin Harkins wrote: I'm afraid I'm not that much help with install problems because I just haven't had any of my own to deal with. You can try using Apache Toolbox to do the build. It's supposed to make this stuff easier. also check this out (Apache Compile

Re: AddModule mod_perl.c

2002-03-27 Thread ___cliff rayman___
Perrin Harkins wrote: (Anyone know if mod_ssl somehow forces you to use DSO?) it doesn't force you to use DSO. i recently built a new server set-up using mod_proxy/mod_ssl on the front end, and two different back ends, one with mod_perl, and the other with mod_php. the server is set-up to

Re: AddModule mod_perl.c

2002-03-25 Thread Per Einar Ellefsen
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 page appears. Check your error log. It might have interesting

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-25 Thread Stas Bekman
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: '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

Re: AddModule mod_perl.c

2002-03-24 Thread Ged Haywood
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 the Guide, we have obviously failed you. 73, Ged.

Re: AddModule mod_perl.c

2002-03-24 Thread John Kolvereid
Unbelievable - Not only cannot I install and configure mod_perl, I can't even load the guide. I downloaded Apache-mod_perl_guide-1.31 and untarred it. Then like the instructions dictate I entered perl Makefile.PL - ran ok make install The last instruction choked because it couldn't exec

Re: AddModule mod_perl.c

2002-03-24 Thread Stas Bekman
John Kolvereid wrote: Unbelievable - Not only cannot I install and configure mod_perl, I can't even load the guide. I downloaded Apache-mod_perl_guide-1.31 and untarred it. Then like the instructions dictate I entered perl Makefile.PL - ran ok make install The last instruction

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

Re: AddModule mod_perl.c

2002-03-24 Thread Richard Dice
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. This is a module, available off of CPAN:

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 is

Re: AddModule mod_perl.c

2002-03-24 Thread Dan Riley
Ged Haywood [EMAIL PROTECTED] writes: According to the mod_perl Reference Guide the line AddModule mod_perl.c should be added to my httpd.conf, otherwise mod_perl is not activated. I think you'd better have a more careful look at that Guide. You only need that in your config if

Re: AddModule mod_perl.c

2002-03-24 Thread Per Einar Ellefsen
At 23:31 24.03.2002, John Kolvereid wrote: Hi Dan, You are correct when you refer to 'this somewhat convoluted load/clear/add' My httpd.conf has LoadModule perl_module libexec/libperl.so AddModule mod_perl.c When I leave alone and check the error_log, Apache AND mod_perl are

Re: AddModule mod_perl.c

2002-03-24 Thread John Kolvereid
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 page appears. I am including my httpd for any advise: relevant portions of httpd.conf

Re: AddModule mod_perl.c

2002-03-23 Thread Ged Haywood
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 do I know if mod_perl is installed?) According to the mod_perl Reference Guide the line AddModule mod_perl.c should

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