[Mono-list] mod_mono: final rush
Giuseppe Greco
giuseppe.greco@agamura.com
Sat, 11 Oct 2003 13:13:17 +0200
--=-ACiAty0m7MsAmdTsNLwz
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi all,
finally was able to successfully install mod_mono and xsp.
I've strictly followed the instructions in the mod_mono/INSTALL
file, and everything has gone well until I haven't tried it.
If I try http://www.agamura.com:8080/mono/index.aspx from a web
browser, I always get the following error message:
"The connection was refused when attempting to contact
www.agamura.com:8080"
Im I missing something? It is like xsp is unable to listen
on port 8080...
Attached to email you'll find the file mono.conf, which
contains my mono configuration for Apache 2.
Just another question: is it possible to use mod_mono
without xsp? If no, how can I start mod_mono_server.exe as a
deamon (mono mod_mono_server.exe & doesn't the trick)?
Thanks,
Gius_.
--
----------------------------------------
Giuseppe Greco
::agamura::
phone: +41 (0)91 604 67 65
mobile: +41 (0)76 390 60 32
email: giuseppe.greco@agamura.com
web: www.agamura.com
----------------------------------------
--=-ACiAty0m7MsAmdTsNLwz
Content-Disposition: attachment; filename=mono.conf
Content-Type: text/plain; name=mono.conf; charset=UTF-8
Content-Transfer-Encoding: 7bit
AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config
LoadModule mono_module modules/mod_mono.so
MonoUnixSocket /tmp/mod_mono_server
Alias /mono "/usr/share/doc/xsp/test"
<Directory "/usr/share/doc/xsp/test">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
--=-ACiAty0m7MsAmdTsNLwz--