Re: Apache::ASP - problem with installing Apache::SSI ::Filter

2000-07-05 Thread Ken Williams

[EMAIL PROTECTED] (Almetaal B.V.) wrote:
I'm trying to install Apache::SSI  Apache::Filter via CPAN, but it fails
[see errors below]. I can remember this problem from another server, but I
forgot the solution

[...]

t/real..Starting http server... Syntax error on line 15 of
/root/.cpan/build/Apache-SSI-2.13/t/httpd.conf:
Invalid command 'TypesConfig', perhaps mis-spelled or defined by a module
not included in the server configuration

'TypesConfig' is defined by mod_mime.  Looks like you don't have the mod_mime
module in there.


  ------
  Ken Williams Last Bastion of Euclidity
  [EMAIL PROTECTED]The Math Forum





Re: Apache::ASP - problem with installing Apache::SSI ::Filter

2000-07-05 Thread Almetaal B.V.

- Original Message -
From: "Ken Williams" [EMAIL PROTECTED]
To: "Almetaal B.V." [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, July 05, 2000 18:11
Subject: Re: Apache::ASP - problem with installing Apache::SSI  ::Filter


 'TypesConfig' is defined by mod_mime.  Looks like you don't have the
mod_mime
 module in there.

LoadModule mime_magic_module  libexec/mod_mime_magic.so
LoadModule mime_modulelibexec/mod_mime.so
AddModule mod_mime_magic.c
AddModule mod_mime.c

This is what I could find in my httpd.conf with 'mime'. Could it been broke
?

--
Wouter de Jong
Advanced IT Services Holland
http://www.aitsh.com
[EMAIL PROTECTED]




Re: Apache::ASP - problem with installing Apache::SSI ::Filter

2000-07-05 Thread Ken Williams

[EMAIL PROTECTED] (Almetaal B.V.) wrote:

- Original Message -
From: "Ken Williams" [EMAIL PROTECTED]
To: "Almetaal B.V." [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, July 05, 2000 18:11
Subject: Re: Apache::ASP - problem with installing Apache::SSI  ::Filter


 'TypesConfig' is defined by mod_mime.  Looks like you don't have the
mod_mime
 module in there.

LoadModule mime_magic_module  libexec/mod_mime_magic.so
LoadModule mime_modulelibexec/mod_mime.so
AddModule mod_mime_magic.c
AddModule mod_mime.c

This is what I could find in my httpd.conf with 'mime'. Could it been broke
?

Apache::Filter reads your httpd.conf and creates a new one, t/httpd.conf, for
'make test'.  Have a look at t/httpd.conf and see whether there's anything
strange in there.  Perhaps it's not getting created correctly - the code to
find your dynamic modules is fairly new, and may have some problems.


  ------
  Ken Williams Last Bastion of Euclidity
  [EMAIL PROTECTED]The Math Forum