I am having a problem here. I installed mono and then I install mod_mono and
just did an include to the mod_mono.conf for autohosting.
now when I try to view an app all I get is 500 internal server error and the
only thing in the apache error_log is.
final_pdir: /usr/web/htdocs/rfactorc.com/html/test final_vdir: /test
anyone have an idea?
thanks, mike
Server Version: Apache/2.2.3 (Unix) mod_mono/1.2.1 DAV/2 PHP/5.1.2 SVN/1.3.2
mod_mono.conf
<IfModule !mod_mono.c>
LoadModule mono_module /usr/web/modules/mod_mono.so
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>_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list