Hi,

 

I installed apache 2.0.54 with mod_perl 2.0.1 in a debian 3.1 environment.

 

I installed it with DSO Method.

 

  % perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs

  % make && make test

  % make install

 

I added the directive:

 

LoadModule perl_module modules/mod_perl.so

 

I restarted apache without any error. No error un log files.

 

When I tried to access this test file (test.pl) with IE, IE asked me to download the file test.pl.

 

So I added this in my apache configuration file:

 

AddType application/x-httpd-perl .pl

 

It does not work.

Do you have an idea?

 

Regards

Reply via email to