On Tue, Jul 17, 2001 at 09:42:00PM +0200, Gerald Richter wrote:
> > mod_perl as a DSO; can someone point me in the right direction to get the
> > other modules loaded or what I didn't do that I needed to do to make the
> > active?
> > 
> 
> Put a
> 
> PerlModule Apache::Cookie
> PerlModule Apache::Registry
> 
> etc.
> 
> in your httpd.conf

or, use the "+" shortcut --

        PerlHandler +HTML::Mason::ApacheHandler

(note the prefixed "+") same as

        PerlModule HTML::Mason::ApacheHandler
        PerlHandler HTML::Mason::ApacheHandler

-- 
I'd concentrate on "living in the now" because it is fun
and on building a better world because it is possible.
        - Tod Steward

[EMAIL PROTECTED]
http://sourceforge.net/projects/newbiedoc -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!

Reply via email to