Grant wrote:
>Does anyone know how to find out which version of mod_perl I'm
>actually running? I upgraded to the latest masked mod_perl to try to
>get rid of my apache2 segfaults, but the emerge didn't install
>mod_perl.so to the right location and I copied it over manually. I
>opened a bug about it here:
>
>http://bugs.gentoo.org/show_bug.cgi?id=92308
>
>Unfortunately the segfaults have persisted and I'd like to make sure
>I'm actually running that latest mod_perl before I look into other
>causes.
>
>- Grant
>
>
>
Try editing your httpd.conf file and adding the following
LoadModule info_module modules/mod_info.so
LoadModule status_module modules/mod_status.so
<Location /server-info>
SetHandler server-info
Order deny,allow
Deny from none
Allow from all
</Location>
Restart apache and open the URL http://localhost/server-info
Craig
--
[email protected] mailing list