~ubuntu-core-dev/eucalyptus/ubuntu-karmic

« back to all changes in this revision

Viewing changes to tools/httpd.conf

  • Committer: Dmitrii Zagorodnov
  • Date: 2009-01-27 21:53:41 UTC
  • mfrom: (25.1.112 eucalyptus-main)
  • Revision ID: dmitrii@cs.ucsb.edu-20090127215341-i0f0v6cmbpljmg02
merged with current main

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
MaxRequestsPerChild  0
34
34
</IfModule>
35
35
 
 
36
 <IfModule mpm_worker_module>
 
37
            StartServers          0
 
38
            MaxClients            1
 
39
            MaxRequestsPerChild   0
 
40
            MinSpareThreads       1
 
41
            MaxSpareThreads       0
 
42
            ThreadsPerChild       1
 
43
</IfModule>
 
44
 
 
45
 
36
46
LoadModule axis2_module AXIS2C_HOME/lib/libmod_axis2.so
37
47
Axis2RepoPath AXIS2C_HOME
38
48
Axis2LogFile EUCALYPTUS/var/log/eucalyptus/axis2c.log