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
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
-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 c
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
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 over
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 mod_per
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 Apache
> involved
> > >
> > > Apache will not build DSO unless you tell it to.
> > >
> > > Your build routine looks fine to me. I do the
> same
> > > except I don't
> > > usually build in mod_ssl, and it works.
> > >
> > >
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, a
till involved
> >
> > Apache will not build DSO unless you tell it to.
> >
> > Your 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 s
> > 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
> of that
> LoadModule/AddModule junk at all in a static server.
&g
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 ha
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 Compil
o.
Your 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
exec/libperl.so
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
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
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
>>--- Per Einar Ellefsen <[EMAIL PROTECTED]>
>>
>>wrote:
>>
>>>>At 00:47 25.03.2002, John Kolvereid wrote:
>>>>
>>>>
>>>>>Hi Per,
>>>>> I get the msg:
>>>>> 'The document conta
.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
> >>
> >>>
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.
>
>
> W
> should try with only mod_perl loaded to see if that
> fixes your problem: if
> it does, it's not mod_perl's fault.
>
I commented out the PHP Load & Add Modules
Upon initialization I got the error log msg:
[notice] Accept mytex: sysvsem (Default: sysvsem)
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.
Chec
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
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
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 loaded. However, I cannot view any
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 loo
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
> 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:
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
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 instruc
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
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.
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 be added to my httpd.conf, otherwise
> mod_perl
> > is not activated.
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
> Add
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
35 matches
Mail list logo