Bug#419952: Add perl-status
    Roman V. Nikolaev 
    rshadow at rambler.ru
       
    Thu Mar 18 14:04:09 UTC 2010
    
    
  
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:        rshadow at rambler.ru
icq:         198-364-657
jabber:      rshadow at jabber.org
site:        http://www.rshadow.ru
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: perl.conf
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20100318/45bcfa58/attachment.txt>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20100318/45bcfa58/attachment.pgp>
    
    
More information about the pkg-perl-maintainers
mailing list