[Mono-list] mod_mono directives ignored

Ben Clewett ben at roadrunner.uk.com
Tue Oct 28 09:10:26 EDT 2008



Dear Mono,

A mod_mono problem, hope this is the correct list.  If not, hope I find 
somebody with wisdom!

I have having no luck getting these directives to be acknowledged:

MonoMaxActiveRequests 50
MonoMaxWaitingRequests 100

What ever and wherever I add them to the config, they are ignored.

For instance, this is my config:

-------------------------------------------------------------
  MonoMaxActiveRequests 1
  MonoMaxWaitingRequests 2

  AddMonoApplications sdi_webservice "/:/usr/local/sdi/ws/"
  MonoMaxMemory sdi_webservice 8388608

  MonoMaxActiveRequests 3
  MonoMaxWaitingRequests 4

  <Location />
    MonoSetServerAlias sdi_webservice
    SetHandler mono
    Order allow,deny
    Allow from all
  </Location>
-------------------------------------------------------------


Then this is the mono-control panel output:


-------------------------------------------------------------
# XXGLOBAL

     * Restart Server
     * Stop Accepting Requests
     * 0 requests currently being processed; limit: 1
     * 0 requests currently waiting to be processed; limit: 2

# sdi_webservice

     * Restart Server
     * Stop Accepting Requests
     * 0 requests currently being processed; limit: 20
     * 0 requests currently waiting to be processed; limit: 20

# soap.our-domain.co.uk

     * Restart Server
     * Stop Accepting Requests
     * 0 requests currently being processed; limit: 3
     * 0 requests currently waiting to be processed; limit: 4
-------------------------------------------------------------

You can see the default (20,20) is always taken.

As well as the declaration being ignored, you can see that mod_mono has 
invented out of thin air a handler which does not exist based on the 
'ServerName' (soap.our-domain.co.uk)

Any ideas???

Regards,

Ben


*************************************************************************
This e-mail is confidential and may be legally privileged. It is intended
solely for the use of the individual(s) to whom it is addressed. Any
content in this message is not necessarily a view or statement from Road
Tech Computer Systems Limited but is that of the individual sender. If
you are not the intended recipient, be advised that you have received
this e-mail in error and that any use, dissemination, forwarding,
printing, or copying of this e-mail is strictly prohibited. We use
reasonable endeavours to virus scan all e-mails leaving the company but
no warranty is given that this e-mail and any attachments are virus free.
You should undertake your own virus checking. The right to monitor e-mail
communications through our networks is reserved by us

  Road Tech Computer Systems Ltd. Shenley Hall, Rectory Lane, Shenley,
  Radlett, Hertfordshire, WD7 9AN. - VAT Registration No GB 449 3582 17
  Registered in England No: 02017435, Registered Address: Charter Court, 
  Midland Road, Hemel Hempstead,  Hertfordshire, HP2 5GE. 
*************************************************************************


More information about the Mono-list mailing list