/[hydra]/hydra/examples/hydra.conf
ViewVC logotype

Diff of /hydra/examples/hydra.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by nmav, Sat Sep 28 17:49:13 2002 UTC revision 1.6 by nmav, Mon Sep 30 17:16:54 2002 UTC
# Line 18  Line 18 
18  # hydra -c /usr/local/hydra  # hydra -c /usr/local/hydra
19    
20  # number of threads to spawn  # number of threads to spawn
21  Threads 5  # One thread might be ok for a single CPU system, but in some systems,
22    # performance may be increased by using a pool of 4-5 threads.
23    Threads 4
24    
25  # maximum connections (per thread)  # maximum connections (per thread)
26  #MaxConnections 0  #MaxConnections 0
# Line 202  CGIPath /bin:/usr/bin:/usr/local/bin Line 204  CGIPath /bin:/usr/bin:/usr/local/bin
204  #AddType application/x-httpd-php php  #AddType application/x-httpd-php php
205  #AddType application/x-httpd-php phtml  #AddType application/x-httpd-php phtml
206    
207    # number of HIC threads to spawn
208    # One HIC thread handles requests one after the other. Having several HIC threads
209    # increases performance in servers that serve a lot of dynamic content.
210    Threads 4
211    
212  # Redirect, Alias, and ScriptAlias all have the same semantics -- they  # Redirect, Alias, and ScriptAlias all have the same semantics -- they
213  # match the beginning of a request and take appropriate action.  Use  # match the beginning of a request and take appropriate action.  Use

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26