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é