[Mono-devel-list] mod_mono configuration blues
Gonzalo Paniagua Javier
gonzalo at ximian.com
Tue Aug 10 17:00:41 EDT 2004
On Tue, 2004-08-10 at 15:17, Oliver Weichhold wrote:
> I'm currently evaluating mod_mono 1.0 / xsp 1.0 / mono 1.0 / apache 1.3.31 on a debian sarge box.
>
> I had a great deal of trouble to get even the smallest web application
> to work even after reading man pages, the mod_mono install readme and
> various web tutorials. I finally managed to get two small aspnet web
> applications to work (see /etc/httpd.conf snippet below).
>
> I took a few notes during my journey and would like to know if I did
> something wrong/inefficient.
>
> - MonoApplicationsConfigFile: appears to be broken
> - MonoApplicationsConfigDir: same
> - MonoApplications: applications are separated by comma and NOT by semicolon like the man page states!!
That was fixed after 1.0 (1.0.1 has just been released, btw). There were
also problems when matching the vhosts if you used *, but those are also
fixed already.
> - What are the <vhost> and <vport> tags in a xml webapp file are for?
> Does xsp somehow communicate them back to apache to create a virtual
> host on the fly?
No, those are used to match the host sent in the 'Host' http header.
-Gonzalo
More information about the Mono-devel-list
mailing list