AudioCodes MP-1FXO Instrukcja Użytkownika Strona 385

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 390
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 384
SIP User's Manual G. Installation and Configuration of Apache HTTP Server
Version 5.0 385 December 2006
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
Przeglądanie stron 384

Komentarze do niniejszej Instrukcji

Brak uwag