[Mono-list] Something about mod_mono yet

Mariusz Bożewicz plachninka@wp.pl
Thu, 6 Nov 2003 15:22:15 +0100


Hi

I have read a lot of information about mod_mono installation but I
still have a problem with it. I have mono, xsp, mod_mono sources from
CVS (5 November 2003). All packages are compiled and installed.
Situation is following:

plachnina:/etc/apache2/mods-enabled# cat mod_mono.conf 
AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config
LoadModule mono_module /usr/lib/apache2/modules/mod_mono.so
MonoUnixSocket /tmp/mod_mono_server
MonoApplication  /mono /usr/local/xsp-server/share/doc/xsp/test




plachnina:/usr/local/xsp-server/share/doc/xsp/test# mono
/usr/local/xsp-server/bin/mod-mono-server.exe --root . --applications
/mono:. --filename /tmp/mod_mono_server
Listening on: /tmp/mod_mono_server
Root directory: /usr/local/xsp-server/share/doc/xsp/test


And now:

plachnina:/etc/apache2/mods-enabled# /etc/init.d/apache2 start
Starting web server: Apache2Syntax error on line 4 of
/etc/apache2/mods-enabled/mod_mono.conf:
Invalid command 'MonoApplication', perhaps mis-spelled or defined by a
module not included in the server configuration


Why MonoApplication command is wrong? I've seen in archive message
from 1 October 2003 and someone used it.


-- 
regards
Mariusz Bozewicz