mod_perl
Derek Broughton
news at pointerstop.ca
Wed Feb 20 15:35:37 UTC 2008
Kaushal Shriyan wrote:
> 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
There should be a symlink from /etc/apache2/mods-enabled/perl.load to the
same file in ../mods-available/.
Then, iirc, http://localhost/status (or whatever your hostname is) should
give you either real information about your system or (if /status is not
enabled), a 404 error where the last line will show something like:
Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod-xslt/1.3.9 mod_apreq2-20051231/2.6.0
mod_perl/2.0.2 Perl/v5.8.8 Server at localhost Port 80
--
derek
More information about the ubuntu-users
mailing list