Re: too many files open

2001-12-03 Thread Marius Feraru
$w = $stdW; } else { $w = $w/($h/$stdH); $h = $stdH; } return int($w), int($h); } - -- Marius Feraru http://altblue.n0i.net/ "its easy to stop using Perl: I do it

Re: Vhosts + mod_perl

2001-12-02 Thread Marius Feraru
st * ServerName www.foo.com ... specifying '*' as the argument of NameVirtualHost it's a new feature as of Apache version 1.3.13. It's quite tricky to use it in complex configuration (multiple listening ports/ip addresses) but it is really very