[Mono-dev] Unable to create unix domain socket with mod-mono	underapache2 fc4
    Phillip Fry 
    zoiddy001 at yahoo.com
       
    Mon Oct  3 17:05:38 EDT 2005
    
    
  
--- Gonzalo Paniagua Javier <gonzalo at ximian.com>
wrote:
> If you guys send me the output of 'apachectl -l' (or
> apache2ctl -l) and
> the lines you added to the apache configuration,
> I'll give it a try.
> Also, which MPM model are you using?
> 
> I'm also running apache 2.0.54 with MPM worker and
> everything works
> fine. 
> 
> -Gonzalo
apachectl -l
Compiled in modules:
  core.c
  prefork.c
  http_core.c
  mod_so.c
MPM , just the default fc4 apache 2.0.54 configuration
<IfModule prefork.c>
StartServers       8
MinSpareServers    5
MaxSpareServers   20
ServerLimit      256
MaxClients       256
MaxRequestsPerChild  4000
</IfModule>
# worker MPM
...
<IfModule worker.c>
StartServers         2
MaxClients         150
MinSpareThreads     25
MaxSpareThreads     75
ThreadsPerChild     25
MaxRequestsPerChild  0
</IfModule>
Lines added for mod_mono, standard boiler plate.
     MonoDebug True
     AddType application/x-asp-net .aspx .ashx .asmx
.ascx .asax .config .ascx
     Alias /demo "/usr/local/lib/xsp/test"
     AddMonoApplications default
"/demo:/usr/local/lib/xsp/test"
     MonoDocumentRootDir "/usr/local/lib/xsp/test"
     <Location /demo>
           Order allow,deny
           Options FollowSymLinks
           Allow from all
           SetHandler mono
     </Location>
Thanks. 
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
    
    
More information about the Mono-devel-list
mailing list