RE: Is mod_perl installed

[prev] [thread] [next] [Date index for 2005/05/20]

From: cfaust-dougot
Subject: RE: Is mod_perl installed
Date: 00:13 on 20 May 2005
This is a multi-part message in MIME format.

------_=_NextPart_001_01C55CD0.D962B9A8
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Thanks Stas, as always - you da man!!!!!!!
=20
-Chris

________________________________

From: Stas Bekman [mailto:stas@xxxxxx.xxx]
Sent: Thu 5/19/2005 7:18 PM
To: cfaust-dougot
Cc: jay@xxxxxxxx.xxx; mod_perl
Subject: Re: Is mod_perl installed



cfaust-dougot wrote:
> Hey Jay,
>=20
> Yes, all that is true.. the perl.conf is pulled into the httpd.conf =
and
> the first line is loading the mod_perl.so and the file does exist in =
the
> modules directory..
>
> So by that your saying that mp2 is OK even though it doesn't appear =
any
> of those methods to check if its installed or not? I wouldn't think =
the
> existence of the conf and so file would be enough to say everything =
was
> correct.

If it quacks like a duck. if it walks like a duck. it must be a duck.

If you don't see that mod_perl is running, that means that it doesn't.

It might be installed, but if it's not enabled then it's not running.

The easy way to check whether the .conf file is actually loaded is to =
add
some garbage in it. if it's loaded httpd will fail to start.


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@xxxxxx.xxx http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



------_=_NextPart_001_01C55CD0.D962B9A8
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">=0A=
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">=0A=
<HTML>=0A=
<HEAD>=0A=
=0A=
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7226.0">=0A=
<TITLE>Re: Is mod_perl installed</TITLE>=0A=
</HEAD>=0A=
<BODY>=0A=
<DIV id=3DidOWAReplyText93912 dir=3Dltr>=0A=
<DIV dir=3Dltr><FONT face=3DArial color=3D#000000 size=3D2>Thanks Stas, =
as always - you =0A=
da man!!!!!!!</FONT></DIV>=0A=
<DIV dir=3Dltr><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A=
<DIV dir=3Dltr><FONT face=3DArial size=3D2>-Chris</FONT></DIV></DIV>=0A=
<DIV dir=3Dltr><BR>=0A=
<HR tabIndex=3D-1>=0A=
<FONT face=3DTahoma size=3D2><B>From:</B> Stas Bekman =0A=
[mailto:stas@xxxxxx.xxx]<BR><B>Sent:</B>; Thu 5/19/2005 7:18 =
PM<BR><B>To:</B> =0A=
cfaust-dougot<BR><B>Cc:</B> jay@xxxxxxxx.xxx; =
mod_perl<BR><B>Subject:</B> Re: Is =0A=
mod_perl installed<BR></FONT><BR></DIV>=0A=
<DIV>=0A=
<P><FONT size=3D2>cfaust-dougot wrote:<BR>&gt; Hey =
Jay,<BR>&gt;&nbsp;<BR>&gt; Yes, =0A=
all that is true.. the perl.conf is pulled into the httpd.conf =
and<BR>&gt; the =0A=
first line is loading the mod_perl.so and the file does exist in =
the<BR>&gt; =0A=
modules directory..<BR>&gt;<BR>&gt; So by that your saying that mp2 is =
OK even =0A=
though it doesn't appear any<BR>&gt; of those methods to check if its =
installed =0A=
or not? I wouldn't think the<BR>&gt; existence of the conf and so file =
would be =0A=
enough to say everything was<BR>&gt; correct.<BR><BR>If it quacks like a =
duck. =0A=
if it walks like a duck. it must be a duck.<BR><BR>If you don't see that =0A=
mod_perl is running, that means that it doesn't.<BR><BR>It might be =
installed, =0A=
but if it's not enabled then it's not running.<BR><BR>The easy way to =
check =0A=
whether the .conf file is actually loaded is to add<BR>some garbage in =
it. if =0A=
it's loaded httpd will fail to =0A=
start.<BR><BR><BR>--<BR>_________________________________________________=
_________________<BR>Stas =0A=
Bekman&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
JAm_pH =0A=
------&gt; Just Another mod_perl Hacker<BR><A =0A=
href=3D"http://stason.org/">http://stason.org/</A>&nbsp;&nbsp;&nbsp;&nbsp=
; =0A=
mod_perl Guide ---&gt; <A =0A=
href=3D"http://perl.apache.org">http://perl.apache.org</A><BR><A =0A=
href=3D"mailto:stas@xxxxxx.xxx">mailto:stas@xxxxxx.xxx</A>; <A =0A=
href=3D"http://use.perl.org">http://use.perl.org</A>; <A =0A=
href=3D"http://apacheweek.com">http://apacheweek.com</A><BR><A =0A=
href=3D"http://modperlbook.org">http://modperlbook.org</A>; <A =0A=
href=3D"http://apache.org">http://apache.org</A>&nbsp;&nbsp; <A =0A=
href=3D"http://ticketmaster.com">http://ticketmaster.com</A><BR></FONT></=
P></DIV>=0A=
=0A=
</BODY>=0A=
</HTML>
------_=_NextPart_001_01C55CD0.D962B9A8--

Is mod_perl installed
cfaust-dougot 18:49 on 19 May 2005

Re: Is mod_perl installed
Perrin Harkins 21:06 on 19 May 2005

Re: Is mod_perl installed
Jay Scherrer 21:17 on 19 May 2005

RE: Is mod_perl installed
cfaust-dougot 21:29 on 19 May 2005

Re: Is mod_perl installed
Stas Bekman 23:18 on 19 May 2005

RE: Is mod_perl installed
cfaust-dougot 00:13 on 20 May 2005

RE: Is mod_perl installed
cfaust-dougot 09:58 on 20 May 2005

Re: Is mod_perl installed
Philip M. Golllucci 23:27 on 20 May 2005

Generated at 15:53 on 25 May 2005 by mariachi v0.52