User`s manual

H.323 User's Manual G. Installation and Configuration of Apache HTTP Server
Version 5.0 423 December 2006
d. Set MaxClients to 250
e. Change the mod_perl module lines to:
<IfModule mod_perl.c>
Alias /perl/ /var/www/perl/
<Directory /var/www/perl>
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
PerlSendHeader On
</Directory>
</IfModule>
Script PUT /perl/put.cgi