Verifique se o arquivo /etc/apache/srm.conf tem a linha:
   AddHandler cgi-script .cgi

Coloque os scripts em /usr/lib/cgi-bin

um exemplo de script para testar (salve como /usr/lib/cgi-bin/teste.cgi):

#!/usr/bin/perl
print "Content-Type: text/plain\n\nTeste de CGI\n";

depois tente acessar no seu browser:
  http://localhost/cgi-bin/teste.cgi

On Sat, Apr 20, 2002 at 04:45:31PM -0300, Bruno J.S wrote:
> como eu adiciono o modulo perl e cgi para rodar no apache no debian..
> 
> Obrigado
> 
>    []' s 
>    Bruno JS
> 
>    °v°     [EMAIL PROTECTED]
>   /(_)\    Debian Linux 
>    ^ ^


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Responder a