mod_perl

mod_perl

am 20.02.2008 16:06:29 von Kaushal Shriyan

hi

I am running apache2 and have installed libapache2-mod-perl2 on Ubuntu 7.04

$dpkg -l | grep apache2
ii apache2 2.2.3-3.2ubuntu2.1
Next generation, scalable, extendable web server


$ dpkg -l | grep libapache2
ii libapache2-mod-perl2 2.0.2-2.3ubuntu1
Integration of perl with the Apache2 web server

How can i verify whether my apache2 has mod_perl support into it

Thanks and Regards

Kaushal

Re: mod_perl

am 20.02.2008 16:24:26 von aw

Kaushal Shriyan wrote:
> hi
>
> I am running apache2 and have installed libapache2-mod-perl2 on Ubuntu 7.04
>
[...]
> How can i verify whether my apache2 has mod_perl support into it

Restart your Apache server, then look in it's "error.log" file
(/var/log/apache2/error.log ?)
It should have a line like this (one line) :

[Fri Feb 15 03:36:57 2008] [notice] Apache/2.2.3 (Debian) DAV/2
mod_jk/1.2.18 PHP/4.4.4-8+etch4 mod_ssl/2.2.3 OpenSSL/0.9.8c
mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations

If you see "mod_perl" in it, then you have it.
If not, you may still have it, but maybe it is not loaded in your Apache
configuration.

André

Re: mod_perl

am 20.02.2008 16:28:45 von Kaushal Shriyan

On Feb 20, 2008 8:54 PM, Andr=E9 Warnier wrote:
>
>
> Kaushal Shriyan wrote:
> > hi
> >
> > I am running apache2 and have installed libapache2-mod-perl2 on Ubuntu =
7.04
> >
> [...]
> > How can i verify whether my apache2 has mod_perl support into it
>
> Restart your Apache server, then look in it's "error.log" file
> (/var/log/apache2/error.log ?)
> It should have a line like this (one line) :
>
> [Fri Feb 15 03:36:57 2008] [notice] Apache/2.2.3 (Debian) DAV/2
> mod_jk/1.2.18 PHP/4.4.4-8+etch4 mod_ssl/2.2.3 OpenSSL/0.9.8c
> mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations
>
> If you see "mod_perl" in it, then you have it.
> If not, you may still have it, but maybe it is not loaded in your Apache
> configuration.
>
> Andr=E9
>
>

Thanks Andre :-)

Appreciate it

Thanks and Regards

Kaushal