Jeff Waugh wrote:
> apache-mod-perl? You have two options: apache-perl, which is the statically
> linked apache and perl, and libapache-mod-perl, which is the mod_perl dso
> that apache will load to do the same thing.
>
>
>>( I have tried apache + libapache-mod-perl but that does not work)
>
>
> What went wrong with libapache-mod-perl?
OK I have on at present apache + libapache-mod-perl
and I have atest file /test/index
#!/usr/bin/perl
print qq{Content-type: text/html
<h1>ASF-KID Test</h1>
ASF-KID
<P>
This test indicates that mod_perl is working.
};
When I click on test/ the browser wants to save index and not run it =
mod_perl aint working yet.
In http.conf I have uncommented:
LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so
and mod_perl.so is in there.
also ....
# If the perl module is installed, this will be enabled.
<IfModule mod_perl.c>
Alias /perl/ /var/www/perl/
<Location /perl>
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
</Location>
</IfModule>
There is NO /var/www/perl directory
> Annoying question: Why do you want to use testing instead of woody?
On a virtual server I am using stable as its important. Its running
apache-perl (static linked in) and working fine. I want to get it
running on my laptop too but here I am running testing. TiPBook so
testing gives me more :-)
Mike
--
Mike Lake
Caver, Linux enthusiast and interested in anything technical.
UTS CRICOS Provider Code: 00099F
DISCLAIMER
========================================================================
This email message and any accompanying attachments may contain
confidential information. If you are not the intended recipient, do not
read, use, disseminate, distribute or copy this message or attachments.
If you have received this message in error, please notify the sender
immediately and delete this message. Any views expressed in this message
are those of the individual sender, except where the sender expressly,
and with authority, states them to be the views the University of
Technology Sydney. Before opening any attachments, please check them for
viruses and defects.
========================================================================
--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug