[Pluto-help] Problema con Perl sotto Apache

Albrix r.apache a cpsinformatica.it
Lun 7 Ott 2002 18:17:16 CEST


Buonasera,
ho il seguente file: lett.asp
contenente queste 4 banali righe di codice...
#*******************************************
<%
  #!/usr/bin/perl
%>
<HTML>
<HEAD>
<TITLE>PROVE.IT</TITLE>
</HEAD>
<table>
<tr><td>
Test Perl Script!!!
<%
print "Il Perl Funziona!!!!!";
%>
</td></tr>
</table>
</HTML>
#*******************************************

PROBLEMA: ...caricando "http://www.testpro.it/lett.asp"
Il Browser.. NON riconosce il perl ed il risultato.. sul
browser è naturalmente il seguente:

"Test Perl Script!!!"

invece di:

"Test Perl Script!!!"
"Il Perl Funziona!!!!!"


ho installato le seguenti VERSIONI di Software..:

LINUX:  redhat-release-7.2

APACHE: apache-1.3.26

PERL: perl-5.6.1


QUALCUNO MI SA DARE UNA MANO???

ECCO QUI L'ELENCO DELLE MIE CONFIGURAZIONI::::


IL File .htaccess è configurato come segue:

***************************************************************************
# Note this file was used for Apache 1.3.0
#  Please see the readme, for what exactly the config variables do.

PerlSetVar StateDir  /tmp/testpro.it

PerlSetVar StatINC 0
#PerlSetVar StatINCMatch zzz
#PerlSetVar UseStrict 1
PerlSetVar UniquePackages 1
PerlSetVar NoState 0
#PerlSetVar DynamicIncludes 1

# .asp files for Session state enabled
<Files ~ (\.asp|\.htm|\.html)>
 SetHandler perl-script
 PerlHandler Apache::ASP
 PerlSetVar Global  .
 PerlSetVar Debug  2
 PerlSetVar CookiePath  /
</Files>

AddLanguage en .en
AddLanguage it .it
LanguagePriority  en it

***************************************************************************
mentre le righe specificate rif. al mio sito specificate nell'httpd.conf
sono le seguenti:

# Virtual host www.siberpro.it
<VirtualHost 192.168.0.7>
  DocumentRoot /var/www/siberpro.it/html/
  ServerAdmin root
  ServerName www.siberpro.it
        ServerAlias siberpro
 <Directory /var/www/siberpro.it/html>
      Options ExecCGI
      AllowOverride all
      #AllowOverride None
      Allow from from all
     Order allow,deny
 </Directory>
<Directory "/var/www/siberpro.it/html/dbr">
      Options ExecCGI
      AllowOverride all
      #AllowOverride None
      Allow from from all
     Order allow,deny
</Directory>
<Directory "/var/www/siberpro.it/html/develop">
      Options ExecCGI
      AllowOverride all
      #AllowOverride None
      Allow from from all
     Order allow,deny
</Directory>

</VirtualHost>


E' tutto..

Ciao A.R.

p.s.
volevo precisare che il perl utilizzato nella cgi-bin.. non mi da
nessunproblema, solamente che mi serve funzioni anche sotto
/var/www/siberpro.it/html/






More information about the pluto-help mailing list