Yes, it's not obvious that you need to enable the module after installing it. Why doesn't the installer enable it automatically?
-----Original Message----- From: Colin Wetherbee [mailto:[EMAIL PROTECTED] Sent: Thursday, 10 July 2008 12:52 PM To: Mark Hedges Cc: Paul Cameron; modperl@perl.apache.org Subject: Re: Apache2::Request undefined symbol Mark Hedges wrote: > That's a normal thing. All installed modules put their config into > mods-available. Then you use `a2enmod` to manage those symlinks and > turn them on or off in mods-enabled. +1 I believe all Debian-based distributions have done this with Apache 2 for a few years now. It scared me quite nicely when I upgraded the first time they did this (on Debian "unstable", I believe) and found none of my modules were enabled anymore and my Apache configuration had been overwritten. :) Colin