mod_perl Developer's Cookbook

2003-02-27 Thread Gazi, Nasser (London)
A question about "mod_perl Developer's Cookbook" by Young, Lindner and
Kobes:

Is this book still relevant and worth buying for mod_perl2 ? (I'm about to
dive into web development using Apache/mod_perl and intend to go straight to
mp2).

Thanks,
NG



RE: Upgrading to perl 5.8.0 (newbie question)

2003-02-24 Thread Gazi, Nasser (London)
>> Hi,
>>
>> mod_perl 1.27 is the latest stable version of mod_perl 1. You're fine.
>>
>> Regards,
>> Sven.
>>
>> Am Mon, 2003-02-24 um 12.24 schrieb Gazi, Nasser (London):
>> > Hi,
>> >
>> > I have a server which has the following pre-installed on it:
>> >   Apache/1.3.27
>> >   mod_perl/1.27
>> >   Perl/5.6.1
>> >
>> > If I upgrade to Perl/5.8.0 will I have to upgrade mod_perl to a 
>> > newer version as well?
>
>
>You'll have to rebuild it after the new perl is installed though.
>
>http://perl.apache.org/docs/1.0/guide/install.html#Should_I_Rebuild_mod_per
l_if_I_have_Upgraded_Perl_
>
>dave

Thanks. I should go and read the docs! (typical newbie...)






Upgrading to perl 5.8.0 (newbie question)

2003-02-24 Thread Gazi, Nasser (London)
Hi,

I have a server which has the following pre-installed on it:
  Apache/1.3.27
  mod_perl/1.27
  Perl/5.6.1

If I upgrade to Perl/5.8.0 will I have to upgrade mod_perl to a newer
version as well?

Thanks,
NG



How to find out if mod_perl is running

2003-02-17 Thread Gazi, Nasser (London)
I have a very simple question (please excuse me if it is too simple).

I need to find out if of one of my Linux servers is running mod_perl, and if
so, which version it is running. Any suggestions as to how I can do this?

Thanks,
NG