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
AddModule mod_perl.c Get rid of your old conf file. You don't want any of that LoadModule/AddModule junk at all in a static server. That's DSO-only. (Anyone know if mod_ssl somehow forces you to use DSO?) However, when I try to browse my hello.pl file (from Apache Modules w

Re: AddModule mod_perl.c

2002-03-30 Thread Per Einar Ellefsen
the same except I don't usually build in mod_ssl, and it works. After I install the apache server I check the httpd.conf. In it are 2 key lines: LoadModule perl_module libexec/libperl.so AddModule mod_perl.c Get rid of your old conf file. You don't want any

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
. In it are 2 key lines: LoadModule perl_module libexec/libperl.so AddModule mod_perl.c Get rid of your old conf file. You don't want any of that LoadModule/AddModule junk at all in a static server. That's DSO-only. (Anyone know if mod_ssl somehow forces

Re: AddModule mod_perl.c

2002-03-27 Thread John Kolvereid
: '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 information in it. When I get this msg the error log has

Re: AddModule mod_perl.c

2002-03-27 Thread Stas Bekman
, 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 information in it. When I get this msg the error log

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
AddModule mod_perl.c If I leave them alone the when I try to bring up any web page from the server on a browser I get the msg (in a stand alone window): 'The document contained no data' and nothing appears on my browser. However the error_log indicates that mod_perl is indeed installed. When I

Re: AddModule mod_perl.c

2002-03-27 Thread Perrin Harkins
build routine looks fine to me. I do the same except I don't usually build in mod_ssl, and it works. After I install the apache server I check the httpd.conf. In it are 2 key lines: LoadModule perl_module libexec/libperl.so AddModule mod_perl.c Get rid of your old conf file

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

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

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

AddModule mod_perl.c

2002-03-23 Thread John Kolvereid
Hi, I am trying to install/configure mod_perl. I think it is installed but not quite sure. 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. Yet when I include the line and try to load any page

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
do I know if mod_perl is installed?) 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