Return-Path: Delivered-To: apmail-modperl-archive@apache.org Received: (qmail 70964 invoked by uid 500); 6 Dec 2001 14:00:07 -0000 Mailing-List: contact modperl-help@apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list modperl@apache.org Received: (qmail 70934 invoked from network); 6 Dec 2001 14:00:06 -0000 Date: Thu, 6 Dec 2001 16:58:31 +0300 From: "alexis@kubic" X-Mailer: The Bat! (v1.53d) Reply-To: "alexis@kubic" X-Priority: 3 (Normal) Message-ID: <192115493170.20011206165831@kubic.ru> To: modperl@apache.org Subject: have a memory leaking MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello All, I have a problem with configuring Apache from mod_perl. Descriptions of all virtual host i've got from MySQL DB. And in cycle wrote: $VirtualHost{"$row[0]:80"} = { ServerName => "$row[0]", DocumentRoot => "$root/www", ErrorLog => "$root/logs/error_log", CustomLog => "$root/logs/access_log combined", ServerAdmin => 'alexis@kubic.ru', ScriptAlias => { '/cgi-bin/' => "/home/alexis/sd/kuban.com/cgi-bin/", }, AddHandler => { 'cgi-script' => '.cgi', }, Directory => { "$root/www" => { Options => 'ExecCGI', AllowOverride => 'None', Order => 'deny,allow', Deny => 'from all', Allow => 'from 195.161.243.16/255.255.255.240', SetHandler => 'perl-script', PerlHandler => 'SD', PerlSendHeader => 'On', }, "$root/cgi-bin" => { AllowOverride => 'None', Options => 'ExecCGI', SetHandler => 'perl-script', PerlFixupHandler => 'SD::Trans', PerlHandler => 'SD', PerlSendHeader => 'On', }, }, }; And all well (all works!), but when rebooting an apache (apachectl restart) size, occupied by each process, increases (as a rule on 2Mb). Where rake, but? Platform - FreeBSD 4.3-RELEASE Apache/1.3.20 (Unix) mod_perl/1.26 mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.0.6 rus/PL30.5 -- Best regards, alexis mailto:alexis@kubic.ru