Perl support turned off?

yurix

Verified User
Joined
Mar 10, 2008
Messages
16
Location
Ukraine
Hi.

I have directadmin installed on debian with perl support. Perl pages display just the script, like

Code:
#!/usr/bin/perl -w

#**********************************************************************************************************************************
#   ATTENTION: THIS FILE HEADER MUST REMAIN INTACT. DO NOT DELETE OR MODIFY THIS FILE HEADER.
#
#   Name: uu_upload.pl
and so on....

Someone has told me that perl support might be turned of in the DA, but I can't find that contol anywhere...

Help, please!
 
Code:
cd /usr/local/directadmin/custombuild
./build mod_perl
 
Wow, that was fast, thanks!

Acutally, last time I did that, it screwed up my httpd.conf, so httpd wouldn't start with messages like "unable to load modphp5.so -- undefined symbol something_something"

Do you know what I'm talking about? It won't happen?
 
It has nothing related to PHP :) You can use "./build rewrite_confs" in case you have a problem.
 
Hi.

I have directadmin installed on debian with perl support. Perl pages display just the script, like

Code:
#!/usr/bin/perl -w

#**********************************************************************************************************************************
#   ATTENTION: THIS FILE HEADER MUST REMAIN INTACT. DO NOT DELETE OR MODIFY THIS FILE HEADER.
#
#   Name: uu_upload.pl
and so on....

Someone has told me that perl support might be turned of in the DA, but I can't find that contol anywhere...

Help, please!

You have to add the .pl extension like AddHandler cgi-script .cgi .pl

By default .pl is not included in the apache install. It has nothing to do with DirectAdmin.
 
Back
Top