3Com V7122 User Manual page 474

Hide thumbs Also See for V7122:
Table of Contents

Advertisement

Configure the Apache sever:
4
Open etc/httpd/conf/httpd.conf (or a similar file) for editing
Set the KeepAlive parameter to true
Set the MaxKeepAliveRequests parameter to 0 (enables an unlimited number of
requests during a persistent connection – required for multiple consecutive HTTP
POST requests for uploading the file).
Set MaxClients to 250
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
474
V7122 GatewayUser Guide

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the V7122 and is the answer not in the manual?

Questions and answers

Table of Contents