[Mono-aspnet-list] Is there any person tried ruinnig ASP.NET MVC on mod_mono ?

Joseph Hill jhill at arcfocus.com
Sat Apr 4 23:01:38 EDT 2009


The dashboard error message is likely not the real problem (I've seen 
that message output when I restart my own working sites on some machines).

Try checking the apache error logs for other messages at the time you 
got the error.

Joseph
> jhill thank q
>
> I have tried to use "MonoAutoApplication disabled" and restart Apache
> but I get the apache error , and browser get "Service Temporarily
> Unavailable"
> apache error :  httpd: [Sun Apr 05 10:27:08 2009] [crit] (13)Permission
> denied: Failed to attach to existing dashboard, and removing dashboard file
> '/tmp/mod_mono_dashboard_XXGLOBAL_1' failed (Operation not permitted).
> Further action impossible.
>
> I post my apache httpd.conf and mod_mono.conf
>
> mod_mono.conf
> <IfModule !mod_mono.c>
>
>     LoadModule mono_module modules/mod_mono.so
>     MonoUnixSocket /tmp/.mod_mono_server2
>     MonoServerPath /usr/local/bin/mod-mono-server2
>     MonoAutoApplication enabled
>
>     AddType application/x-asp-net .aspx
>     AddType application/x-asp-net .asmx
>     AddType application/x-asp-net .ashx
>     AddType application/x-asp-net .asax
>     AddType application/x-asp-net .ascx
>     AddType application/x-asp-net .soap
>     AddType application/x-asp-net .rem
>     AddType application/x-asp-net .axd
>     AddType application/x-asp-net .cs
>     AddType application/x-asp-net .config
>     AddType application/x-asp-net .Config
>     AddType application/x-asp-net .dll
>     DirectoryIndex index.aspx
>     DirectoryIndex Default.aspx
>     DirectoryIndex default.aspx
> </IfModule>
>
> httpd.conf
> <VirtualHost *:80>
>     ServerName aspnet.pigo.idv.tw
>     DocumentRoot /srv/www/aspnet
>     ErrorLog logs/aspnet_error.log
>     CustomLog logs/aspnet_access.log common
>
>     MonoAutoApplication disabled
>     MonoApplications "/:/srv/www/aspnet"
>
>     <Directory "/srv/www/aspnet">
>         AllowOverride All
>         Order allow,deny
>         Allow from all
>     </Directory>
>
>     <Location / >
>         SetHandler mono
>     </Location>
>
>
> </VirtualHost>
>
> what's wrong ???
>
>
>
>   



More information about the Mono-aspnet-list mailing list