Jeff Trawick wrote:
>
> >    /etc/apache2/2.2/conf.d/python.conf
> 
> Does python.conf automatically load mod_python? It is sometimes nice 
> that features are auto-enabled, but because of all the stuff loaded into 
> Apache already, it has a huge vsize which in combination with the 
> default prefork MPM means that a lot of swap space is required.

In general the approach is we want 'pkg install module-foo' to make
module (or extension)-foo "Just Work" without requiring the user to
jump through more hoops, at least for some level of basic
functionality.  (There may always be some exceptions if there are
drawbacks in some particular case which overwhelm the benefit of the
Just-Work-ingness, but as a general rule of thumb.)

The assumption is that if a user goes to the trouble of installing a
given optional package, it is because they want to use it, so it
should just work. 

(Of course, this only works for packages which are indeed optional and
won't get installed unless the user specifically takes the action of
installing them. )


-- 
Jyri J. Virkki - jyri.virkki at sun.com - Sun Microsystems

Reply via email to