Thanks .. I typed this:
[root admin]# perl
use Apache::ASP;
print "Hello World\n";
then pressed Ctrl-D, and it output:
Hello World
[root admin]#
So, I assuming that means it's working.
When I type lwp-request command, I get this:
Connection: close
Date: Wed, 13 Sep 2000 19:11:26 GMT
Accept-Ranges: bytes
Server: Apache/1.3.12 Cobalt (Unix) mod_ssl/2.6.4 OpenSSL/0.9.5a
PHP/4.0.1pl2 mo
d_auth_pam/1.0a FrontPage/4.0.4.3 mod_perl/1.24
Which I believe means that mod_perl 1.24 is installed.
So by that rational, can someone on our server now program with mod_perl and
Apache::ASP??
-----Original Message-----
From: Jerrad Pierce [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 13, 2000 2:56 PM
To: Jason Ables; [EMAIL PROTECTED]
Subject: RE: How can I tell if Apache::ASP is available?
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]$
>