Hello,
je suis en train de me battre pour installer asp sur mon serveur apache (pas eut le choix) sous Suse 10.
Ma config :
# rpm -qa | grep apache2
apache2-prefork-2.0.54-10
apache2-2.0.54-10
apache2-mod_perl-2.0.1-4
apache2-mod_php4-4.4.0-6
--------------------------------------------------------------------
CPAN :
cpan> install Bundle::Apache::ASP
MLDBM is up to date.
Digest::MD5 is up to date.
MLDBM::Sync is up to date.
Apache::ASP is up to date.
--------------------------------------------------------------------
httpd.conf ----------------------------------------------------
--------------------------------------------------------------------
# Si le module Perl est operationnel :
<IfModule mod_perl.c>
Alias /perl/ /srv/www/htdocs/perl/
<Location /perl>
(…)