You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Kaushal Shriyan <ka...@gmail.com> on 2008/02/20 16:06:29 UTC

mod_perl

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

Posted by Kaushal Shriyan <ka...@gmail.com>.
On Feb 20, 2008 8:54 PM, André Warnier <aw...@ice-sa.com> 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é
>
>

Thanks Andre :-)

Appreciate it

Thanks and Regards

Kaushal

Re: mod_perl

Posted by André Warnier <aw...@ice-sa.com>.

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é