AudioCodes Mediant TP-1610 H.323 Manual do Utilizador Página 395

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 404
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 394
SIP User's Manual J. Installation and Configuration of Apache HTTP Server
Version 5.0 395 October 2006
4. Configure the Apache sever:
a. Open etc/httpd/conf/httpd.conf (or a similar file) for editing
b. Set the KeepAlive parameter to true
c. 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).
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
Vista de página 394
1 2 ... 390 391 392 393 394 395 396 397 398 399 400 ... 403 404

Comentários a estes Manuais

Sem comentários