Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 12919 invoked from network); 20 Feb 2008 15:29:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2008 15:29:21 -0000 Received: (qmail 26810 invoked by uid 500); 20 Feb 2008 15:29:11 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 26626 invoked by uid 500); 20 Feb 2008 15:29:11 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 26615 invoked by uid 99); 20 Feb 2008 15:29:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 07:29:11 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kaushalshriyan@gmail.com designates 209.85.162.182 as permitted sender) Received: from [209.85.162.182] (HELO el-out-1112.google.com) (209.85.162.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 15:28:25 +0000 Received: by el-out-1112.google.com with SMTP id p32so1360579elf.16 for ; Wed, 20 Feb 2008 07:28:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ayKqSQVcIZczWEJuU11GObiNwCWzF0pBirc7ag/050c=; b=lT/ra2Zf+RyKvU+SQUQ56cC0jLOIbUBIJadmK+zk8ojJrq5T8m/ql/S7VyaL6RrJtlryiMUiXJ1mqQzK6iNO2C7Og1/+z0mnAWlhxTj4JGp0NHFiE3efmoCbY+CZ+J/9m2XJ2GxAlsbQzBt+36LdFPjxUVxlGDWF6rNplEwwoBc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gc/hH4JercHDoeUS8p+Wifm78kUAXSKjQEoxFVyXuTKvsudxc14ho5DHrCKszxFiYS6AtzbSNIC16shSk9GZ2WQLx1nu3926Cx8AxDT1LYr7ZVkJxwo+5NgB3kweEvBx+3Q6I2Sn5G3XAUm3ag47aR939ejoxMRGZHaJS98yz9o= Received: by 10.114.58.1 with SMTP id g1mr8354842waa.91.1203521325228; Wed, 20 Feb 2008 07:28:45 -0800 (PST) Received: by 10.114.123.16 with HTTP; Wed, 20 Feb 2008 07:28:45 -0800 (PST) Message-ID: <6b16fb4c0802200728jb237d3fne1a8a1d4d2ed46b9@mail.gmail.com> Date: Wed, 20 Feb 2008 20:58:45 +0530 From: "Kaushal Shriyan" To: "=?ISO-8859-1?Q?Andr=E9_Warnier?=" Subject: Re: mod_perl Cc: modperl@perl.apache.org In-Reply-To: <47BC462A.8040409@ice-sa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6b16fb4c0802200706w11dc8b1eg92d11db478093c59@mail.gmail.com> <47BC462A.8040409@ice-sa.com> X-Virus-Checked: Checked by ClamAV on apache.org 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