[Mono-aspnet-list] Mono - Apache - Windows Source code showing

Alberto León leontiscar at gmail.com
Thu Jun 17 11:04:16 EDT 2010


I think Apache is not loading mod_mono. Can you send to us the error log?

2010/6/17 dhav79 <dparekh at aaski.com>:
>
> Ok here is my current config, I did what you suggested, and I got a pop up
> window that asked me if i wanted to download the page
>
> Ex.
>
> You have chosen to open  which is a application/x-asp-net
> from: http://localhost
>
> Which should firefox do with the file?
>
> Then i get couple of options like open with, download this file with
> bitComet, or Save File
>
> Any ideas?
>
>
>
> <Directory "C:/Mono/lib/xsp/test">
>    Options Indexes MultiViews
>    AllowOverride None
>    Order allow,deny
>    Allow from all
> </Directory>
>
> LoadModule mono_module modules/mod_mono.so
>
> MonoServerPath mono c:/Mono/bin/mod-mono-server2
>
> AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx
> AddType application/x-asp-net .aspx
> <IfModule mod_dir.c>
>    DirectoryIndex index.aspx default.aspx
> </IfModule>
>
> <VirtualHost *:80>
> ServerName localhost
> DocumentRoot "C:\Mono\lib\xsp\test"
> MonoDocumentRootDir "C:/Mono/lib/xsp/test"
> MonoApplications "/:./"
> </VirtualHost>
> <Location /test>
>    SetHandler mono
> </Location>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/Mono-Apache-Windows-Source-code-showing-tp2258923p2258961.html
> Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
>


More information about the Mono-aspnet-list mailing list