Retourner au contenu associé (dépêche : Sortie de mod_perl 2.0.0)
Posté par tontonflingueur le 25 mai 2005 à 11:10. En réponse à la dépêche Sortie de mod_perl 2.0.0. Évalué à 7.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: adapter les scripts
Posté par tontonflingueur . En réponse à la dépêche Sortie de mod_perl 2.0.0. Évalué à 7.
> User Contributed Perl Documentation Apache::Registry(3)
>
>
>
> NAME
> Apache::Registry - Run unaltered CGI scrips under mod_perl
>
>SYNOPSIS
> #in httpd.conf
>
> Alias /perl/ /perl/apache/scripts/ #optional
> PerlModule Apache::Registry
>
> <Location /perl>
> SetHandler perl-script
> PerlHandler Apache::Registry
> Options ExecCGI
>