I post bug in apache. It`s wrong and need bee here.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574460

Content:

Please add new config file /etc/apache2/mods-available/perl.conf by default:

<IfModule perl_module>
#
# Allow perl status reports generated by Apache2::Status from mod_perl,
# with the URL of http://servername/perl-status
# Uncomment and change the "192.168.0.0/24" to allow access from other
hosts.
#
<Location /perl-status>
    SetHandler    perl-script
    PerlHandler   +Apache2::Status
    Order         deny,allow
    Deny from     all
    Allow from    127.0.0.1 ::1
#   Allow from    192.168.0.0/24
</Location>
</IfModule>

I think this config need merge with previos offer like in attache.
-- 

         Roman V. Nikolaev

mail:        [email protected]
icq:         198-364-657
jabber:      [email protected]
site:        http://www.rshadow.ru
<IfModule perl_module>
#
# Allow perl status reports generated by Apache2::Status from mod_perl,
# with the URL of http://servername/perl-status
# Uncomment and change the "192.168.0.0/24" to allow access from other hosts.
#
<Location /perl-status>
    SetHandler                  perl-script
    PerlHandler                 +Apache2::Status
    Order                       deny,allow
    Deny from                   all
    Allow from                  127.0.0.1 ::1
#   Allow from                  192.168.0.0/24
</Location>

#
# Allow perl scripts run under mod_perl
#
<Files ~ "\.pl$">
    SetHandler                  perl-script
    PerlResponseHandler ModPerl::PerlRun
    Options                     +ExecCGI
    PerlSendHeader              On
</Files>
</IfModule>

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to