[Pkg-mono-devel] trouble with debian mono packages...

Alex Martin alex@rettc.com
Wed, 19 Jan 2005 20:07:23 -0700


Sorry. I figured this out. Needed:
MonoServerPath "/usr/share/dotnet/bin/mod-mono-server.exe"
in httpd.conf

Thanks for the great work guys!

Alex Martin
http://www.rettc.com


Alex Martin wrote:
> Hello,
> 
> Is there a good place to ask mono questions aside from here?
> 
> Anyways, I have installed all the debian packages for mono to run as an 
> apache module.
> 
> In my apache1.3 log, i get:
> cannot open assembly /usr/bin/mod-mono-server.exe
> [Wed Jan 19 18:50:11 2005] [error] (2)No such file or directory: Failed 
> connecting and child didn't exit!
> 
> 
> httpd.conf has:
> 
> Alias /demo "/home/alex/xsp-1.0.5/test"
> MonoApplications "/demo:/home/alex/xsp-1.0.5/test"
> 
> <Directory /home/alex/xsp-1.0.5/test>
>          SetHandler mono
>          <IfModule mod_dir.c>
>                DirectoryIndex index.aspx
>          </IfModule>
> </Directory>
> 
> where the demo is from the xsp source, but I am not running that server 
> from source, i am running the debian package.
> 
> Any ideas, pointers?
> 
> Thanks,
> Alex Martin
> http://www.rettc.com
> 
> 
> 
> _______________________________________________
> Pkg-mono-devel mailing list
> Pkg-mono-devel@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-mono-devel