OK, I ran into another problem with configuration MASON for
Apache
I added:
PerlModule HTML::Mason::ApacheHandler
<Location />
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
</Location>
Right before the start of Section 3:
I thought is was OK, but now the configtest dies with:
bash-2.05b$ sudo apachectl configtest
Syntax error on line 986 of /etc/apache/httpd.conf:
Invalid command 'PerlModule', perhaps mis-spelled or defined by a module not
included in the server configuration
bash-2.05b$
Unfortunately I didn't see anything discussing this in the readme's.
I do have mod_perl installed.
I am also having trouble with:
mod_mime_magic
and errors about server-status not being present.
I have no clue about the mod_mime_magic and there doesn't seem to be anything
in Debian to assist me with this one.
I'll figure out the server status problem later.
But what about the PerlModule error, what's up with that one?
Do I have to add something more to the configuration file for this to work?
--
I never pray before meals -- my mom's a good cook.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- Re: Apache Configuration Tom Allison
- Re: Apache Configuration Tom Allison
- Re: Apache Configuration Rob Weir