[Mono-aspnet-list] Is there any person tried ruinnig ASP.NET MVC on mod_mono ?
    Pigo 
    pigo_chu at hotmail.com
       
    Sat Apr  4 22:41:30 EDT 2009
    
    
  
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 ???
-- 
View this message in context: http://www.nabble.com/Is-there-any-person-tried-ruinnig-ASP.NET-MVC-on--mod_mono---tp22881837p22889900.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
    
    
More information about the Mono-aspnet-list
mailing list