> This is the output of my httpd -l command .. how can I tell if Apache::ASP
> is available?

you can't from http -l. Apache::ASP is not an apache module but a perl
module.  try 'perldoc Apache::ASP' if you see the documentation then
Apache::ASP was properly installed.

another thing, you will not be able to run microsoft asp implementation on
Apache::ASP.  as of the moment it just gives an easy way of embedding perl
code directly into html so that you can still use your favorite html
editor without it mangling your perl code.

if your purpose in installing Apache::ASP is to run real microsoft asp
pages, then your going the wrong direction.  only NT/2000 with IIS will be
able to serve asp pages.

> 
> 
> [admin admin]$ httpd -l
> bash: httpd: command not found
> [admin admin]$ /usr/sbin/httpd -l
> Compiled-in modules:
>   http_core.c
>   mod_so.c
>   mod_perl.c
> suexec: disabled; invalid wrapper /usr/sbin/suexec
> [admin admin]$
> 
> 

Mike

Reply via email to