[Mono-devel-list] strange problem with mod_mono_server

peru macper777 at wp.pl
Thu Nov 6 09:50:49 EST 2003


Hello!
I used a tips in history of list to install asp.net support on my debian machine. I installed from .deb mono(and all packets depends on it) , apache2 with correct developnet . I downloaded mod_mono and xsp sources and i had no problem to install (no errors) . Finally came a time to configuration :) . As I said I used lists and INSTALL file (from mod_mono) to configure:

Listen 8080
AddType applications/x-asp-net .aspx .ashx .asmx .ascx .asax .config .ascx
LoadModule mono_module /usr/lib/apache2/modules/mod_mono.so
MonoUnixSocket /tmp/mod_mono_server
Alias /mono/ "/usr/src/xsp-0.5/server/test/"

<Directory "/usr/src/xsp-0.5/server/test/">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
   

chmod 777 /tmp/mod_mono_server

pwd: /usr/src/xsp-5.0
mono ./server/bin/mod-mono-server.exe --root ./server/test/ --applications /mono:. ( . or ./server/test  here)
Listening on: /tmp/mod_mono_server
Root directory: /usr/src/xsp-0.5/server/test
Virtual directory: /

 reload , restart apache2

Result is always the same....
http://my-ip:8080/mono/
i see beautifull directory with aspx files , but when I want to chose one ,  for example   http://my-ip:8080/mono/index.aspx my browser(IE6.0 or NETSCAPE 6) want to save this file . I dont know what is wrong ...help :o)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20031106/0452aee2/attachment.html 


More information about the Mono-devel-list mailing list