prompt# perl
use Apache::ASP;
print "Hello World\n";
^D
If you get no errors it's there
>-----Original Message-----
>From: Jason [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, September 13, 2000 2:28 PM
>To: [EMAIL PROTECTED]
>Subject: How can I tell if Apache::ASP is available?
>
>
>This is the output of my httpd -l command .. how can I tell if
>Apache::ASP
>is available?
>
>
>[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]$
>